Skip to content

Commit

Permalink
modify the configuration description of spark.streaming.backpressure.…
Browse files Browse the repository at this point in the history
…initialRate
  • Loading branch information
junhao committed Dec 21, 2015
1 parent f2a8ac7 commit 2d750c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,8 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.streaming.backpressure.initialRate</code></td>
<td>not set</td>
<td>
Initial rate for backpressure mechanism (since 1.5). This provides maximum receiving rate of
receivers in the first batch when enables the backpressure mechanism, then the maximum receiving
rate will compute dynamically based on the current batch scheduling delays and processing times.
This is the initial maximum receiving rate at which each receiver will receive data for the
first batch when the backpressure mechanism is enabled.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 2d750c4

Please sign in to comment.