Since hadoop 2.6.0 package doesn't contain Windows binaries, I'm trying to build them myself using Windows 7 64 bits, Java 8, Windows SDK 7.1, Apache Maven 3.3.1 and Visual Studio 2013. I'm following these instructions:
Hadoop Windows Install Intructions
After executing this command on the Windows SDK 7.1 Command Prompt:
mvn package -Pdist,native-win -DskipTests -Dtar
I keep getting the following error:
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid orcorrupt [E:\build\hadoop-common-project\hadoop-common\src\main\winutils\winutils.vcxproj]
....
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (compile-ms-winutils) on project hadoop-common: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
I've tried the different solutions suggested in other threads, with unsuccesful results:
Remove .Net Framework 4.5 and install version 4
Can anyone help me with this?
It will also be helpful if you can provide Windows binaries taking into account my PC configuration (Hadoop 2.6.0, Windows 7 64 bits and Java 8).
Thanks!