Skip to content

[SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs#8414

Closed
yu-iskw wants to merge 5 commits into
apache:masterfrom
yu-iskw:SPARK-10214
Closed

[SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs#8414
yu-iskw wants to merge 5 commits into
apache:masterfrom
yu-iskw:SPARK-10214

Conversation

@yu-iskw

@yu-iskw yu-iskw commented Aug 25, 2015

Copy link
Copy Markdown
Contributor

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

@yu-iskw yu-iskw changed the title [SPARK-10214][SparkR][Docs] [SPARK-10214][SparkR][Docs] Improve SparkR Column, DataFrame API docs Aug 25, 2015
@shivaram

Copy link
Copy Markdown
Contributor

@yu-iskw I don't seem to have permission to access the google drive PDF ?

@yu-iskw

yu-iskw commented Aug 25, 2015

Copy link
Copy Markdown
Contributor Author

@shivaram sorry, I modified the permission.

@shivaram

Copy link
Copy Markdown
Contributor

From the PDF it looks like there are 3 or 4 more such methods: I could spot cache, count, describe, printSchema and show -- Or are these different for some reason I have missed ?

@shivaram

Copy link
Copy Markdown
Contributor

Also one more minor thing is that the DataFrame-class somehow has details about the agg methods. I am not sure why that happened though

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41524 has finished for PR 8414 at commit b7542c1.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yu-iskw

yu-iskw commented Aug 25, 2015

Copy link
Copy Markdown
Contributor Author

It's my fault. I have fixed them.

@shivaram

Copy link
Copy Markdown
Contributor

LGTM. Will merge once Jenkins passes

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41525 has finished for PR 8414 at commit 0a3f176.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in d4549fe Aug 25, 2015
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>
@yu-iskw

yu-iskw commented Aug 25, 2015

Copy link
Copy Markdown
Contributor Author

Thank you for merging it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants