aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-02-10 13:34:53 -0800
committerReynold Xin <rxin@databricks.com>2016-02-10 13:34:53 -0800
commit29c547303f886b96b74b411ac70f0fa81113f086 (patch)
treea0696ca78c2fb21e9d480c0704674f1d517e42fd /docs/configuration.md
parent5947fa8fa1f95d8fc1537c1e37bc16bae8fe7988 (diff)
downloadspark-29c547303f886b96b74b411ac70f0fa81113f086.tar.gz
spark-29c547303f886b96b74b411ac70f0fa81113f086.tar.bz2
spark-29c547303f886b96b74b411ac70f0fa81113f086.zip
[SPARK-12414][CORE] Remove closure serializer
Remove spark.closure.serializer option and use JavaSerializer always CC andrewor14 rxin I see there's a discussion in the JIRA but just thought I'd offer this for a look at what the change would be. Author: Sean Owen <sowen@cloudera.com> Closes #11150 from srowen/SPARK-12414.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index b07c69cd4c..dd2cde8194 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -587,13 +587,6 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
- <td><code>spark.closure.serializer</code></td>
- <td>org.apache.spark.serializer.<br />JavaSerializer</td>
- <td>
- Serializer class to use for closures. Currently only the Java serializer is supported.
- </td>
-</tr>
-<tr>
<td><code>spark.io.compression.codec</code></td>
<td>lz4</td>
<td>