-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-1986][GraphX]move lib.Analytics to org.apache.spark.examples #1766
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
|
Can one of the admins verify this patch? |
|
Thanks for taking this on! ok to test |
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.
I think this should be org.apache.spark.examples.graphx
|
QA tests have started for PR 1766. This patch merges cleanly. |
|
QA results for PR 1766: |
|
Thanks Ankur, let me fix it. So I'll make a new pull request? |
|
You can just update this pull request by pushing to your 1986 branch. |
to support ~/spark/bin/run-example GraphXAnalytics triangles /soc-LiveJournal1.txt --numEPart=256 move to graphx package, correct reference in LiveJournalPageRank can now run: ~/spark/bin/run-example graphx.Analytics triangles soc-LiveJournal1.txt --numEPart=256 ~/spark/bin/run-example graphx.LiveJournalPageRank soc-LiveJournal1.txt --numEPart=256
|
Thanks Ankur |
|
QA tests have started for PR 1766. This patch merges cleanly. |
|
QA results for PR 1766: |
|
@ankurdave |
|
Thanks! Merged this into master. |
to support ~/spark/bin/run-example GraphXAnalytics triangles /soc-LiveJournal1.txt --numEPart=256 Author: Larry Xiao <xiaodi@sjtu.edu.cn> Closes apache#1766 from larryxiao/1986 and squashes the following commits: bb77cd9 [Larry Xiao] [SPARK-1986][GraphX]move lib.Analytics to org.apache.spark.examples
to support ~/spark/bin/run-example GraphXAnalytics triangles
/soc-LiveJournal1.txt --numEPart=256