Repository: spark
Updated Branches:
  refs/heads/master 2a105134e -> 91f2735a1


[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 <weichenxu...@outlook.com>

Closes #14604 from WeichenXu123/add_doc_param_spark_ui_enabled.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/91f2735a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/91f2735a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/91f2735a

Branch: refs/heads/master
Commit: 91f2735a180f0af1f15303fd0a32633dfd1c1fe0
Parents: 2a10513
Author: WeichenXu <weichenxu...@outlook.com>
Authored: Fri Aug 12 20:10:09 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Aug 12 20:10:09 2016 +0100

----------------------------------------------------------------------
 docs/configuration.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/91f2735a/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index ae75318..96e8c6d 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to