Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/3143#issuecomment-62210611
I'm not too familiar with the YARN code, but it looks like the `Client` has
a `monitorApplication()` method that blocks until the application completes and
returns its status. To avoid code duplication / improve understandability,
couldn't we spin off a thread that calls that method (since that already
implements the polling logic) and calls `sc.stop()` once that method returns?
I think `sc.stop()` is thread-safe (or can be).
---
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]