-
Notifications
You must be signed in to change notification settings - Fork 47
[SPARK-52657] Allow spark.app.id
#271
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
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fill the PR description, @TQJADE ?
| return SparkAppDriverConf.create( | ||
| effectiveSparkConf, | ||
| appId, | ||
| effectiveSparkConf.getAppId(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test case to SparkAppSubmissionWorkerTest.java.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added @dongjoon-hyun
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @TQJADE .
spark.app.id
spark.app.idspark.app.id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
cc @viirya , @peter-toth , @jiangzho
What changes were proposed in this pull request?
SparkAppDriverConf should use the value stored in effectiveSparkConf rather than pre-computed Id for creation.
Why are the changes needed?
When user set the spark.app.id in sparkConf, operator should honor this value.
Does this PR introduce any user-facing change?
no
How was this patch tested?
unit test
Was this patch authored or co-authored using generative AI tooling?
no