From 91f2735a180f0af1f15303fd0a32633dfd1c1fe0 Mon Sep 17 00:00:00 2001 From: WeichenXu Date: Fri, 12 Aug 2016 20:10:09 +0100 Subject: [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 Closes #14604 from WeichenXu123/add_doc_param_spark_ui_enabled. --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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. + + spark.ui.enabled + true + + Whether to run the web UI for the Spark application. + + spark.ui.killEnabled true -- cgit v1.2.3