Merge pull request #157 from rxin/kryo 3 Kryo related changes.
1. Call Kryo setReferences before calling user specified Kryo registrator. This is done so the user specified registrator can override the default setting. 2. Register more internal classes (MapStatus, BlockManagerId). 3. Slightly refactored the internal class registration to allocate less memory. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/58d4f6c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/58d4f6c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/58d4f6c8 Branch: refs/heads/master Commit: 58d4f6c8a5d9739dc2a3f26f116528457336f0d3 Parents: 3efc019 c845611 Author: Matei Zaharia <[email protected]> Authored: Sun Nov 10 09:23:56 2013 -0800 Committer: Matei Zaharia <[email protected]> Committed: Sun Nov 10 09:23:56 2013 -0800 ---------------------------------------------------------------------- .../spark/serializer/KryoSerializer.scala | 52 +++++++++++--------- 1 file changed, 30 insertions(+), 22 deletions(-) ----------------------------------------------------------------------
