-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11809] Switch the default Mesos mode to coarse-grained mode #9795
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
|
LGTM. |
docs/running-on-mesos.md
Outdated
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.
now that this is the default I think we can just leave this one out. Instead we should be telling people how to use fine-grained mode by setting this to false (as we already do so below)
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.
that or say set the property to true (already the default) or something
|
LGTM |
|
Test build #46183 has finished for PR 9795 at commit
|
|
LGTM as well! |
|
retest this please |
|
Alright I updated the doc based on andrew's comment. Going to merge it. |
Based on my conversions with people, I believe the consensus is that the coarse-grained mode is more stable and easier to reason about. It is best to use that as the default rather than the more flaky fine-grained mode. Author: Reynold Xin <[email protected]> Closes #9795 from rxin/SPARK-11809. (cherry picked from commit a416e41) Signed-off-by: Reynold Xin <[email protected]>
|
Test build #46230 has finished for PR 9795 at commit
|
Based on my conversions with people, I believe the consensus is that the coarse-grained mode is more stable and easier to reason about. It is best to use that as the default rather than the more flaky fine-grained mode.