-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7710] add doc examples for DataFrameStatFunctions #6531
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
|
Test build #33837 has finished for PR 6531 at commit
|
|
Test build #33967 has finished for PR 6531 at commit
|
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.
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.
had to change this to sc.parallelize(...).toDF(...) because sqlContext.createDataFrame(0 until 10) doesn't work because it needs to be a tuple I guess.
|
@marmbrus this is ready to merge. Verified the examples in Spark Shell. |
|
Test build #35614 has finished for PR 6531 at commit
|
|
Test build #35618 has finished for PR 6531 at commit
|
|
retest this please |
|
Test build #35702 has finished for PR 6531 at commit
|
|
What about including the (truncated) output of |
|
Closed in favor of #8378. |

Example code was added to API doc. Didn't test it yet.
@rxin