GitHub user benmccann opened a pull request:

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

    [SPARK-16658][GRAPHX] Add EdgePartition.withVertexAttributes

    ## What changes were proposed in this pull request?
    
    I'm using cloudml/zen, which has forked graphx. I'd like to see their 
changes upstreamed, so that they can go back to using the upstream graphx 
instead of having a fork.
    
    [Their implementation of 
withVertexAttributes](https://github.com/cloudml/zen/blob/94ba7d7f216feb2bff910eec7285dd7caf9440f0/ml/src/main/scala/org/apache/spark/graphx2/impl/EdgePartition.scala)
    [Their usage of this 
method](https://github.com/cloudml/zen/blob/8a64a141685d6637a993c3cc6d1788f414d6c3cf/ml/src/main/scala/com/github/cloudml/zen/ml/clustering/LDADefines.scala)
    
    ## How was this patch tested?
    
    [Because this method is used in the cloudml/zen 
code](https://github.com/cloudml/zen/blob/8a64a141685d6637a993c3cc6d1788f414d6c3cf/ml/src/main/scala/com/github/cloudml/zen/ml/clustering/LDADefines.scala)
 it has seen a decent amount of use.
    
    


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

    $ git pull https://github.com/benmccann/spark withVertexAttributes

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

    https://github.com/apache/spark/pull/14291.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 #14291
    
----
commit 5ae62555c15d923f952817fd2cc99371bcba6de5
Author: Ben McCann <bmcc...@linkedin.com>
Date:   2016-07-20T23:18:02Z

    [SPARK-16658][GRAPHX] Add EdgePartition.withVertexAttributes

----


---
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