-
- Downloads
Mark all fields of EdgePartition, Graph, and GraphOps transient
These classes are only serializable to work around closure capture, so their fields should all be marked `@transient` to avoid wasteful serialization. This PR supersedes apache/spark#519 and fixes the same bug. Author: Ankur Dave <ankurdave@gmail.com> Closes #520 from ankurdave/graphx-transient and squashes the following commits: 6431760 [Ankur Dave] Mark all fields of EdgePartition, Graph, and GraphOps `@transient`
Showing
- graphx/src/main/scala/org/apache/spark/graphx/Graph.scala 3 additions, 3 deletionsgraphx/src/main/scala/org/apache/spark/graphx/Graph.scala
- graphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala 5 additions, 5 deletionsgraphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala
- graphx/src/main/scala/org/apache/spark/graphx/impl/EdgePartition.scala 4 additions, 4 deletions...in/scala/org/apache/spark/graphx/impl/EdgePartition.scala
Loading
Please register or sign in to comment