-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Define SparkApplicationSubmitter interface to allow customizing submitting mechanism #2500
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
Define SparkApplicationSubmitter interface to allow customizing submitting mechanism #2500
Conversation
217877c
to
cad64d6
Compare
…tting mechanism Signed-off-by: Yi Chen <[email protected]>
cad64d6
to
89e9bae
Compare
/assign @jacobsalway @vara-bonthu @ImpSy |
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.
Thanks, @ChenYi015!!
Introducing the SparkApplicationSubmitter interface is a great step toward decoupling the submission logic. This will pave the way for implementing spark-submit natively in Go.
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.
Just a minor comment update to warn users that this is experimental and should be used with caution. Let's merge soon.
Co-authored-by: Manabu McCloskey <[email protected]> Signed-off-by: Yi Chen <[email protected]>
Have committed your suggestions. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuchaoran2011 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Purpose of this PR
Close #2501
Proposed changes:
SparkApplicationSubmitter
interface to allow customizing submitting mechanismChange Category
Rationale
Checklist
Additional Notes