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
7 changes: 7 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,13 @@ Apart from these, the following properties are also available, and may be useful
the new Kafka direct stream API.
</td>
</tr>
<tr>
<td><code>spark.streaming.ui.retainedBatches</code></td>
<td>1000</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the only question is whether this was intended to be exposed to users or not. What's your argument for that? This should be 100, and changed to 1000 in your other PR if this goes in.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just like spark.ui.retainedJobs and spark.ui.retainedStages and should be exposed. I think we can merge this after #5533.

<td>
How many batches the Spark Streaming UI and status APIs remember before garbage collecting.
</td>
</tr>
</table>

#### Cluster Managers
Expand Down