From 91f2735a180f0af1f15303fd0a32633dfd1c1fe0 Mon Sep 17 00:00:00 2001
From: WeichenXu <WeichenXu123@outlook.com>
Date: Fri, 12 Aug 2016 20:10:09 +0100
Subject: [PATCH] [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.
---
 docs/configuration.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/configuration.md b/docs/configuration.md
index ae753189b5..96e8c6d08a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -589,6 +589,13 @@ Apart from these, the following properties are also available, and may be useful
     finished.
   </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>
-- 
GitLab