We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e74d73 commit 16655dbCopy full SHA for 16655db
docs/configuration.md
@@ -217,9 +217,8 @@ of the most common options to set are:
217
<td><code>spark.driver.supervise</code></td>
218
<td>false</td>
219
<td>
220
- If value set true, restarts the driver on failure, make sure that
221
- the driver is automatically restarted if it fails with non-zero exit code.
222
- Only in Spark standalone or Mesos with cluster deploy mode.
+ If true, restarts the driver automatically if it fails with a non-zero exit status.
+ Only has effect in Spark standalone mode or Mesos cluster deploy mode.
223
</td>
224
</tr>
225
</table>
0 commit comments