GitHub user brennonyork opened a pull request:

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

    [SPARK-6510][GraphX]: Add Graph#minus method to act as Set#difference

    Adds a `Graph#minus` method which will return only unique `VertexId`'s from 
the calling `VertexRDD`. 
    
    For example:
    
    ```
    Set((0L,0),(1L,1)).minus(Set((1L,1),(2L,2)))
    > Set((0L,0))
    ```

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

    $ git pull https://github.com/brennonyork/spark SPARK-6510

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

    https://github.com/apache/spark/pull/5175.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 #5175
    
----
commit 7227c0ffd8a2ea93a3dcb28440c912921ff14380
Author: Brennon York <brennon.y...@capitalone.com>
Date:   2015-03-24T22:59:28Z

    beginning work on minus functionality

commit aaa030b3ff04738f5ffd38b6fec3f92043359b3a
Author: Brennon York <brennon.y...@capitalone.com>
Date:   2015-03-24T23:14:54Z

    completed graph#minus functionality

commit 6575d927cd36076db7797a12d45d6bb98f1bf43e
Author: Brennon York <brennon.y...@capitalone.com>
Date:   2015-03-24T23:16:09Z

    updated mima exclude

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to