aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorWeichenXu <WeichenXu123@outlook.com>2016-08-12 20:10:09 +0100
committerSean Owen <sowen@cloudera.com>2016-08-12 20:10:09 +0100
commit91f2735a180f0af1f15303fd0a32633dfd1c1fe0 (patch)
treee4c01c0caf2c3058fb5e3f6fa75a3746bdeb16aa /docs/configuration.md
parent2a105134e9a3efd46b761fab5e563ddebb26575d (diff)
downloadspark-91f2735a180f0af1f15303fd0a32633dfd1c1fe0.tar.gz
spark-91f2735a180f0af1f15303fd0a32633dfd1c1fe0.tar.bz2
spark-91f2735a180f0af1f15303fd0a32633dfd1c1fe0.zip
[DOC] add config option spark.ui.enabled into document
## What changes were proposed in this pull request? The configuration doc lost the config option `spark.ui.enabled` (default value is `true`) I think this option is important because many cases we would like to turn it off. so I add it. ## How was this patch tested? N/A Author: WeichenXu <WeichenXu123@outlook.com> Closes #14604 from WeichenXu123/add_doc_param_spark_ui_enabled.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index ae753189b5..96e8c6d08a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -590,6 +590,13 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.ui.enabled</code></td>
+ <td>true</td>
+ <td>
+ Whether to run the web UI for the Spark application.
+ </td>
+</tr>
+<tr>
<td><code>spark.ui.killEnabled</code></td>
<td>true</td>
<td>