GitHub user ankurdave opened a pull request:

    https://github.com/apache/spark/pull/933

    Add landmark-based Shortest Path algorithm to graphx.lib

    This is a modified version of apache/spark#10.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ankurdave/spark shortestpaths

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/933.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #933
    
----
commit 0ce4c53da465f9d8b7591a03010bfde2bc18ec97
Author: Andres Perez <[email protected]>
Date:   2014-06-01T02:59:02Z

    Add Shortest-path computations to graphx.lib with unit tests.
    
    Adds a landmark-based shortest-path computation to 
org.apache.spark.graphx.lib.
    
    Author: Andres Perez <[email protected]>
    Author: Koert Kuipers <[email protected]>
    
    Closes #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.

commit 605a9782a09bb6d41c6ae899c794c25434247900
Author: Ankur Dave <[email protected]>
Date:   2014-05-31T01:27:39Z

    Fix style errors

commit 1b73e389c05b4b56ff58bef585ef256c58e366ab
Author: Ankur Dave <[email protected]>
Date:   2014-05-31T01:33:50Z

    Remove unnecessary VD type param, and pass through ED

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to