When i submit spark job too terminal, it's has logging result like image in terminal.
Asked
Active
Viewed 24 times
-1
-
Please paste your logs as plain text in a code block, not as an image. – joanis Sep 15 '22 at 13:42
-
And also please clarify your question, even looking at your image, I'm really not sure what you're asking. – joanis Sep 15 '22 at 13:43
2 Answers
0
You can pipe spark-submit command to the log file like this:
spark-submit ... > log.txt

Leonsia
- 1
- 1
0
You can see logs from application and you can always write logs to .text files
yarn logs -applicationId <application ID> [OPTIONS]
Application ID can be found through cluster UI

kartheek
- 27
- 4