aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-08-13 23:24:23 -0700
committerReynold Xin <rxin@apache.org>2014-08-13 23:24:23 -0700
commite4245656438d00714ebd59e89c4de3fdaae83494 (patch)
treee439157a3f2535911010437dd9626f3b8596298d
parent9497b12d429cf9d075807896637e40e205175203 (diff)
downloadspark-e4245656438d00714ebd59e89c4de3fdaae83494.tar.gz
spark-e4245656438d00714ebd59e89c4de3fdaae83494.tar.bz2
spark-e4245656438d00714ebd59e89c4de3fdaae83494.zip
[Docs] Add missing <code> tags (minor)
These configs looked inconsistent from the rest. Author: Andrew Or <andrewor14@gmail.com> Closes #1936 from andrewor14/docs-code and squashes the following commits: 15f578a [Andrew Or] Add <code> tag
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8136bd62ab..c8336b3913 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -562,7 +562,7 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
- <td>spark.hadoop.validateOutputSpecs</td>
+ <td><code>spark.hadoop.validateOutputSpecs</code></td>
<td>true</td>
<td>If set to true, validates the output specification (e.g. checking if the output directory already exists)
used in saveAsHadoopFile and other variants. This can be disabled to silence exceptions due to pre-existing
@@ -570,7 +570,7 @@ 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>spark.executor.heartbeatInterval</td>
+ <td><code>spark.executor.heartbeatInterval</code></td>
<td>10000</td>
<td>Interval (milliseconds) between each executor's heartbeats to the driver. Heartbeats let
the driver know that the executor is still alive and update it with metrics for in-progress