-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-8099] set executor cores into system in yarn-cluster mode #6643
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
|
This doesn't look like the right way to do it -- just manually setting a system property here? CC @tgravescs @sryza |
|
I think the right place to fix this is probably https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L449. We probably want it to look like the line below that sets spark.executor.memory for all cluster managers. |
|
Thanks all, I have updated the code, please have a look again. |
|
ok to test |
|
Test build #34259 has finished for PR 6643 at commit
|
|
please retest |
|
Jenkins, retest this please |
|
Test build #34275 has finished for PR 6643 at commit
|
|
@sryza if that's what you meant you can merge it |
|
lgtm, great catch |
|
LGTM, merging |
Author: Xutingjun <[email protected]> Author: xutingjun <[email protected]> Closes apache#6643 from XuTingjun/SPARK-8099 and squashes the following commits: 80b18cd [Xutingjun] change to STANDALONE | YARN ce33148 [Xutingjun] set executor cores into system e51cc9e [Xutingjun] set executor cores into system 0600861 [xutingjun] set executor cores into system
Author: Xutingjun <[email protected]> Author: xutingjun <[email protected]> Closes apache#6643 from XuTingjun/SPARK-8099 and squashes the following commits: 80b18cd [Xutingjun] change to STANDALONE | YARN ce33148 [Xutingjun] set executor cores into system e51cc9e [Xutingjun] set executor cores into system 0600861 [xutingjun] set executor cores into system
No description provided.