Skip to content
Snippets Groups Projects
Commit ea841efc authored by BenFradet's avatar BenFradet Committed by Sean Owen
Browse files

[SPARK-7255] [STREAMING] [DOCUMENTATION] Added documentation for spark.streaming.kafka.maxRetries

Added documentation for spark.streaming.kafka.maxRetries

Author: BenFradet <benjamin.fradet@gmail.com>

Closes #5808 from BenFradet/master and squashes the following commits:

cc72e7a [BenFradet] updated doc for spark.streaming.kafka.maxRetries to explain the default value
18f823e [BenFradet] Added "consecutive" to the spark.streaming.kafka.maxRetries doc
597fdeb [BenFradet] Mention that spark.streaming.kafka.maxRetries only applies to the direct kafka api
0efad39 [BenFradet] Added documentation for spark.streaming.kafka.maxRetries
parent 5d6b90d9
No related branches found
No related tags found
No related merge requests found
...@@ -1464,6 +1464,16 @@ Apart from these, the following properties are also available, and may be useful ...@@ -1464,6 +1464,16 @@ Apart from these, the following properties are also available, and may be useful
for more details. for more details.
</td> </td>
</tr> </tr>
<tr>
<td><code>spark.streaming.kafka.maxRetries</code></td>
<td>1</td>
<td>
Maximum number of consecutive retries the driver will make in order to find
the latest offsets on the leader of each partition (a default value of 1
means that the driver will make a maximum of 2 attempts). Only applies to
the new Kafka direct stream API.
</td>
</tr>
</table> </table>
#### Cluster Managers #### Cluster Managers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment