aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBin Wang <wbin00@gmail.com>2015-09-27 21:26:54 +0100
committerSean Owen <sowen@cloudera.com>2015-09-27 21:26:54 +0100
commitfb4c7be747a35ea733df6010194cd76db449adc9 (patch)
tree589b7126fd955fbf838b2057608bb4c7ae7b634b /docs/configuration.md
parent8ecba3e86e53834413da8b4299f5791545cae12e (diff)
downloadspark-fb4c7be747a35ea733df6010194cd76db449adc9.tar.gz
spark-fb4c7be747a35ea733df6010194cd76db449adc9.tar.bz2
spark-fb4c7be747a35ea733df6010194cd76db449adc9.zip
add doc for spark.streaming.stopGracefullyOnShutdown
Author: Bin Wang <wbin00@gmail.com> Closes #8898 from wb14123/doc.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 284f97ad09..d99092e3c5 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1491,6 +1491,14 @@ Apart from these, the following properties are also available, and may be useful
</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>
<td>