Skip to content
Closed
Changes from all 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
14 changes: 14 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,20 @@ Apart from these, the following properties are also available, and may be useful
How many finished drivers the Spark UI and status APIs remember before garbage collecting.
</td>
</tr>
<tr>
<td><code>spark.sql.ui.retainedExecutions</code></td>
<td>1000</td>
<td>
How many finished executions the Spark UI and status APIs remember before garbage collecting.
</td>
</tr>
<tr>
<td><code>spark.streaming.ui.retainedBatches</code></td>
<td>1000</td>
<td>
How many finished batches the Spark UI and status APIs remember before garbage collecting.
</td>
</tr>
</table>

#### Compression and Serialization
Expand Down