aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2016-12-05 14:40:50 -0800
committerDavies Liu <davies.liu@gmail.com>2016-12-05 14:40:50 -0800
commit18eaabb71eeee6e6502aa0633b6d46fdb67d3c3b (patch)
tree9290aaaa210e9b410f0b0537631b3ae211e8d451
parent5a92dc76ab431d73275a2bdfbc2c0a8ceb0d75d1 (diff)
downloadspark-18eaabb71eeee6e6502aa0633b6d46fdb67d3c3b.tar.gz
spark-18eaabb71eeee6e6502aa0633b6d46fdb67d3c3b.tar.bz2
spark-18eaabb71eeee6e6502aa0633b6d46fdb67d3c3b.zip
[SPARK-18719] Add spark.ui.showConsoleProgress to configuration docs
This PR adds `spark.ui.showConsoleProgress` to the configuration docs. I tested this PR by building the docs locally and confirming that this change shows up as expected. Relates to #3029. Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #16151 from nchammas/ui-progressbar-doc.
-rw-r--r--docs/configuration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index d8800e93da..b1e731182f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -700,6 +700,15 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.ui.showConsoleProgress</code></td>
+ <td>true</td>
+ <td>
+ Show the progress bar in the console. The progress bar shows the progress of stages
+ that run for longer than 500ms. If multiple stages run at the same time, multiple
+ progress bars will be displayed on the same line.
+ </td>
+</tr>
+<tr>
<td><code>spark.worker.ui.retainedExecutors</code></td>
<td>1000</td>
<td>