GitHub user maropu opened a pull request:

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

    [SPARK-4620] Add unpersist in Graph and GraphImpl

    Add an IF to uncache both vertices and edges of Graph/GraphImpl.
    This IF is useful when iterative graph operations build a new graph in each 
iteration, and the vertices and edges of previous iterations are no longer 
needed for following iterations.


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

    $ git pull https://github.com/maropu/spark UnpersistInGraphSpike

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

    https://github.com/apache/spark/pull/3476.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 #3476
    
----
commit 77a006a77889a2f847dc0a6ad2e8e15e329b9137
Author: Takeshi Yamamuro <linguin....@gmail.com>
Date:   2014-11-26T08:51:48Z

    Add unpersist in Graph and GraphImpl

----


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