【发布时间】:2015-04-02 10:44:53
【问题描述】:
我正在寻找适用于 32 位 Windows 的 winutils.exe 和适用于 hadoop 2.6.0 版本的 hadoop.dll。
首先在执行 Map reduce 示例时,我得到了错误提示 ERROR util.Shell: 未能在 hadoop 二进制路径中找到 winutils 二进制文件
所以我下载了一个版本并再次更新 bin 文件夹,执行相同的命令,我收到类似的错误
ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable C:\hadoop-2.6.0\bin\winutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:355)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:370)
at org.apache.hadoop.util.Shell.<clinit>(Shell.java:363)
【问题讨论】: