找不到适用于32位windows的hadoop 2.6.0的winutils.exe

3pvhb19x  于 2021-05-30  发布在  Hadoop
关注(0)|答案(3)|浏览(383)

我在找32位windows的winutils.exe和hadoop 2.6.0版本的hadoop.dll。
在map reduce示例的执行过程中,我首先得到一个错误:error util.shell:failed to locate the winutils binary in the hadoop binary path
因此,我下载了一个版本,并再次更新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)
xdyibdwo

xdyibdwo1#

您可以在下面的位置找到32位winutils.exe。
https://launchpad.net/winutils/+download

pgpifvop

pgpifvop2#

您可以在我的博客中找到编译过的hadoop2.7.1 32位本机windows包。
apache hadoop 2.7.1本机windows 32位二进制文件

91zkwejq

91zkwejq3#

titusbarik已经将hadoop2.6的可下载存档与已经编译的windows实用程序结合起来。
http://www.barik.net/archive/2015/01/19/172716/

相关问题