Hi,
I'm trying to run SccComputationTestInMemory and I'm
hitting org.apache.hadoop.mapreduce.counters.LimitExceededException: Too
many counters: 121 max=120
I tried adding both
conf.set("mapreduce.job.counters.max", Integer.toString(1024));
and
conf.set("mapreduce.job.counters.limit", Integer.toString(1024));
at the begging of the test, but none of these changed the limit of counters.
I tried -Phadoop_2 with hadoop.version=2.6.0 and 2.5.1, -Phadoop_1 with
1.2.1, -Phadoop_0.20.203.
How can I run this test successfully?
Thanks
Michał