You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/11/10 18:24:07 UTC

[3/3] git commit: Merge pull request #157 from rxin/kryo

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 <ma...@eecs.berkeley.edu>
Authored: Sun Nov 10 09:23:56 2013 -0800
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Sun Nov 10 09:23:56 2013 -0800

----------------------------------------------------------------------
 .../spark/serializer/KryoSerializer.scala       | 52 +++++++++++---------
 1 file changed, 30 insertions(+), 22 deletions(-)
----------------------------------------------------------------------