apache-sparkpysparkdatabricksazure-databricksspark-ui

How to Export Jobs/Stages Logs from SparkUI of a Databricks Cluster


In databricls, I would like to export the jobs/stagesd logs that we see in the sparkui to a custom location for analysis. How can we do this?
enter image description here

Thanks.


Solution

  • check for the following property in the configuration file.

    spark.eventLog.dir

    Access the location you will get logs.