[
https://issues.apache.org/jira/browse/MAPREDUCE-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114848#comment-14114848
]
Tsuyoshi OZAWA commented on MAPREDUCE-6061:
-------------------------------------------
Good catch, Ray Chiang. It looks good to me(non-binding).
> 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
> Labels: newbie
> Attachments: MAPREDUCE-6061-01.patch
>
>
> 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)