Skip to content

Commit

Permalink
Merge pull request alteryx#193 from aoiwelle/patch-1
Browse files Browse the repository at this point in the history
Fix Kryo Serializer buffer documentation inconsistency

The documentation here is inconsistent with the coded default and other documentation.

(cherry picked from commit 086b097)
Signed-off-by: Reynold Xin <[email protected]>
  • Loading branch information
rxin committed Nov 22, 2013
1 parent d7c6a00 commit d7ab87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The [Kryo documentation](http://code.google.com/p/kryo/) describes more advanced
registration options, such as adding custom serialization code.

If your objects are large, you may also need to increase the `spark.kryoserializer.buffer.mb`
system property. The default is 32, but this value needs to be large enough to hold the *largest*
system property. The default is 2, but this value needs to be large enough to hold the *largest*
object you will serialize.

Finally, if you don't register your classes, Kryo will still work, but it will have to store the
Expand Down

0 comments on commit d7ab87e

Please sign in to comment.