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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]