Merge pull request #49 from mateiz/kryo-fix-2 Fix Chill serialization of Range objects
It used to write out each element one by one, creating very large objects. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/320418f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/320418f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/320418f7 Branch: refs/heads/master Commit: 320418f7c8b42d4ce781b32c9ee47a9b54550b89 Parents: 215238c c84c205 Author: Reynold Xin <r...@apache.org> Authored: Wed Oct 9 16:55:30 2013 -0700 Committer: Reynold Xin <r...@apache.org> Committed: Wed Oct 9 16:55:30 2013 -0700 ---------------------------------------------------------------------- .../spark/serializer/KryoSerializer.scala | 14 ++++++++++--- .../spark/serializer/KryoSerializerSuite.scala | 21 ++++++++++++++++++++ 2 files changed, 32 insertions(+), 3 deletions(-) ----------------------------------------------------------------------