-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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-22287][MESOS] SPARK_DAEMON_MEMORY not honored by MesosClusterD… #19515
Conversation
Hello @pmackles, thanks for this. It would be set to the value of |
Hi @ArtRand - Based on my testing and interpretation of the code, I went with |
@ArtRand - WDYT? I was going to switch it to |
@pmackles, Yeah that sounds good. The default would stay the same, correct? Thanks for this! |
@ArtRand - yeah default would remain the same which is 1g |
LGTM |
@felixcheung - any chance of getting this tiny change merged and included in the upcoming 2.2.1 release? |
Jenkins, test this please |
@susanxhuynh or anyone from the mesos side would you please review? |
@pmackles perhaps you could email this to dev@spark.apache.org to get some visibility to this and hopefully someone else on the mesos side can review? |
Test build #83648 has finished for PR 19515 at commit
|
LGTM, merging to master / 2.2. |
…ispatcher ## What changes were proposed in this pull request? Allow JVM max heap size to be controlled for MesosClusterDispatcher via SPARK_DAEMON_MEMORY environment variable. ## How was this patch tested? Tested on local Mesos cluster Author: Paul Mackles <pmackles@adobe.com> Closes #19515 from pmackles/SPARK-22287. (cherry picked from commit f5fe63f) Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
…ispatcher ## What changes were proposed in this pull request? Allow JVM max heap size to be controlled for MesosClusterDispatcher via SPARK_DAEMON_MEMORY environment variable. ## How was this patch tested? Tested on local Mesos cluster Author: Paul Mackles <pmackles@adobe.com> Closes apache#19515 from pmackles/SPARK-22287. (cherry picked from commit f5fe63f) Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
…ispatcher
What changes were proposed in this pull request?
Allow JVM max heap size to be controlled for MesosClusterDispatcher via SPARK_DAEMON_MEMORY environment variable.
How was this patch tested?
Tested on local Mesos cluster