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:32 -0700
commitbf7c6e198822d155c23cfaa7219c36e5db8d1eeb (patch)
tree95206c9d86b1c1d3f3efb159f03b5dd15af19959
parentdcd99c3e63f8a5154f904ae57e945e8caaade649 (diff)
downloadspark-bf7c6e198822d155c23cfaa7219c36e5db8d1eeb.tar.gz
spark-bf7c6e198822d155c23cfaa7219c36e5db8d1eeb.tar.bz2
spark-bf7c6e198822d155c23cfaa7219c36e5db8d1eeb.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 (cherry picked from commit e4245656438d00714ebd59e89c4de3fdaae83494) Signed-off-by: Reynold Xin <rxin@apache.org>
-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