-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-25909] fix documentation on cluster managers #22922
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
|
Can one of the admins verify this patch? |
docs/cluster-overview.md
Outdated
| # Cluster Manager Types | ||
|
|
||
| The system currently supports three cluster managers: | ||
| The system currently supports four cluster managers: |
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.
Heh OK. Let's just say 'several' to reduce future maintenance. Anything else that can be fixed in this doc?
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.
ha good idea, I'll do that.
Nope everything else was great!
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.
fixed
## What changes were proposed in this pull request? Propose changing the documentation to state that there are 4, not 3, cluster managers available. ## How was this patch tested? This is a docs-only patch and doesn't need any new testing beyond the normal CI process for Spark. Closes #22922 from jameslamb/bugfix/cluster_docs. Authored-by: James Lamb <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit c71db43) Signed-off-by: Sean Owen <[email protected]>
|
Merged to master/2.4 |
## What changes were proposed in this pull request? Propose changing the documentation to state that there are 4, not 3, cluster managers available. ## How was this patch tested? This is a docs-only patch and doesn't need any new testing beyond the normal CI process for Spark. Closes apache#22922 from jameslamb/bugfix/cluster_docs. Authored-by: James Lamb <[email protected]> Signed-off-by: Sean Owen <[email protected]>
## What changes were proposed in this pull request? Propose changing the documentation to state that there are 4, not 3, cluster managers available. ## How was this patch tested? This is a docs-only patch and doesn't need any new testing beyond the normal CI process for Spark. Closes apache#22922 from jameslamb/bugfix/cluster_docs. Authored-by: James Lamb <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit c71db43) Signed-off-by: Sean Owen <[email protected]>
## What changes were proposed in this pull request? Propose changing the documentation to state that there are 4, not 3, cluster managers available. ## How was this patch tested? This is a docs-only patch and doesn't need any new testing beyond the normal CI process for Spark. Closes apache#22922 from jameslamb/bugfix/cluster_docs. Authored-by: James Lamb <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit c71db43) Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
Propose changing the documentation to state that there are 4, not 3, cluster managers available.
How was this patch tested?
This is a docs-only patch and doesn't need any new testing beyond the normal CI process for Spark.