Skip to content
Snippets Groups Projects
Commit 91f2735a authored by WeichenXu's avatar WeichenXu Committed by Sean Owen
Browse files

[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.
parent 2a105134
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment