You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by da...@apache.org on 2016/12/05 22:40:55 UTC

spark git commit: [SPARK-18719] Add spark.ui.showConsoleProgress to configuration docs

Repository: spark
Updated Branches:
  refs/heads/master 5a92dc76a -> 18eaabb71


[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 <ni...@gmail.com>

Closes #16151 from nchammas/ui-progressbar-doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/18eaabb7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/18eaabb7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/18eaabb7

Branch: refs/heads/master
Commit: 18eaabb71eeee6e6502aa0633b6d46fdb67d3c3b
Parents: 5a92dc7
Author: Nicholas Chammas <ni...@gmail.com>
Authored: Mon Dec 5 14:40:50 2016 -0800
Committer: Davies Liu <da...@gmail.com>
Committed: Mon Dec 5 14:40:50 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/18eaabb7/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index d8800e9..b1e7311 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org