Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3072] YARN - Exit when reach max number failed executors #2022

Closed
wants to merge 1 commit into from

Conversation

tgravescs
Copy link
Contributor

In some cases on hadoop 2.x the spark application master doesn't properly exit and hangs around for 10 minutes after its really done. We should make sure it exits properly and stops the driver.

@tgravescs tgravescs changed the title [SPARK-3072] Exit when reach max number failed executors [SPARK-3072] YARN - Exit when reach max number failed executors Aug 18, 2014
@vanzin
Copy link
Contributor

vanzin commented Aug 18, 2014

LGTM (and more stuff for me to merge :-P).

@tgravescs
Copy link
Contributor Author

Thanks @vanzin. Yeah I am trying to think of the best way to get that in to minimize pain.

@tgravescs
Copy link
Contributor Author

I committed this to master and branch-1.1

asfgit pushed a commit that referenced this pull request Aug 19, 2014
In some cases on hadoop 2.x the spark application master doesn't properly exit and hangs around for 10 minutes after its really done.  We should make sure it exits properly and stops the driver.

Author: Thomas Graves <[email protected]>

Closes #2022 from tgravescs/SPARK-3072 and squashes the following commits:

665701d [Thomas Graves] Exit when reach max number failed executors

(cherry picked from commit 7eb9cbc)
Signed-off-by: Thomas Graves <[email protected]>
@asfgit asfgit closed this in 7eb9cbc Aug 19, 2014
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
In some cases on hadoop 2.x the spark application master doesn't properly exit and hangs around for 10 minutes after its really done.  We should make sure it exits properly and stops the driver.

Author: Thomas Graves <[email protected]>

Closes apache#2022 from tgravescs/SPARK-3072 and squashes the following commits:

665701d [Thomas Graves] Exit when reach max number failed executors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants