aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index f0204c640b..96fa1377ec 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -620,6 +620,15 @@ Apart from these, the following properties are also available, and may be useful
previous versions of Spark. Simply use Hadoop's FileSystem API to delete output directories by hand.</td>
</tr>
<tr>
+ <td><code>spark.hadoop.cloneConf</code></td>
+ <td>false</td>
+ <td>If set to true, clones a new Hadoop <code>Configuration</code> object for each task. This
+ option should be enabled to work around <code>Configuration</code> thread-safety issues (see
+ <a href="https://issues.apache.org/jira/browse/SPARK-2546">SPARK-2546</a> for more details).
+ This is disabled by default in order to avoid unexpected performance regressions for jobs that
+ are not affected by these issues.</td>
+</tr>
+<tr>
<td><code>spark.executor.heartbeatInterval</code></td>
<td>10000</td>
<td>Interval (milliseconds) between each executor's heartbeats to the driver. Heartbeats let