From 45f4ef157c7c4ed175667d53142be866d0698ac9 Mon Sep 17 00:00:00 2001 From: zsxwing Date: Tue, 5 May 2015 13:42:23 -0700 Subject: [PATCH] [SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatches to docs The default value will be changed to `1000` in #5533. So here I just used `1000`. Author: zsxwing Closes #5899 from zsxwing/SPARK-7351 and squashes the following commits: e1ec515 [zsxwing] [SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches to docs --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 64066bc0d70cd..0de824546c751 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1474,6 +1474,13 @@ Apart from these, the following properties are also available, and may be useful the new Kafka direct stream API. + + spark.streaming.ui.retainedBatches + 1000 + + How many batches the Spark Streaming UI and status APIs remember before garbage collecting. + + #### Cluster Managers