Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed... - #5405
Closed
vanzin wants to merge 1 commit into
Closed
[SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed...#5405vanzin wants to merge 1 commit into
vanzin wants to merge 1 commit into
Conversation
…ded. In particular, this makes pyspark in yarn-cluster mode fail unless SPARK_HOME is set, when it's not really needed.
SparkQA
commented
Apr 8, 2015
Test build #29820 has started for PR 5405 at commit |
SparkQA
commented
Apr 8, 2015
Test build #29820 has finished for PR 5405 at commit
|
AmplabJenkins
commented
Apr 8, 2015
Test PASSed. |
JoshRosen
commented
Apr 8, 2015
Contributor
LGTM. Although this code has been around for many revisions, it only causes a problem for YARN Cluster mode, which we've only supported since Spark 1.3, so I'm going to merge this into |
asfgit pushed a commit
that referenced
this pull request
Apr 8, 2015
…ded... .... In particular, this makes pyspark in yarn-cluster mode fail unless SPARK_HOME is set, when it's not really needed. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes#5405 from vanzin/SPARK-6506 and squashes the following commits: e184507 [Marcelo Vanzin] [SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed. (cherry picked from commit f7e21dd) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
vanzin pushed a commit
to vanzin/spark
that referenced
this pull request
Apr 20, 2015
…ded... .... In particular, this makes pyspark in yarn-cluster mode fail unless SPARK_HOME is set, when it's not really needed. Author: Marcelo Vanzin <vanzin@cloudera.com> Closesapache#5405 from vanzin/SPARK-6506 and squashes the following commits: e184507 [Marcelo Vanzin] [SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed. (cherry picked from commit f7e21dd)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
....
In particular, this makes pyspark in yarn-cluster mode fail unless
SPARK_HOME is set, when it's not really needed.