-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Suspend/Resume feature on SparkApplication #2387
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Shingo Omura <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3f25582
to
16d72bb
Compare
…cationStates(Suspending/Suspended/Resuming) Signed-off-by: Shingo Omura <[email protected]>
…r and its unit tests Signed-off-by: Shingo Omura <[email protected]>
16d72bb
to
e2c2b7a
Compare
Signed-off-by: Shingo Omura <[email protected]>
Signed-off-by: Shingo Omura <[email protected]>
Signed-off-by: Shingo Omura <[email protected]>
e2c2b7a
to
4c5b807
Compare
…on loop. Signed-off-by: Shingo Omura <[email protected]>
feb525d
to
7f87e65
Compare
Purpose of this PR
This PR implements Suspend/Resume operation on SparkApplication.
Proposed changes:
Suspend: true|false
field inSparkApplicationSpec
**
--Suspend: true
-->SUSPENDING
-->SUSPENDED
(**
=any non-Terminal Application State)SUSPENDING | SUSPENDED
--Suspend: false
-->RESUMING
-->SUBMITTED
Fixes #2290
Change Category
Rationale
Supporting Suspend/Resume feature could make Kueue integration easier.
Checklist
Additional Notes