Skip to content

Commit e1ec515

Browse files
committed
[SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches to docs
1 parent fc8b581 commit e1ec515

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,13 @@ Apart from these, the following properties are also available, and may be useful
14741474
the new Kafka direct stream API.
14751475
</td>
14761476
</tr>
1477+
<tr>
1478+
<td><code>spark.streaming.ui.retainedBatches</code></td>
1479+
<td>1000</td>
1480+
<td>
1481+
How many batches the Spark Streaming UI and status APIs remember before garbage collecting.
1482+
</td>
1483+
</tr>
14771484
</table>
14781485

14791486
#### Cluster Managers

0 commit comments

Comments
 (0)