Skip to content

[SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed... #5405

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

Closed
wants to merge 1 commit into from

Conversation

vanzin
Copy link
Contributor

@vanzin vanzin commented Apr 8, 2015

....

In particular, this makes pyspark in yarn-cluster mode fail unless
SPARK_HOME is set, when it's not really needed.

…ded.

In particular, this makes pyspark in yarn-cluster mode fail unless
SPARK_HOME is set, when it's not really needed.
@SparkQA
Copy link

SparkQA commented Apr 8, 2015

Test build #29820 has started for PR 5405 at commit e184507.

@SparkQA
Copy link

SparkQA commented Apr 8, 2015

Test build #29820 has finished for PR 5405 at commit e184507.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29820/
Test PASSed.

@JoshRosen
Copy link
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 master (1.4.0) and branch-1.3 (1.3.2). Thanks!

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>
@asfgit asfgit closed this in f7e21dd Apr 8, 2015
@vanzin vanzin deleted the SPARK-6506 branch April 8, 2015 17:18
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>

Closes apache#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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants