aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>