Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11978] [ML] Move dataset_example.py to examples/ml and rename to dataframe_example.py - #9957
Closed
yanboliang wants to merge 1 commit into
Closed
[SPARK-11978] [ML] Move dataset_example.py to examples/ml and rename to dataframe_example.py#9957yanboliang wants to merge 1 commit into
yanboliang wants to merge 1 commit into
Conversation
SparkQA
commented
Nov 25, 2015
Test build #46664 has finished for PR 9957 at commit
|
SparkQA
commented
Dec 10, 2015
Test build #47514 has finished for PR 9957 at commit
|
yanboliang
commented
Dec 11, 2015
ContributorAuthor
Jenkins, test this please. |
SparkQA
commented
Dec 11, 2015
Test build #47581 has finished for PR 9957 at commit
|
jkbradley
commented
Dec 12, 2015
Member
Reviewing now |
jkbradley
commented
Dec 12, 2015
Member
I don't have any comments; it LGTM Merging with master and branch-1.6 Thanks for the PR! |
yanboliang
commented
Dec 12, 2015
ContributorAuthor
Sorry, maybe something wrong with github. But never mind, it succeed at last. |
asfgit pushed a commit
that referenced
this pull request
Dec 12, 2015
…o dataframe_example.py Since ```Dataset``` has a new meaning in Spark 1.6, we should rename it to avoid confusion. #9873 finished the work of Scala example, here we focus on the Python one. Move dataset_example.py to ```examples/ml``` and rename to ```dataframe_example.py```. BTW, fix minor missing issues of #9873. cc mengxr Author: Yanbo Liang <ybliang8@gmail.com> Closes#9957 from yanboliang/SPARK-11978. (cherry picked from commit a0ff6d1) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
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 freeto 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.
Since
Datasethas a new meaning in Spark 1.6, we should rename it to avoid confusion.#9873 finished the work of Scala example, here we focus on the Python one.
Move dataset_example.py to
examples/mland rename todataframe_example.py.BTW, fix minor missing issues of #9873.
cc @mengxr