Skip to content

[SPARK-13063] [YARN] Make the SPARK YARN STAGING DIR as configurable #12082

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 4 commits into from

Conversation

devaraj-kavali
Copy link

What changes were proposed in this pull request?

Made the SPARK YARN STAGING DIR as configurable with the configuration as 'spark.yarn.staging-dir'.

How was this patch tested?

I have verified it manually by running applications on yarn, If the 'spark.yarn.staging-dir' is configured then the value used as staging directory otherwise uses the default value i.e. file system’s home directory for the user.

@@ -160,6 +160,13 @@ If you need a reference to the proper location to put log files in the YARN so t
</td>
</tr>
<tr>
<td><code>spark.yarn.staging-dir</code></td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to spark.yarn.stagingDir to match standard of other configs.

@tgravescs
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Mar 31, 2016

Test build #54622 has finished for PR 12082 at commit 1afb29a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@devaraj-kavali
Copy link
Author

Thanks @tgravescs for looking into the patch.

@SparkQA
Copy link

SparkQA commented Apr 1, 2016

Test build #54695 has finished for PR 12082 at commit 42848ad.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 5, 2016

Test build #55007 has finished for PR 12082 at commit 49ac38c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@tgravescs
Copy link
Contributor

+1

@asfgit asfgit closed this in bc36df1 Apr 5, 2016
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.

3 participants