-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20401][DOC]In the spark official configuration document, the 'spark.driver.supervise' configuration parameter specification and default values are necessary. #17696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
d383efb
3059013
555cef8
46bb1ad
0efb0dd
0e37fde
52641bb
d3977c9
137b90e
0fe5865
cf6f42a
685cd6b
c716a92
679cec3
3c9387a
cb71f44
3e74d73
16655db
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -213,6 +213,15 @@ of the most common options to set are: | |
| and typically can have up to 50 characters. | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.driver.supervise</code></td> | ||
| <td>false</td> | ||
| <td> | ||
| If value set true, restarts the driver on failure, make sure that | ||
| the driver is automatically restarted if it fails with non-zero exit code. | ||
| Only in Spark standalone or Mesos with cluster deploy mode. | ||
|
||
| </td> | ||
| </tr> | ||
| </table> | ||
|
|
||
| Apart from these, the following properties are also available, and may be useful in some situations: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence needs to be simplified. "If true, restarts the driver automatically if it fails with a non-zero exit status."