[SPARK-16082][SparkR]remove duplicated docs in dapply#13790
Closed
NarineK wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-16082][SparkR]remove duplicated docs in dapply#13790NarineK wants to merge 1 commit intoapache:masterfrom
NarineK wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
Test build #60882 has finished for PR 13790 at commit
|
Contributor
|
LGTM -- @felixcheung @sun-rui let me know if you have any comments |
Member
|
LGTM |
1 similar comment
Contributor
|
LGTM |
asfgit
pushed a commit
that referenced
this pull request
Jun 21, 2016
## What changes were proposed in this pull request? Removed unnecessary duplicated documentation in dapply and dapplyCollect. In this pull request I created separate R docs for dapply and dapplyCollect - kept dapply's documentation separate from dapplyCollect's and referred from one to another via a link. ## How was this patch tested? Existing test cases. Author: Narine Kokhlikyan <narine@slice.com> Closes #13790 from NarineK/dapply-docs-fix. (cherry picked from commit e2b7eba) Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
Contributor
Author
|
@shivaram , I've noticed that I didn't associate the pull request with the jira. I've just did it. |
Contributor
|
Thanks -- I should have noticed it before the merge, but missed it. I have resolved the JIRA and put in a link to the PR there, so I think its all fine. |
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?
Removed unnecessary duplicated documentation in dapply and dapplyCollect.
In this pull request I created separate R docs for dapply and dapplyCollect - kept dapply's documentation separate from dapplyCollect's and referred from one to another via a link.
How was this patch tested?
Existing test cases.