• <small id='lYCop'></small><noframes id='lYCop'>

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

        <bdo id='lYCop'></bdo><ul id='lYCop'></ul>

        Hadoop 选项没有任何效果(mapreduce.input.lineinputform

        时间:2023-09-27

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

                <tbody id='AZqzq'></tbody>

              <small id='AZqzq'></small><noframes id='AZqzq'>

                • <tfoot id='AZqzq'></tfoot>

                  本文介绍了Hadoop 选项没有任何效果(mapreduce.input.lineinputformat.linespermap、mapred.max.map.failures.percent)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在尝试实现一个 MapReduce 作业,其中每个映射器将占用 150 行文本文件,并且所有映射器将同时运行;此外,无论有多少地图任务失败,它都不应该失败.

                  I am trying to implement a MapReduce job, where each of the mappers would take 150 lines of the text file, and all the mappers would run simmultaniously; also, it should not fail, no matter how many map tasks fail.

                  下面是配置部分:

                          JobConf conf = new JobConf(Main.class);
                          conf.setJobName("My mapreduce");
                  
                          conf.set("mapreduce.input.lineinputformat.linespermap", "150");
                          conf.set("mapred.max.map.failures.percent","100");
                  
                          conf.setInputFormat(NLineInputFormat.class);
                  
                          FileInputFormat.addInputPath(conf, new Path(args[0]));
                          FileOutputFormat.setOutputPath(conf, new Path(args[1]));
                  

                  问题是 hadoop 为每一行文本创建一个映射器,它们似乎是按顺序运行的,如果单个失败,则作业失败.

                  The problem is that hadoop creates a mapper for every single line of text, they seem to run sequentially, and if a single one fails, the job fails.

                  由此推断,我应用的设置没有任何效果.

                  From this I deduce, that the settings I've applied do not have any effect.

                  我做错了什么?

                  推荐答案

                  如果您想快速找到 hadoop 新 api 选项的正确名称,请使用此链接:http://pydoop.sourceforge.net/docs/examples/intro.html#hadoop-0-21-0-笔记 .

                  If you want to quickly find the correct names for the options for hadoop's new api, use this link: http://pydoop.sourceforge.net/docs/examples/intro.html#hadoop-0-21-0-notes .

                  这篇关于Hadoop 选项没有任何效果(mapreduce.input.lineinputformat.linespermap、mapred.max.map.failures.percent)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Spark on yarn jar 上传问题 下一篇:如何对自定义 RecordReader 和 InputFormat 类进行单元

                  相关文章

                  最新文章

                      <bdo id='IYtd7'></bdo><ul id='IYtd7'></ul>
                  1. <tfoot id='IYtd7'></tfoot>
                    <legend id='IYtd7'><style id='IYtd7'><dir id='IYtd7'><q id='IYtd7'></q></dir></style></legend>

                      <small id='IYtd7'></small><noframes id='IYtd7'>

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