Hadoop之MapReduce 本机windows模式运行

Posted 我的肉夹馍啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hadoop之MapReduce 本机windows模式运行相关的知识,希望对你有一定的参考价值。

hadoop在windows本机运行

(1)在 windows环境下编译好的hadoop放到没有中文和空格的路径下

(2)编译好的hadoop内的hadoop.all文件要放到windows机器的windows-system32目录下 ,

否则报错

 

(3)配置windows环境下的hadoop环境变量

(4)设置输入路径和输出路径  以file:///开头

或者同时设置下面这两个参数  (hadoop2.6.0-cdh-5.14.0版本 不设置也可以运行 其他版本不清楚)

configuration.set("mapreduce.framework.name","local");
configuration.set(" yarn.resourcemanager.hostname","local");

 

最后老子运行成功,成功输出结果了还是报这个错 (待解决)

ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable D:hadoop-2.6.0-cdh5.14.0ininwinutils.exe in the Hadoop binaries.

 

 

 



以上是关于Hadoop之MapReduce 本机windows模式运行的主要内容,如果未能解决你的问题,请参考以下文章

Hadoop之Mapreduce详解

大数据Hadoop之MapReduce

Big Data - Hadoop - MapReduce初学Hadoop之图解MapReduce与WordCount示例分析

大数据技术之Hadoop(MapReduce)

Hadoop 执行引擎之 MapReduce

Hadoop之MapReduce基础