spark git commit: [SPARK-9109] [GRAPHX] Keep the cached edge in the graph

2015-07-17 Thread ankurdave
Repository: spark Updated Branches: refs/heads/master eba6a1af4 - 587c315b2 [SPARK-9109] [GRAPHX] Keep the cached edge in the graph The change here is to keep the cached RDDs in the graph object so that when the graph.unpersist() is called these RDDs are correctly unpersisted. ```java

spark git commit: [SPARK-9109] [GRAPHX] Keep the cached edge in the graph

2015-07-17 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.4 bb1401507 - f34f3d71f [SPARK-9109] [GRAPHX] Keep the cached edge in the graph The change here is to keep the cached RDDs in the graph object so that when the graph.unpersist() is called these RDDs are correctly unpersisted. ```java