aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index b078c7c111..81ad895d90 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>