We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While reading the for example the Printing Application timeline, looking at 535 jobs it is hard to relate a number to an action in the Spark program. In the Spark UI there is a solution for this: set the spark.job.description and/or spark.jobGroup.id in the driver for every (eager) action you want the Spark executors to do (see the answers to https://stackoverflow.com/questions/39123314/how-to-add-custom-description-to-spark-job-for-displaying-in-spark-web-ui)
Is it possible to add an option to Sparklens to choose to report the spark.job.description and/or spark.jobGroup.id with its Job id?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While reading the for example the Printing Application timeline, looking at 535 jobs it is hard to relate a number to an action in the Spark program. In the Spark UI there is a solution for this: set the spark.job.description and/or spark.jobGroup.id in the driver for every (eager) action you want the Spark executors to do (see the answers to https://stackoverflow.com/questions/39123314/how-to-add-custom-description-to-spark-job-for-displaying-in-spark-web-ui)
Is it possible to add an option to Sparklens to choose to report the spark.job.description and/or spark.jobGroup.id with its Job id?
The text was updated successfully, but these errors were encountered: