cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

access cluster executor logs

mayur_05
New Contributor II

Hi Team,

I want to get realtime log for cluster executor and driver stderr/stdout log while performing data operations and save those log in catalog's volume

3 REPLIES 3

gchandra
Databricks Employee
Databricks Employee

Please enable this and it creates the log under /dbfs 

periodically files from /dbfs to /volume



~

mayur_05
New Contributor II

is it possible for job run

gchandra
Databricks Employee
Databricks Employee

you can create it for Job Clusters compute too. The specific cluster log folder will be under /dbfs/cluster-logs (or whatever you change it to)

 

gchandra_0-1726847751617.png

 



~