Hi,
I've increased the counter limit in mapred-site.xml, but I still get the
error: Exceeded counter limits - Counters=121 Limit=120. Groups=6 Limit=50.

This is my config:

 cat conf/mapred-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
...
    <property>
        <name>mapreduce.job.counters.limit</name>
        <value>64000</value>
    </property>
    <property>
        <name>mapred.task.timeout</name>
        <value>2400000</value>
    </property>
...
</configuration>

Any ideas?

Cheers,
Christian

Reply via email to