Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
HyukjinKwon marked this conversation as resolved.
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
Comment thread
HyukjinKwon marked this conversation as resolved.
Outdated
specified by user.
Comment thread
HyukjinKwon marked this conversation as resolved.
Outdated
</td>
</tr>
<tr>
Expand Down