Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12345] [CORE] Do not send SPARK_HOME through Spark submit REST interface - #10329
[SPARK-12345] [CORE] Do not send SPARK_HOME through Spark submit REST interface#10329skyluc wants to merge 1 commit into
Conversation
andrewor14
commented
Dec 16, 2015
add to whitelist |
andrewor14
commented
Dec 16, 2015
This seems like a better place to filter it out. My only concern is that this one also affects standalone cluster mode, whereas #10332 is totally a Mesos thing. |
andrewor14
commented
Dec 16, 2015
I will go ahead and do a quick test on standalone cluster mode with this fix and report back. If there are no problems, we can just go ahead and merge this to unblock the release, since you guys already ran the tests. |
There was a problem hiding this comment.
we should add a comment here to explain why we need to filter out SPARK_HOME, and point to the JIRA. (though we can always do that in a separate patch so as to unblock the release)
tnachen
commented
Dec 16, 2015
I have a fix that only affects Mesos cluster mode #10332 |
andrewor14
commented
Dec 16, 2015
retest this please |
andrewor14
commented
Dec 16, 2015
Though we should probably never pass |
tnachen
commented
Dec 16, 2015
SGTM, I don't think we ever should either. |
andrewor14
commented
Dec 16, 2015
retest this please |
SparkQA
commented
Dec 16, 2015
Test build #2221 has finished for PR 10329 at commit
|
andrewor14
commented
Dec 16, 2015
@skyluc looks like there is a style violation with this patch |
SparkQA
commented
Dec 16, 2015
Test build #47845 has finished for PR 10329 at commit
|
It is usually an invalid location on the remote machine executing the job. It is picked up by the Mesos support in cluster mode, and most of the time causes the job to fail. Fixes SPARK-12345
skyluc
commented
Dec 17, 2015
Fixed the 'style', added a comment, and switch to |
SparkQA
commented
Dec 17, 2015
Test build #47926 has finished for PR 10329 at commit
|
andrewor14
commented
Dec 19, 2015
This is a better place to filter out
Note: I'm only reverting these patches in master, but not in branch-1.6. |
tnachen
commented
Dec 19, 2015
@andrewor14 thanks a lot for the patience on this, this validates we need to really invest in automated testing a lot of these things and hopefully don't repeat again the same mistakes. Hopefully soon every Mesos tagged patch runs through these tests as well. |
andrewor14
commented
Dec 19, 2015
👍 |
It is usually an invalid location on the remote machine executing the job.
It is picked up by the Mesos support in cluster mode, and most of the time causes
the job to fail.
Fixes SPARK-12345