Skip to content
New issue

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

Allow setting Spark job descriptions at runtime with the current job #498

Closed
yruslan opened this issue Oct 15, 2024 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@yruslan
Copy link
Collaborator

yruslan commented Oct 15, 2024

Background

Dynamic job descriptions can help tracking which table the current running Pramen job is processing

Feature

Allow setting Spark job descriptions at runtime with the current job.

Example [Optional]

pramen.job.description.template = "Running ingestion of @metastoreTable..."

or

pramen.job.description.template = "Pramen - running @pipeline, job @jobName"

Proposed Solution [Optional]

spark.sparkContext.setJobDescription(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant