Merge pull request #223 from rxin/transient Mark partitioner, name, and generator field in RDD as @transient.
As part of the effort to reduce serialized task size. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/d6e54738 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/d6e54738 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/d6e54738 Branch: refs/heads/master Commit: d6e5473872f405a6f4e466705e33cf893af915c1 Parents: 8a3475a 974a69d Author: Matei Zaharia <[email protected]> Authored: Wed Dec 4 10:28:50 2013 -0800 Committer: Matei Zaharia <[email protected]> Committed: Wed Dec 4 10:28:50 2013 -0800 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/rdd/RDD.scala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
