-
Notifications
You must be signed in to change notification settings - Fork 28.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
[SPARK-3619] Upgrade to Mesos 0.21 to work around MESOS-1688 #3934
Conversation
jongyoul
commented
Jan 7, 2015
- update version from 0.18.1 to 0.21.0
- I'm doing some tests in order to verify some spark jobs work fine on mesos 0.21.0 environment.
- update version from 0.18.1 to 0.21.0
Test build #25164 has started for PR 3934 at commit
|
Test build #25164 has finished for PR 3934 at commit
|
Test PASSed. |
/cc @mateiz I've tested some apps using new mesos. My test app runs successfully. Review and merge this PR please. |
Jenkins, test this please |
Oops, actually it was already tested. Then I think this is good. Thanks for the patch! |
Test build #25334 has started for PR 3934 at commit
|
Test build #25334 has finished for PR 3934 at commit
|
Test PASSed. |
#3934 upgraded Mesos version so we should also fix docs right? This issue is really minor so I don't file in JIRA. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #3982 from sarutak/fix-mesos-version and squashes the following commits: 9a86ee3 [Kousuke Saruta] Fixed mesos version from 0.18.1 to 0.21.0