GitHub user stanzhai opened a pull request:
https://github.com/apache/spark/pull/7393
[SPARK-9010][Documentation]Improve the Spark Configuration document about
`spark.kryoserializer.buffer`
The meaning of spark.kryoserializer.buffer should be "Initial size of
Kryo's serialization buffer. Note that there will be one buffer per core on
each worker. This buffer will grow up to spark.kryoserializer.buffer.max if
needed.".
The spark.kryoserializer.buffer.max.mb is out-of-date in spark 1.4.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stanzhai/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7393.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7393
----
commit 69729ef083f152eb91a80e1ea7f1481234766c7c
Author: zhaishidan <[email protected]>
Date: 2015-07-14T07:47:36Z
fix document error about spark.kryoserializer.buffer.max.mb
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]