Closed jdk8 closed 10 years ago
This is a very useful application, thanks for the PR! Two requests:
1) Can you make a version that takes the edges RDD (or even a graph) instead of the raw text file. 2) Can you add a basic unit test that generates a synthetic edge RDD and then runs the inference algorithm. For a reference collection of unit tests see https://github.com/amplab/graphx/blob/master/graph/src/test/scala/org/apache/spark/graph/AnalyticsSuite.scala
By doing this we can make the code more general and also have a way to verify that changes we make to the system don't affect the application.
Hi jegonzal, got it, I will make these changes later.
Jenkins, add to whitelist.
One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5238/
One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5240/
All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5243/
All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5245/
One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5372/
All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5374/
This looks great! Thanks for the contribution.
Can one of the admins verify this patch?