GitHub user lianhuiwang opened a pull request:

    https://github.com/apache/spark/pull/4061

    [SPARK-5266][Yarn]AM's numExecutorsFailed should exclude number of 
killExecutor

    when driver request killExecutor, am will kill container and 
numExecutorsFailed will increment. when numExecutorsFailed> 
maxNumExecutorFailures in AM, AM will exit with EXIT_MAX_EXECUTOR_FAILURES 
reason. so numExecutorsFailed should exclude the killExecutor from 
driver.@andrewor14 @tdas @sryza 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lianhuiwang/spark SPARK-5266

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4061.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 #4061
    
----
commit c0a3ec7937074d8a0b35cd3a7621d764b3d67431
Author: lianhuiwang <[email protected]>
Date:   2015-01-15T13:48:00Z

    numExecutorsFailed should exclude number of killExecutor

----


---
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]

Reply via email to