Skip to content

Commit f2eb070

Browse files
committed
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 apache#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.
1 parent bb2bb0c commit f2eb070

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ Apart from these, the following properties are also available, and may be useful
289289
<td>spark.closure.serializer</td>
290290
<td>org.apache.spark.serializer.<br />JavaSerializer</td>
291291
<td>
292-
Serializer class to use for closures. Generally Java is fine unless your distributed functions
293-
(e.g. map functions) reference large objects in the driver program.
292+
Serializer class to use for closures. Currently only the Java serializer is supported.
294293
</td>
295294
</tr>
296295
<tr>

0 commit comments

Comments
 (0)