Skip to content
Snippets Groups Projects
Commit fb4c7be7 authored by Bin Wang's avatar Bin Wang Committed by Sean Owen
Browse files

add doc for spark.streaming.stopGracefullyOnShutdown

Author: Bin Wang <wbin00@gmail.com>

Closes #8898 from wb14123/doc.
parent 8ecba3e8
No related branches found
No related tags found
No related merge requests found
......@@ -1490,6 +1490,14 @@ Apart from these, the following properties are also available, and may be useful
higher memory usage in Spark.
</td>
</tr>
<tr>
<td><code>spark.streaming.stopGracefullyOnShutdown</code></td>
<td>false</td>
<td>
If <code>true</code>, Spark shuts down the <code>StreamingContext</code> gracefully on JVM
shutdown rather than immediately.
</td>
</tr>
<tr>
<td><code>spark.streaming.kafka.maxRatePerPartition</code></td>
<td>not set</td>
......
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