-
- Downloads
Specializing IndexedRDD as VertexSetRDD.
1) This allows the index map to be optimized for Vids 2) This makes the code more readable 2) The Graph API can now return VertexSetRDDs from operations that produce results for vertices
Showing
- graph/src/main/scala/org/apache/spark/graph/Graph.scala 2 additions, 2 deletionsgraph/src/main/scala/org/apache/spark/graph/Graph.scala
- graph/src/main/scala/org/apache/spark/graph/GraphOps.scala 7 additions, 7 deletionsgraph/src/main/scala/org/apache/spark/graph/GraphOps.scala
- graph/src/main/scala/org/apache/spark/graph/VertexSetRDD.scala 83 additions, 84 deletions.../src/main/scala/org/apache/spark/graph/VertexSetRDD.scala
- graph/src/main/scala/org/apache/spark/graph/impl/GraphImpl.scala 121 additions, 117 deletions...rc/main/scala/org/apache/spark/graph/impl/GraphImpl.scala
Loading
Please register or sign in to comment