Repository: spark
Updated Branches:
  refs/heads/branch-1.0 b5c62c887 -> 6be72265a


Updated doc for spark.closure.serializer to indicate only Java serializer work.

See discussion from 
http://apache-spark-developers-list.1001551.n3.nabble.com/bug-using-kryo-as-closure-serializer-td6473.html

Author: Reynold Xin <[email protected]>

Closes #642 from rxin/docs-ser and squashes the following commits:

a507db5 [Reynold Xin] Use "Java" instead of default.
5eb8cdd [Reynold Xin] Updated doc for spark.closure.serializer to indicate only 
the default serializer work.

(cherry picked from commit f2eb070acc81e60096ee8d4ddf8da2b24a11da72)
Signed-off-by: Reynold Xin <[email protected]>


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

Branch: refs/heads/branch-1.0
Commit: 6be72265a3ecc47b1c49e8c5cbf6f0b2788c1772
Parents: b5c62c8
Author: Reynold Xin <[email protected]>
Authored: Mon May 5 00:52:06 2014 -0700
Committer: Reynold Xin <[email protected]>
Committed: Mon May 5 00:52:12 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/6be72265/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index b078c7c..81ad895 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -289,8 +289,7 @@ Apart from these, the following properties are also 
available, and may be useful
   <td>spark.closure.serializer</td>
   <td>org.apache.spark.serializer.<br />JavaSerializer</td>
   <td>
-    Serializer class to use for closures. Generally Java is fine unless your 
distributed functions
-    (e.g. map functions) reference large objects in the driver program.
+    Serializer class to use for closures. Currently only the Java serializer 
is supported.
   </td>
 </tr>
 <tr>

Reply via email to