Windows下运行MapReduce程序出现Could not locate executable nullwinutils.exe in the Hadoop binaries.
Posted ╄冷丶夜♂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows下运行MapReduce程序出现Could not locate executable nullwinutils.exe in the Hadoop binaries.相关的知识,希望对你有一定的参考价值。
运行环境:windows10 64位,虚拟机:Ubuntu Kylin 14.04,Hadoop2.7.1
错误信息:
java.io.IOException: Could not locate executable D:hadoopinwinutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80)
at org.apache.hadoop.security.SecurityUtil.getAuthenticationMethod(SecurityUtil.java:610)
……
……
解决办法:
下载winutils https://github.com/amihalik/hadoop-common-2.6.0-bin
将其解压到hadoop下
再配置环境变量,新建变量HADOOP_HOME,值为Hadoop目录,在PATH中添加%HADOOP_HOME%in(可能要重启)
OK。
参考文章:https://blog.csdn.net/love666666shen/article/details/78812622
以上是关于Windows下运行MapReduce程序出现Could not locate executable nullwinutils.exe in the Hadoop binaries.的主要内容,如果未能解决你的问题,请参考以下文章
如何在Windows下面运行hadoop的MapReduce程序
如何在Windows下面运行hadoop的MapReduce程序