Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/3627#discussion_r21562819 --- Diff: docs/spark-standalone.md --- @@ -272,6 +272,15 @@ should specify them through the `--jars` flag using comma as a delimiter (e.g. ` To control the application's configuration or execution environment, see [Spark Configuration](configuration.html). +Additionally, standalone `cluster` mode supports restarting your application on failure. To use +this feature, you may pass in the `--supervise` flag to `spark-submit` when launching your +application. Then, if you wish to kill an application that is failing repeatedly, you may do so --- End diff -- but this whole paragraph is about cluster mode
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org