Open Krumelur opened 1 year ago
Using PySpark the print() method will output to logs which can be seen when accessing "Apache Spark Applications -> App -> Logs" in Synapse. However print() is unavailable in .NET and Console.WriteLine() won't write to the logs.
print()
Console.WriteLine()
Using PySpark the
print()
method will output to logs which can be seen when accessing "Apache Spark Applications -> App -> Logs" in Synapse. Howeverprint()
is unavailable in .NET andConsole.WriteLine()
won't write to the logs.