Skip to content

[SPARK-4620] Add unpersist in Graph and GraphImpl #3476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

maropu
Copy link
Member

@maropu maropu commented Nov 26, 2014

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.

@ankurdave
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Dec 6, 2014

Test build #24210 has finished for PR 3476 at commit 77a006a.

  • This patch passes all tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

asfgit pushed a commit that referenced this pull request Dec 8, 2014
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.

Author: Takeshi Yamamuro <[email protected]>

This patch had conflicts when merged, resolved by
Committer: Ankur Dave <[email protected]>

Closes #3476 from maropu/UnpersistInGraphSpike and squashes the following commits:

77a006a [Takeshi Yamamuro] Add unpersist in Graph and GraphImpl

(cherry picked from commit 8817fc7)
Signed-off-by: Ankur Dave <[email protected]>
@asfgit asfgit closed this in 8817fc7 Dec 8, 2014
@ankurdave
Copy link
Contributor

Thanks! Merged into master & branch-1.2.

@maropu maropu deleted the UnpersistInGraphSpike branch July 5, 2017 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants