Skip to content

Commit

Permalink
Destroying broadcast map
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Raimond committed Sep 9, 2016
1 parent 4b2d564 commit 40f5780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ object PageRank extends Logging {
rankGraph.edges.foreachPartition(x => {}) // also materializes rankGraph.vertices
prevRankGraph.vertices.unpersist(false)
prevRankGraph.edges.unpersist(false)
sourcesInitMapBC.destroy(false)

logInfo(s"Parallel Personalized PageRank finished iteration $i.")

Expand Down

0 comments on commit 40f5780

Please sign in to comment.