aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-05-05 13:42:23 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-05-05 13:42:23 -0700
commitfec7b29f5566b8a46b86f706c64c7823f95e0729 (patch)
treed0128030ddf07e2b8014c6265ab30967251d754e /docs/configuration.md
parent735bc3d042b1e3e12de57b66f166af14254ad314 (diff)
downloadspark-fec7b29f5566b8a46b86f706c64c7823f95e0729.tar.gz
spark-fec7b29f5566b8a46b86f706c64c7823f95e0729.tar.bz2
spark-fec7b29f5566b8a46b86f706c64c7823f95e0729.zip
[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 <zsxwing@gmail.com> Closes #5899 from zsxwing/SPARK-7351 and squashes the following commits: e1ec515 [zsxwing] [SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches to docs
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 64066bc0d7..0de824546c 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.
</td>
</tr>
+<tr>
+ <td><code>spark.streaming.ui.retainedBatches</code></td>
+ <td>1000</td>
+ <td>
+ How many batches the Spark Streaming UI and status APIs remember before garbage collecting.
+ </td>
+</tr>
</table>
#### Cluster Managers