spark
spark copied to clipboard
Q: How to output to logs?
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.