dotnet / spark

.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
https://dot.net/spark
MIT License
2.03k stars 315 forks source link

Q: How to output to logs? #1135

Open Krumelur opened 1 year ago

Krumelur commented 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.