GitHub user WangTaoTheTonic opened a pull request:
https://github.com/apache/spark/pull/6717
[SPARK-8273]Driver hangs up when yarn shutdown in client mode
In client mode, if yarn was shut down with spark application running, the
application will hang up after several retries(default: 30) because the
exception throwed by YarnClientImpl could not be caught by upper level, we
should exit in case that user can not be aware that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WangTaoTheTonic/spark SPARK-8273
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6717.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6717
----
commit 28752d6a3914e29abb741e8d1750bb2f0ceee7b4
Author: WangTaoTheTonic <[email protected]>
Date: 2015-06-09T09:24:15Z
catch the throwed exception
----
---
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]