Hadoop installation on windows 7 64 bit

broken image
broken image

Should i need to install visual studio 2010? How to configure cmake or maven to avoid this error and build hadoop 2.7.1 using windows sdk 7.1 ? I googled like: The CXX compiler identification is unknownīut i didn't find a solution for my problem See also 'E:/hadoop-2.7.1-src/hadoop-hdfs-project/hadoop-hdfs/target Configuring incomplete, errors occurred!

broken image

The CXX compiler identification is unknown

broken image

The C compiler identification is unknown maven-antrun-plugin:1.7:run (make) hadoop-hdfs. maven-enforcer-plugin:1.3.1:enforce (enforce-os) hadoop-hdfs. WindowsSDKDir=C:\Program Files\Microsoft SDKs\Windows\v7.1\ VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\

broken image

Sdkdir=C:\Program Files\Microsoft SDKs\Windows\v7.1\ The main setting of the command Prompt is: APPVER=6.1ĬL=/AI C:\Windows\Microsoft.NET\Framework64\v9 I run from Windows SDK 7.1 Command Prompt with release 圆4 the following command: mvn package -Pdist,native-win -DskipTests -Dtarīut the build failed with errors The C compiler identification is unknown I installed all needed software, for c compiler i use the c++ compiler of windows sdk 7.1 (visual studio 2010 isn't installed) In windows 7 64 bit, I try to build hadoop version 2.7.1 as described in the thread: Apache Hadoop 2.7.1 binary for Windows 64-bit platform