[SPARK-31394][DOC][FOLLOWUP] Add nfs volume type description#28236
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-NFS-DOC
Closed
[SPARK-31394][DOC][FOLLOWUP] Add nfs volume type description#28236dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-NFS-DOC
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-NFS-DOC
Conversation
|
Test build #121390 has finished for PR 28236 at commit
|
HyukjinKwon
reviewed
Apr 17, 2020
Member
HyukjinKwon
left a comment
There was a problem hiding this comment.
Haven't tested but looks good from my reading.
Member
Author
|
Thank you, @HyukjinKwon . Merged to master. |
holdenk
pushed a commit
to holdenk/spark
that referenced
this pull request
Jun 25, 2020
### What changes were proposed in this pull request? This adds newly supported `nfs` volume type description into the document for Apache Spark 3.1.0. ### Why are the changes needed? To complete the document. ### Does this PR introduce any user-facing change? Yes. (Doc)  ### How was this patch tested? Manually generate doc and check it. ``` SKIP_API=1 jekyll build ``` Closes apache#28236 from dongjoon-hyun/SPARK-NFS-DOC. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
holdenk
pushed a commit
to holdenk/spark
that referenced
this pull request
Oct 27, 2020
### What changes were proposed in this pull request? This adds newly supported `nfs` volume type description into the document for Apache Spark 3.1.0. ### Why are the changes needed? To complete the document. ### Does this PR introduce any user-facing change? Yes. (Doc)  ### How was this patch tested? Manually generate doc and check it. ``` SKIP_API=1 jekyll build ``` Closes apache#28236 from dongjoon-hyun/SPARK-NFS-DOC. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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?
This adds newly supported
nfsvolume type description into the document for Apache Spark 3.1.0.Why are the changes needed?
To complete the document.
Does this PR introduce any user-facing change?
Yes. (Doc)
How was this patch tested?
Manually generate doc and check it.