Repository: spark Updated Branches: refs/heads/branch-1.4 c68d0e235 -> 4c95fe5ff
[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 <[email protected]> Closes #5899 from zsxwing/SPARK-7351 and squashes the following commits: e1ec515 [zsxwing] [SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches to docs (cherry picked from commit fec7b29f5566b8a46b86f706c64c7823f95e0729) Signed-off-by: Tathagata Das <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4c95fe5f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4c95fe5f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4c95fe5f Branch: refs/heads/branch-1.4 Commit: 4c95fe5ffc3bbd0d75c2f4fe8262a9108981420c Parents: c68d0e2 Author: zsxwing <[email protected]> Authored: Tue May 5 13:42:23 2015 -0700 Committer: Tathagata Das <[email protected]> Committed: Tue May 5 13:42:31 2015 -0700 ---------------------------------------------------------------------- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4c95fe5f/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 64066bc..0de8245 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
