File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,10 @@ should specify them through the `--jars` flag using comma as a delimiter (e.g. `
272272To control the application's configuration or execution environment, see
273273[ Spark Configuration] ( configuration.html ) .
274274
275- Additionally, standalone ` cluster ` mode supports restarting your application on failure. To use
276- this feature, you may pass in the ` --supervise ` flag to ` spark-submit ` when launching your
277- application. Then, if you wish to kill an application that is failing repeatedly, you may do so
278- through:
275+ Additionally, standalone ` cluster ` mode supports restarting your application automatically if it
276+ exited with non-zero exit code. To use this feature, you may pass in the ` --supervise ` flag to
277+ ` spark-submit ` when launching your application. Then, if you wish to kill an application that is
278+ failing repeatedly, you may do so through:
279279
280280 ./bin/spark-class org.apache.spark.deploy.Client kill <master url> <driver ID>
281281
You can’t perform that action at this time.
0 commit comments