Skip to content

Commit fec7b29

Browse files
zsxwingtdas
authored andcommitted
[SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatches to docs
The default value will be changed to `1000` in apache#5533. So here I just used `1000`. Author: zsxwing <[email protected]> Closes apache#5899 from zsxwing/SPARK-7351 and squashes the following commits: e1ec515 [zsxwing] [SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches to docs
1 parent 735bc3d commit fec7b29

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)