[
https://issues.apache.org/jira/browse/MAPREDUCE-6585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YuanBo Peng updated MAPREDUCE-6585:
-----------------------------------
Description:
In org.apache.hadoop.mapreduce.monitorAndPrintJob(), maybe cause
org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters:
121 max=120.
Because getCounters() only use client Configuration rather than user
Configration.
was:In org.apache.hadoop.mapreduce.monitorAndPrintJob(), the configration
about Counters don't work in MR job, which is set by user. Because
getCounters() only use client Configuration rather than user Configration.
> The configration about Counters don't work in MR job, which is setted by user
> -----------------------------------------------------------------------------
>
> Key: MAPREDUCE-6585
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6585
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: YuanBo Peng
> Assignee: YuanBo Peng
> Priority: Minor
> Attachments: 6585.patch
>
>
> In org.apache.hadoop.mapreduce.monitorAndPrintJob(), maybe cause
> org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many
> counters: 121 max=120.
> Because getCounters() only use client Configuration rather than user
> Configration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)