Skip to content

Commit be1cc2e

Browse files
reword
1 parent f0bc54f commit be1cc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-yarn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
200200
<td><code>spark.yarn.submit.waitAppCompletion</code></td>
201201
<td>true</td>
202202
<td>
203-
Whether to wait for application to complete in cluster mode. If set this to true, client process will enter a loop to track application's status.
204-
Otherwise, client process will exist as long as application is successfully submitted.
203+
In YARN cluster mode, controls whether the client waits to exit until the application completes. If set to true, the client process will stay alive reporting the application's status.
204+
Otherwise, the client process will exit after submission.
205205
</td>
206206
</tr>
207207
</table>

0 commit comments

Comments
 (0)