Gaurav
Gaurav

Reputation: 11

Not able to find winutils.exe for hadoop 2.6.0 for 32 bit windows

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

Answers (3)

Naresh
Naresh

Reputation: 11

You can find 32-bit winutils.exe at below location.

https://launchpad.net/winutils/+download

Upvotes: 0

Subi
Subi

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

Steven
Steven

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

Related Questions