[SPARK-13063] [YARN] Make the SPARK YARN STAGING DIR as configurable#12082
Closed
devaraj-kavali wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-13063] [YARN] Make the SPARK YARN STAGING DIR as configurable#12082devaraj-kavali wants to merge 4 commits intoapache:masterfrom
devaraj-kavali wants to merge 4 commits intoapache:masterfrom
Conversation
| HDFS replication level for the files uploaded into HDFS for the application. These include things like the Spark jar, the app jar, and any distributed cache files/archives. | ||
| </td> | ||
| </tr> | ||
| <tr> |
Contributor
There was a problem hiding this comment.
change to spark.yarn.stagingDir to match standard of other configs.
Contributor
|
ok to test |
|
Test build #54622 has finished for PR 12082 at commit
|
Author
|
Thanks @tgravescs for looking into the patch. |
|
Test build #54695 has finished for PR 12082 at commit
|
|
Test build #55007 has finished for PR 12082 at commit
|
Contributor
|
+1 |
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 free
to 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.
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.