Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/642#discussion_r12267555
--- Diff: 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 default
serializer is supported.
--- End diff --
Would it make sense for this to just say "currently only the Java
serializer is supported"? Otherwise people might think "default serializer"
means the value that `spark.serializer` is set to.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---