You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Jonathan Hung (Jira)" <ji...@apache.org> on 2020/03/27 18:52:00 UTC

[jira] [Created] (YARN-10212) Create separate configuration for max global AM attempts

Jonathan Hung created YARN-10212:
------------------------------------

             Summary: Create separate configuration for max global AM attempts
                 Key: YARN-10212
                 URL: https://issues.apache.org/jira/browse/YARN-10212
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Jonathan Hung


Right now user's default max AM attempts is set to the same as global max AM attempts:
{noformat}
int globalMaxAppAttempts = conf.getInt(YarnConfiguration.RM_AM_MAX_ATTEMPTS,
    YarnConfiguration.DEFAULT_RM_AM_MAX_ATTEMPTS); {noformat}
If we want to increase global max AM attempts, it will also increase the default. So we should create a separate global AM max attempts config to separate the two.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org