-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5939][MLLib] make FPGrowth example app take parameters #4714
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 #27814 has started for PR 4714 at commit
|
|
Test build #27814 has finished for PR 4714 at commit
|
|
Test PASSed. |
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.
run-example doesn't need org.apache.spark.examples. So this could be a one-liner:
.bin/run-example mllib.JavaFPGrowthExample ./data/mllib/sample_fpgrowth.txt
|
Test build #27821 has started for PR 4714 at commit
|
|
Test build #27821 has finished for PR 4714 at commit
|
|
Test PASSed. |
Add parameter parsing in FPGrowth example app in Scala and Java And a sample data file is added in data/mllib folder Author: Jacky Li <[email protected]> Closes #4714 from jackylk/parameter and squashes the following commits: 8c478b3 [Jacky Li] fix according to comments 3bb74f6 [Jacky Li] make FPGrowth exampl app take parameters f0e4d10 [Jacky Li] make FPGrowth exampl app take parameters (cherry picked from commit 651a1c0) Signed-off-by: Xiangrui Meng <[email protected]>
|
LGTM. Merged into master and branch-1.3. Thanks! |
Add parameter parsing in FPGrowth example app in Scala and Java
And a sample data file is added in data/mllib folder