-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6469] Improving documentation on YARN local directories usage #5165
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
Conversation
tempFile is created in the same directory than targetFile, so that the move from tempFile to targetFile is always atomic
tempFile is created in the same directory than targetFile, so that the move from tempFile to targetFile is always atomic
Conflicts: core/src/main/scala/org/apache/spark/util/Utils.scala
This reverts commit 876ae5e.
|
I don't know if this is normal that all commits show up in the PR, I'm not yet familiar with this tool... Anyway, only the last one is relevant for this PR, and that's what can be seen in the "Files changed" tab. |
|
Test build #29079 has started for PR 5165 at commit
|
docs/running-on-yarn.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits: you can back-tick-quote code-like values like yarn-cluster. The last parenthetical can just be a sentence. Yeah it's normal to show all the commits you made to your branch. They will be squashed on merge. You can also squash and force-push your branch if desired, though it's not that important.
|
Test build #29082 has started for PR 5165 at commit
|
|
Test build #29079 has finished for PR 5165 at commit
|
|
Test FAILed. |
|
Test build #29082 has finished for PR 5165 at commit
|
|
Test PASSed. |
|
Thanks for providing the pull request. The text here looks good. I'm +1. I'll let @srowen finish his review. |
|
Mind changing the title to reflect that this is a documentation fix? |
|
Sure, is the new title ok? |
|
New title looks great to me |
|
LGTM merging this into master 1.3 thanks. |
Clarify the local directories usage in YARN Author: Christophe Préaud <[email protected]> Closes #5165 from preaudc/yarn-doc-local-dirs and squashes the following commits: 6912b90 [Christophe Préaud] Fix some formatting issues. 4fa8ec2 [Christophe Préaud] Merge remote-tracking branch 'upstream/master' into yarn-doc-local-dirs eaaf519 [Christophe Préaud] Clarify the local directories usage in YARN 436fb7d [Christophe Préaud] Revert "Clarify the local directories usage in YARN" 876ae5e [Christophe Préaud] Clarify the local directories usage in YARN 608dbfa [Christophe Préaud] Merge remote-tracking branch 'upstream/master' a49a2ce [Christophe Préaud] Merge remote-tracking branch 'upstream/master' 9ba89ca [Christophe Préaud] Ensure that files are fetched atomically 54419ae [Christophe Préaud] Merge remote-tracking branch 'upstream/master' c6a5590 [Christophe Préaud] Revert commit 8ea871f 7456a33 [Christophe Préaud] Merge remote-tracking branch 'upstream/master' 8ea871f [Christophe Préaud] Ensure that files are fetched atomically
Clarify the local directories usage in YARN