Skip to content

Commit 8694cb3

Browse files
author
Davies Liu
committed
remove docs
1 parent 0de73d4 commit 8694cb3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/configuration.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -630,15 +630,6 @@ Apart from these, the following properties are also available, and may be useful
630630
output directories. We recommend that users do not disable this except if trying to achieve compatibility with
631631
previous versions of Spark. Simply use Hadoop's FileSystem API to delete output directories by hand.</td>
632632
</tr>
633-
<tr>
634-
<td><code>spark.hadoop.cloneConf</code></td>
635-
<td>false</td>
636-
<td>If set to true, clones a new Hadoop <code>Configuration</code> object for each task. This
637-
option should be enabled to work around <code>Configuration</code> thread-safety issues (see
638-
<a href="https://issues.apache.org/jira/browse/SPARK-2546">SPARK-2546</a> for more details).
639-
This is disabled by default in order to avoid unexpected performance regressions for jobs that
640-
are not affected by these issues.</td>
641-
</tr>
642633
<tr>
643634
<td><code>spark.executor.heartbeatInterval</code></td>
644635
<td>10000</td>

0 commit comments

Comments
 (0)