You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Ray Chiang (JIRA)" <ji...@apache.org> on 2014/08/29 05:22:08 UTC

[jira] [Created] (MAPREDUCE-6061) Fix MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS property in MRJobConfig

Ray Chiang created MAPREDUCE-6061:
-------------------------------------

             Summary: Fix MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS property in MRJobConfig
                 Key: MAPREDUCE-6061
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6061
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 2.5.0
            Reporter: Ray Chiang
            Assignee: Ray Chiang
            Priority: Trivial


The property MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS is defined as:

  MR_PREFIX + "yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts"

which results in the prefix part showing up twice.  It should be

  MR_PREFIX + "client-am.ipc.max-retries-on-timeouts"




--
This message was sent by Atlassian JIRA
(v6.2#6252)