Repository: spark
Updated Branches:
  refs/heads/branch-1.4 50607eca5 -> dce68ad1a


[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 <zhaishi...@haizhi.com>

Closes #7393 from stanzhai/master and squashes the following commits:

69729ef [zhaishidan] fix document error about spark.kryoserializer.buffer.max.mb

(cherry picked from commit c1feebd8fcba985667db8ccdafd2b5ec76dcfae7)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dce68ad1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dce68ad1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dce68ad1

Branch: refs/heads/branch-1.4
Commit: dce68ad1a0da5580179d1300d4262b9648babcda
Parents: 50607ec
Author: zhaishidan <zhaishi...@haizhi.com>
Authored: Tue Jul 14 08:54:30 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Jul 14 08:54:59 2015 +0100

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/dce68ad1/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 19f3b7e..e60b0f5 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to