diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md index cddc7259e6ac3..9d49ac6829723 100644 --- a/docs/running-on-kubernetes.md +++ b/docs/running-on-kubernetes.md @@ -202,6 +202,21 @@ from the other deployment modes. See the [configuration page](configuration.html resource. Use alternatives such as Ingress if possible. + + spark.kubernetes.submit.waitAppCompletion + true + + In cluster mode, whether to wait for the application to finish before exiting the launcher process. When changed to + false, the launcher has a "fire-and-forget" behavior when launching the Spark job. + + + + spark.kubernetes.report.interval + 1s + + Interval between reports of the current Spark job status in cluster mode. + + ## Current Limitations