You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by td...@apache.org on 2015/05/05 22:42:27 UTC

spark git commit: [SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatches to docs

Repository: spark
Updated Branches:
  refs/heads/master 735bc3d04 -> fec7b29f5


[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 <zs...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fec7b29f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fec7b29f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fec7b29f

Branch: refs/heads/master
Commit: fec7b29f5566b8a46b86f706c64c7823f95e0729
Parents: 735bc3d
Author: zsxwing <zs...@gmail.com>
Authored: Tue May 5 13:42:23 2015 -0700
Committer: Tathagata Das <ta...@gmail.com>
Committed: Tue May 5 13:42:23 2015 -0700

----------------------------------------------------------------------
 docs/configuration.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fec7b29f/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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org