Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6327] [PySpark] fix launch spark-submit from python - #5019
Conversation
SparkQA
commented
Mar 13, 2015
Test build #28591 has started for PR 5019 at commit
|
SparkQA
commented
Mar 13, 2015
Test build #28591 has finished for PR 5019 at commit
|
AmplabJenkins
commented
Mar 13, 2015
Test PASSed. |
vanzin
commented
Mar 14, 2015
LGTM. |
jerryshao
commented
Mar 16, 2015
vanzin
commented
Mar 16, 2015
@jerryshao you should be able to just set that variable. Doesn't that work for you? Davies's fix actually allows you to do that (before it would be overridden by the |
davies
commented
Mar 16, 2015
@jerryshao You can still |
jerryshao
commented
Mar 16, 2015
OK, get it, thanks a lot. |
JoshRosen
commented
Mar 16, 2015
I was able to reproduce this bug locally and have verified that it's fixed by this patch. LGTM, so I'm going to merge this into |
SparkSubmit should be launched without setting PYSPARK_SUBMIT_ARGS
cc @JoshRosen , this mode is actually used by python unit test, so I will not add more test for it.