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:
Wanqiang Ji 2019-05-31 21:07:27 +08:00 committed by Akira Ajisaka
parent d45669cd3c
commit e7e30a5f8b
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -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>