Skip to content

Commit

Permalink
[SPARK-7351] [STREAMING] [DOCS] Add spark.streaming.ui.retainedBatche…
Browse files Browse the repository at this point in the history
…s 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

(cherry picked from commit fec7b29)
Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
  • Loading branch information
zsxwing authored and tdas committed May 5, 2015
1 parent c68d0e2 commit 4c95fe5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c95fe5

Please sign in to comment.