spark-instrumented-optimizer/graphx
Ankur Dave 1d6abe3a4b 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`
2014-04-23 22:01:13 -07:00
..
data Fix all code examples in guide 2014-01-13 22:29:45 -08:00
src Mark all fields of EdgePartition, Graph, and GraphOps transient 2014-04-23 22:01:13 -07:00
pom.xml SPARK-1387. Update build plugins, avoid plugin version warning, centralize versions 2014-04-06 17:41:01 -07:00