-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Add landmark-based Shortest Path algorithm to graphx.lib #933
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
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15335/ |
Adds a landmark-based shortest-path computation to org.apache.spark.graphx.lib. Author: Andres Perez <[email protected]> Author: Koert Kuipers <[email protected]> Closes apache#10 from apache/spark and squashes the following commits: 88d80da [] Merge from master. c9d1ee8 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 47e22db [Andres Perez] Remove algebird dependency from ShortestPaths. 44d19e5 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 4986f80 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 25fbe10 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 9ee0d89 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 745a7a1 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 9319fac [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark d47865f [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark ba6e530 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 5c5b197 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark ee9d90b [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 2d5e788 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 6cd90a5 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark 2cbfe45 [Koert Kuipers] Merge branch 'master' of https://github.com/apache/spark a3bdb0e [Koert Kuipers] Merge branch 'master' of https://github.com/apache/incubator-spark f8f6d91 [Andres Perez] Revert "Add Shortest-path computations to graphx.lib with unit tests." 7496d6b [Andres Perez] Add Shortest-path computations to graphx.lib with unit tests.
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15336/ |
|
Jenkins, retest this please. |
1 similar comment
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests 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.
Can we remove this one? It technically violates our coding style to have a function start with upper case, and confusing to have it the same name as the type itself.
|
Merged build triggered. |
|
Merged build started. |
|
LGTM. Let's merge it once Jenkins is happy. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Thanks. I've merged this in master & branch-1.0. |
This is a modified version of #10. Author: Ankur Dave <[email protected]> Author: Andres Perez <[email protected]> Closes #933 from ankurdave/shortestpaths and squashes the following commits: 03a103c [Ankur Dave] Style fixes 7a1ff48 [Ankur Dave] Improve ShortestPaths documentation d75c8fc [Ankur Dave] Remove unnecessary VD type param, and pass through ED d983fb4 [Ankur Dave] Fix style errors 60ed8e6 [Andres Perez] Add Shortest-path computations to graphx.lib with unit tests. (cherry picked from commit 9535f40) Signed-off-by: Reynold Xin <[email protected]>
This is a modified version of apache#10. Author: Ankur Dave <[email protected]> Author: Andres Perez <[email protected]> Closes apache#933 from ankurdave/shortestpaths and squashes the following commits: 03a103c [Ankur Dave] Style fixes 7a1ff48 [Ankur Dave] Improve ShortestPaths documentation d75c8fc [Ankur Dave] Remove unnecessary VD type param, and pass through ED d983fb4 [Ankur Dave] Fix style errors 60ed8e6 [Andres Perez] Add Shortest-path computations to graphx.lib with unit tests.
This is a modified version of apache#10. Author: Ankur Dave <[email protected]> Author: Andres Perez <[email protected]> Closes apache#933 from ankurdave/shortestpaths and squashes the following commits: 03a103c [Ankur Dave] Style fixes 7a1ff48 [Ankur Dave] Improve ShortestPaths documentation d75c8fc [Ankur Dave] Remove unnecessary VD type param, and pass through ED d983fb4 [Ankur Dave] Fix style errors 60ed8e6 [Andres Perez] Add Shortest-path computations to graphx.lib with unit tests.
This is a modified version of #10.