MAPREDUCE-7210. Replace mapreduce.job.counters.limit
with mapreduce.job.counters.max
in mapred-default.xml
This closes #878 Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
d45669cd3c
commit
e7e30a5f8b
@ -1314,9 +1314,9 @@
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>mapreduce.job.counters.limit</name>
|
||||
<name>mapreduce.job.counters.max</name>
|
||||
<value>120</value>
|
||||
<description>Limit on the number of user counters allowed per job.
|
||||
<description>The max number of user counters allowed per job.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user