Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/5297#discussion_r27656937
--- Diff: docs/running-on-yarn.md ---
@@ -196,6 +196,14 @@ Most of the configs are the same for Spark on YARN as
for other deployment modes
It should be no larger than the global number of max attempts in the
YARN configuration.
</td>
</tr>
+<tr>
+ <td><code>spark.yarn.submit.waitAppCompletion</code></td>
+ <td>true</td>
+ <td>
+ 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.
--- End diff --
Perhaps reword slightly:
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. Otherwise, the client process will exit
after submission.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]