2013年7月3日 星期三

[hadoop]Exceeded limits on number of counters More than 120 counters in hadoop

"You can override that property in mapred-site.xml on your JT, TT, client nodes but make sure that this will be a system-wide modification:

<configuration>
...
<property>
<name>mapreduce.job.counters.limit</name>
<value>500</value>
</property>
...
</configuration>


Then restart the mapreduce service on your cluster.

"
limit - More than 120 counters in hadoop - Stack Overflow
http://stackoverflow.com/questions/12140177/more-than-120-counters-in-hadoop


沒有留言:

張貼留言