aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>