Closed andy327 closed 10 years ago
Can one of the admins verify this patch?
Jenkins, add to whitelist.
All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5623/
This looks very useful! Can you update the PR based on recent changes to master?
All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/10655/
Adds a landmark-based shortest-path computation to org.apache.spark.graph.algorithms. Adds a dependency on algebird to store a map of vertexId to Min[Int] for keeping the shortest path distances.