[SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs#8414
Closed
yu-iskw wants to merge 5 commits into
Closed
[SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs#8414yu-iskw wants to merge 5 commits into
yu-iskw wants to merge 5 commits into
Conversation
Contributor
|
@yu-iskw I don't seem to have permission to access the google drive PDF ? |
Contributor
Author
|
@shivaram sorry, I modified the permission. |
Contributor
|
From the PDF it looks like there are 3 or 4 more such methods: I could spot |
Contributor
|
Also one more minor thing is that the |
|
Test build #41524 has finished for PR 8414 at commit
|
Contributor
Author
|
It's my fault. I have fixed them. |
Contributor
|
LGTM. Will merge once Jenkins passes |
|
Test build #41525 has finished for PR 8414 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Aug 25, 2015
cc: shivaram
## Summary
- Add name tags to each methods in DataFrame.R and column.R
- Replace `rdname column` with `rdname {each_func}`. i.e. alias method : `rdname column` => `rdname alias`
## Generated PDF File
https://drive.google.com/file/d/0B9biIZIU47lLNHN2aFpnQXlSeGs/view?usp=sharing
## JIRA
[[SPARK-10214] Improve SparkR Column, DataFrame API docs - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-10214)
Author: Yu ISHIKAWA <yuu.ishikawa@gmail.com>
Closes #8414 from yu-iskw/SPARK-10214.
(cherry picked from commit d4549fe)
Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
Contributor
Author
|
Thank you for merging it! |
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.
cc: @shivaram
Summary
@rdname columnwith@rdname {each_func}. i.e. alias method :@rdname column=>@rdname aliasGenerated PDF File
https://drive.google.com/file/d/0B9biIZIU47lLNHN2aFpnQXlSeGs/view?usp=sharing
JIRA
[SPARK-10214] Improve SparkR Column, DataFrame API docs - ASF JIRA