Skip to content
Snippets Groups Projects
Commit 086b097e authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #193 from aoiwelle/patch-1

Fix Kryo Serializer buffer documentation inconsistency

The documentation here is inconsistent with the coded default and other documentation.
parents f20093c3 21b5478e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment