Reputation: 11
I am looking for winutils.exe for 32-bit windows and hadoop.dll for hadoop 2.6.0 version.
During the execution of Map reduce example first I got the error telling ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path
So I downloaded a version and update the bin folder again executing the same command I am getting error like
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)
Upvotes: 1
Views: 8907
Reputation: 11
You can find 32-bit winutils.exe at below location.
https://launchpad.net/winutils/+download
Upvotes: 0
Reputation: 31
You can find the compiled Hadoop 2.7.1 32 bit native Windows package from my blog.
Apache Hadoop 2.7.1 Native Windows 32 Bit Binaries
Upvotes: 3
Reputation: 303
Titus Barik has put together a downloadable archive of Hadoop 2.6 with the Windows utilities already compiled.
http://www.barik.net/archive/2015/01/19/172716/
Upvotes: 0