Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/9946#issuecomment-173415101
> a YARN that doesn't stop it is doing something wrong
But that's the case. It's a bug in YARN. See
https://issues.apache.org/jira/browse/HADOOP-12441.
> some app's cleanup fails not infrequently in an inconsistent state since
it was immediately halted
If the app fails in that way, *it is broken*. The cleanup should be done
before the driver's {{main()}} returns; otherwise, the app has relinquished
control back to Spark / the cluster manager, and anything can happen.
---
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]