diff --git a/docs/configuration.md b/docs/configuration.md index 1a701f18881fe..cd812c46e5d89 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1492,6 +1492,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