Skip to content

Commit

Permalink
[SPARK-7351][Streaming][Docs] Add spark.streaming.ui.retainedBatches …
Browse files Browse the repository at this point in the history
…to docs
  • Loading branch information
zsxwing committed May 5, 2015
1 parent fc8b581 commit e1ec515
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 e1ec515

Please sign in to comment.