GitHub user semihsalihoglu opened a pull request:

    https://github.com/apache/incubator-spark/pull/580

    Graph primitives2

    Hi guys,
    
    I'm following Joey and Ankur's suggestions to add collectEdges and 
pickRandomVertex. I'm also adding the tests for collectEdges and refactoring 
one method getCycleGraph in GraphOpsSuite.scala.
    
    Thank you,
    
    semih 

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

    $ git pull https://github.com/apache/incubator-spark GraphPrimitives2

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

    https://github.com/apache/incubator-spark/pull/580.patch

----
commit 41265a66afed2d412d2e26b1e4eccb6bf5048f94
Author: Semih Salihoglu <semihsaliho...@gmail.com>
Date:   2014-02-11T07:13:29Z

    - Adding collectEdges and pickRandomVertex.
    - Adding tests for collectEdges.
    - Recycling a getCycle utility test file.

commit a69a1523d3983f71c8224ef4b57320a180585e15
Author: Semih Salihoglu <semihsaliho...@gmail.com>
Date:   2014-02-11T07:25:07Z

    - Adding collectEdges and pickRandomVertices.
    - Adding tests for collectEdges.
    - Refactoring a getCycle utility function for GraphOpsSuite.scala.

----

Reply via email to