You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/09/27 22:26:59 UTC

spark git commit: add doc for spark.streaming.stopGracefullyOnShutdown

Repository: spark
Updated Branches:
  refs/heads/master 8ecba3e86 -> fb4c7be74


add doc for spark.streaming.stopGracefullyOnShutdown

Author: Bin Wang <wb...@gmail.com>

Closes #8898 from wb14123/doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fb4c7be7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fb4c7be7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fb4c7be7

Branch: refs/heads/master
Commit: fb4c7be747a35ea733df6010194cd76db449adc9
Parents: 8ecba3e
Author: Bin Wang <wb...@gmail.com>
Authored: Sun Sep 27 21:26:54 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Sep 27 21:26:54 2015 +0100

----------------------------------------------------------------------
 docs/configuration.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fb4c7be7/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 284f97a..d99092e 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org