From e1ec515d6c3e7a77ec8e69dc134a20c781161986 Mon Sep 17 00:00:00 2001 From: zsxwing Date: Mon, 4 May 2015 17:46:03 -0700 Subject: [PATCH] [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