Skip to content

Commit 15f578a

Browse files
committed
Add <code> tag
1 parent 0c7b452 commit 15f578a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,15 +562,15 @@ Apart from these, the following properties are also available, and may be useful
562562
</td>
563563
</tr>
564564
<tr>
565-
<td>spark.hadoop.validateOutputSpecs</td>
565+
<td><code>spark.hadoop.validateOutputSpecs</code></td>
566566
<td>true</td>
567567
<td>If set to true, validates the output specification (e.g. checking if the output directory already exists)
568568
used in saveAsHadoopFile and other variants. This can be disabled to silence exceptions due to pre-existing
569569
output directories. We recommend that users do not disable this except if trying to achieve compatibility with
570570
previous versions of Spark. Simply use Hadoop's FileSystem API to delete output directories by hand.</td>
571571
</tr>
572572
<tr>
573-
<td>spark.executor.heartbeatInterval</td>
573+
<td><code>spark.executor.heartbeatInterval</code></td>
574574
<td>10000</td>
575575
<td>Interval (milliseconds) between each executor's heartbeats to the driver. Heartbeats let
576576
the driver know that the executor is still alive and update it with metrics for in-progress

0 commit comments

Comments
 (0)