Skip to content

Commit 9ca0908

Browse files
author
Andrew Or
committed
Wording changes
1 parent 2b55ed2 commit 9ca0908

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spark-standalone.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ should specify them through the `--jars` flag using comma as a delimiter (e.g. `
272272
To 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

0 commit comments

Comments
 (0)