There’s a limit for Hadoop counter size. It’s 120 by default. I try to use the configuration “mapreduce.job.counters.limit” to change that, but it doesn’t work. I’ve seen the source code. It’s like the instance of JobConf in class “org.apache.hadoop.mapred.Counters” is private.
Have anybody seen that before? What’s your solution?
THX 🙂
There’s a limit for Hadoop counter size. It’s 120 by default. I try to
Share
You can override that property in
mapred-site.xmlon your JT, TT, client nodes but make sure that this will be a system-wide modification:Then restart the mapreduce service on your cluster.