Currently I'm trying to install Hadoop 2.6.0 on a Windows 7 enterprise computer. I used the following guide
http://www.srccodes.com/p/article/38/build-install-configure-run-apache-hadoop-2.2.0-microsoft-windows-os
I already fixed some previous problems by installing a correct version of Protocol Buffer. But now ran into a new problem.
[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 searched the internet and found that perhaps my MSBuild was causing the problem, but I check my PATH and it contained the MSBuild path to the correct location. I'm using .Net Framework 4.0
I tried running "mvn clean install" and from the tests I got the following errors.
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.security.authentication.client.TestKerberosAuthenticator
-------------------------------------------------------------------------------
Tests run: 14, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 33.35 sec
Any suggestion on how to proceed.