<legend id='IqraB'><style id='IqraB'><dir id='IqraB'><q id='IqraB'></q></dir></style></legend>
    1. <small id='IqraB'></small><noframes id='IqraB'>

          <bdo id='IqraB'></bdo><ul id='IqraB'></ul>
      1. <tfoot id='IqraB'></tfoot>
        <i id='IqraB'><tr id='IqraB'><dt id='IqraB'><q id='IqraB'><span id='IqraB'><b id='IqraB'><form id='IqraB'><ins id='IqraB'></ins><ul id='IqraB'></ul><sub id='IqraB'></sub></form><legend id='IqraB'></legend><bdo id='IqraB'><pre id='IqraB'><center id='IqraB'></center></pre></bdo></b><th id='IqraB'></th></span></q></dt></tr></i><div id='IqraB'><tfoot id='IqraB'></tfoot><dl id='IqraB'><fieldset id='IqraB'></fieldset></dl></div>

      2. org.apache.hadoop.mapreduce.counters.LimitExceededException:计

        时间:2023-09-27

          <small id='0bLje'></small><noframes id='0bLje'>

            <bdo id='0bLje'></bdo><ul id='0bLje'></ul>
          • <i id='0bLje'><tr id='0bLje'><dt id='0bLje'><q id='0bLje'><span id='0bLje'><b id='0bLje'><form id='0bLje'><ins id='0bLje'></ins><ul id='0bLje'></ul><sub id='0bLje'></sub></form><legend id='0bLje'></legend><bdo id='0bLje'><pre id='0bLje'><center id='0bLje'></center></pre></bdo></b><th id='0bLje'></th></span></q></dt></tr></i><div id='0bLje'><tfoot id='0bLje'></tfoot><dl id='0bLje'><fieldset id='0bLje'></fieldset></dl></div>

              <tfoot id='0bLje'></tfoot>
            • <legend id='0bLje'><style id='0bLje'><dir id='0bLje'><q id='0bLje'></q></dir></style></legend>

                  <tbody id='0bLje'></tbody>
                • 本文介绍了org.apache.hadoop.mapreduce.counters.LimitExceededException:计数器太多:121 max=120的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在运行一个有少量计数器和多输出的 hadoop 作业(来自 oozie).

                  I'm running a hadoop job ( from oozie ) that has few counters, and multioutput.

                  我收到如下错误:org.apache.hadoop.mapreduce.counters.LimitExceededException:计数器太多:121 max=120

                  I get error like: org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters: 121 max=120

                  然后我删除了所有具有计数器的代码,并将 mout.setCountersEnabled 设置为 false.并且还在 hadoop 配置中将最大计数器设置为 240.

                  Then I removed all the code that has counters, and also set mout.setCountersEnabled to false. And also set the max counters to 240 in hadoop config.

                  现在我仍然遇到同样的错误org.apache.hadoop.mapreduce.counters.LimitExceededException:计数器太多:241 max=240

                  Now I still get the same error org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters: 241 max=240

                  我该如何解决这个问题?是否有任何隐藏计数器存在的可能性?我怎样才能弄清楚之前有哪些计数器超过 240 ?(在我可以打印任何东西之前,这个过程似乎已经停止了?)

                  How can I solve this problem? Is there any possibility that any hidden counters exists? How can I make clear what counters there before exceeds 240 ? (The process looks like stopped before I can print anything? )

                  谢谢,新松

                  推荐答案

                  我用下面的方法解决了这个问题:vi $HADOOP_HOME/conf/mapred-site.xml

                  I solved the problem use the following method: vi $HADOOP_HOME/conf/mapred-site.xml

                  <property>
                      <name>mapreduce.job.counters.limit</name>
                      <!--<value>120</value>-->
                     <value>20000</value>
                      <description>Limit on the number of counters allowed per job. The default value is 200.</description>
                  </property>
                  

                  这篇关于org.apache.hadoop.mapreduce.counters.LimitExceededException:计数器太多:121 max=120的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:是否可以限制 MapReduce 作业访问远程数据? 下一篇:Java mapToInt vs Reduce with map

                  相关文章

                  最新文章

                    <bdo id='HCZLy'></bdo><ul id='HCZLy'></ul>
                • <small id='HCZLy'></small><noframes id='HCZLy'>

                    <tfoot id='HCZLy'></tfoot>

                    1. <legend id='HCZLy'><style id='HCZLy'><dir id='HCZLy'><q id='HCZLy'></q></dir></style></legend>

                      <i id='HCZLy'><tr id='HCZLy'><dt id='HCZLy'><q id='HCZLy'><span id='HCZLy'><b id='HCZLy'><form id='HCZLy'><ins id='HCZLy'></ins><ul id='HCZLy'></ul><sub id='HCZLy'></sub></form><legend id='HCZLy'></legend><bdo id='HCZLy'><pre id='HCZLy'><center id='HCZLy'></center></pre></bdo></b><th id='HCZLy'></th></span></q></dt></tr></i><div id='HCZLy'><tfoot id='HCZLy'></tfoot><dl id='HCZLy'><fieldset id='HCZLy'></fieldset></dl></div>