From fb4c7be747a35ea733df6010194cd76db449adc9 Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Sun, 27 Sep 2015 21:26:54 +0100 Subject: add doc for spark.streaming.stopGracefullyOnShutdown Author: Bin Wang Closes #8898 from wb14123/doc. --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 284f97ad09..d99092e3c5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1490,6 +1490,14 @@ Apart from these, the following properties are also available, and may be useful higher memory usage in Spark. + + spark.streaming.stopGracefullyOnShutdown + false + + If true, Spark shuts down the StreamingContext gracefully on JVM + shutdown rather than immediately. + + spark.streaming.kafka.maxRatePerPartition not set -- cgit v1.2.3