[MINOR][K8S][DOCS] Add all resource managers in Scheduling Within an Application section#39704
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:minor_job_scheduling
Closed
[MINOR][K8S][DOCS] Add all resource managers in Scheduling Within an Application section#39704dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:minor_job_scheduling
Scheduling Within an Application section#39704dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:minor_job_scheduling
Conversation
…in an Application`
Scheduling Within an Application sectionScheduling Within an Application section
Scheduling Within an Application sectionScheduling Within an Application section
Member
Author
viirya
approved these changes
Jan 24, 2023
Member
Author
|
Thank you, @viirya ! Merged to master/3.3/3.2. |
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 24, 2023
… Application` section ### What changes were proposed in this pull request? `Job Scheduling` document doesn't mention `K8s resource manager` so far because `Scheduling Across Applications` section only mentions all resource managers except K8s. This PR aims to add all supported resource managers in `Scheduling Within an Application section` section. ### Why are the changes needed? K8s also supports `FAIR` schedule within an application. ### Does this PR introduce _any_ user-facing change? No. This is a doc-only update. ### How was this patch tested? N/A Closes #39704 from dongjoon-hyun/minor_job_scheduling. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 45dbc44) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 24, 2023
… Application` section ### What changes were proposed in this pull request? `Job Scheduling` document doesn't mention `K8s resource manager` so far because `Scheduling Across Applications` section only mentions all resource managers except K8s. This PR aims to add all supported resource managers in `Scheduling Within an Application section` section. ### Why are the changes needed? K8s also supports `FAIR` schedule within an application. ### Does this PR introduce _any_ user-facing change? No. This is a doc-only update. ### How was this patch tested? N/A Closes #39704 from dongjoon-hyun/minor_job_scheduling. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 45dbc44) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
cc @kazuyukitanimura since this lands at branch-3.2 |
sunchao
pushed a commit
to sunchao/spark
that referenced
this pull request
Jun 2, 2023
… Application` section ### What changes were proposed in this pull request? `Job Scheduling` document doesn't mention `K8s resource manager` so far because `Scheduling Across Applications` section only mentions all resource managers except K8s. This PR aims to add all supported resource managers in `Scheduling Within an Application section` section. ### Why are the changes needed? K8s also supports `FAIR` schedule within an application. ### Does this PR introduce _any_ user-facing change? No. This is a doc-only update. ### How was this patch tested? N/A Closes apache#39704 from dongjoon-hyun/minor_job_scheduling. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 45dbc44) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Job Schedulingdocument doesn't mentionK8s resource managerso far becauseScheduling Across Applicationssection only mentions all resource managers except K8s.This PR aims to add all supported resource managers in
Scheduling Within an Application sectionsection.Why are the changes needed?
K8s also supports
FAIRschedule within an application.Does this PR introduce any user-facing change?
No. This is a doc-only update.
How was this patch tested?
N/A