You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/31 02:29:29 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #25297: [MINOR][CORE][DOCS] Fix inconsistent description of showConsoleProgress

HyukjinKwon commented on a change in pull request #25297: [MINOR][CORE][DOCS] Fix inconsistent description of showConsoleProgress
URL: https://github.com/apache/spark/pull/25297#discussion_r309016982
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -1062,11 +1062,14 @@ Apart from these, the following properties are also available, and may be useful
 </tr>
 <tr>
   <td><code>spark.ui.showConsoleProgress</code></td>
-  <td>true</td>
+  <td>false</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.
+    <br/>
+    <em>Note:</em> In non-shell environment, the default value of spark.ui.showConsoleProgress is true or
 
 Review comment:
   I think it's true in shells by default (not non-shell environment)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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