aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 2687f542b8..6b65d2bcb8 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -213,6 +213,14 @@ 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 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.
+ </td>
+</tr>
</table>
Apart from these, the following properties are also available, and may be useful in some situations: