Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Location of Job history logs in cloudera data science workbench

avatar
Explorer

Hi, I need the path where the job history logs are saved in cloudera data science workbench.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

The console output is not stored anywhere besides in the CDSW Web UI itself.

 

If the user is executing YARN applications (Spark/Pyspark) then you would have the logs from any YARN containers stored as they normally would be and you could access them via the JobHistory Server Web UI.  Any Spark application run in CDSW will be in `--deploy-mode client` which means that the Spark Driver output is in the Web UI only - you have to manually copy it out of there and save in a file for future reference.

 

Nick

View solution in original post

1 REPLY 1

avatar
Expert Contributor

The console output is not stored anywhere besides in the CDSW Web UI itself.

 

If the user is executing YARN applications (Spark/Pyspark) then you would have the logs from any YARN containers stored as they normally would be and you could access them via the JobHistory Server Web UI.  Any Spark application run in CDSW will be in `--deploy-mode client` which means that the Spark Driver output is in the Web UI only - you have to manually copy it out of there and save in a file for future reference.

 

Nick