Windows下运行MapReduce程序出现Could not locate executable null\winutils.exe in the Hadoop binaries.
2021-07-01 07:06
标签:环境 程序 配置环境 null mapr 参考 ring 解决 mon 运行环境:windows10 64位,虚拟机:Ubuntu Kylin 14.04,Hadoop2.7.1 错误信息: java.io.IOException: Could not locate executable D:\hadoop\bin\winutils.exe in the Hadoop binaries. …… …… 解决办法: 下载winutils https://github.com/amihalik/hadoop-common-2.6.0-bin 将其解压到hadoop下 再配置环境变量,新建变量HADOOP_HOME,值为Hadoop目录,在PATH中添加%HADOOP_HOME%\bin(可能要重启) OK。 参考文章:https://blog.csdn.net/love666666shen/article/details/78812622 Windows下运行MapReduce程序出现Could not locate executable null\winutils.exe in the Hadoop binaries. 标签:环境 程序 配置环境 null mapr 参考 ring 解决 mon 原文地址:https://www.cnblogs.com/lzq666/p/9956967.html
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.
at org.apache.hadoop.util.StringUtils.
at org.apache.hadoop.security.SecurityUtil.getAuthenticationMethod(SecurityUtil.java:610)
上一篇:win10 处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”
下一篇:windows 10安装jdk8
文章标题:Windows下运行MapReduce程序出现Could not locate executable null\winutils.exe in the Hadoop binaries.
文章链接:http://soscw.com/index.php/essay/100213.html