Skip to content

Commit 16655db

Browse files
author
guoxiaolong
committed
[SPARK-20401]This sentence has be simplified.
1 parent 3e74d73 commit 16655db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@ of the most common options to set are:
217217
<td><code>spark.driver.supervise</code></td>
218218
<td>false</td>
219219
<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.
220+
If true, restarts the driver automatically if it fails with a non-zero exit status.
221+
Only has effect in Spark standalone mode or Mesos cluster deploy mode.
223222
</td>
224223
</tr>
225224
</table>

0 commit comments

Comments
 (0)