aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorzhaishidan <zhaishidan@haizhi.com>2015-07-14 08:54:30 +0100
committerSean Owen <sowen@cloudera.com>2015-07-14 08:54:30 +0100
commitc1feebd8fcba985667db8ccdafd2b5ec76dcfae7 (patch)
treeb4e3286043f3bd1588c5ea4cc0f7f2a615ceb51b /docs/configuration.md
parent20c1434a8dbb25b98f6b434b158ae88e44ce3057 (diff)
downloadspark-c1feebd8fcba985667db8ccdafd2b5ec76dcfae7.tar.gz
spark-c1feebd8fcba985667db8ccdafd2b5ec76dcfae7.tar.bz2
spark-c1feebd8fcba985667db8ccdafd2b5ec76dcfae7.zip
[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. Author: zhaishidan <zhaishidan@haizhi.com> Closes #7393 from stanzhai/master and squashes the following commits: 69729ef [zhaishidan] fix document error about spark.kryoserializer.buffer.max.mb
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 443322e1ea..8a186ee51c 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -665,7 +665,7 @@ Apart from these, the following properties are also available, and may be useful
<td>
Initial size of Kryo's serialization buffer. Note that there will be one buffer
<i>per core</i> on each worker. This buffer will grow up to
- <code>spark.kryoserializer.buffer.max.mb</code> if needed.
+ <code>spark.kryoserializer.buffer.max</code> if needed.
</td>
</tr>
<tr>