You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Ranjan Dutta <rd...@gmail.com> on 2013/11/13 19:31:45 UTC

Hadoop source on windows7

Hi,

I have taken the latest code from trunk and  getting following error while
trying to build Hadoop HDFS on windows 7. Can anybody help to resolve this
issue.

[ERROR] Failed to execute goal on project hadoop-hdfs: Could not resolve
depende
ncies for project org.apache.hadoop:hadoop-hdfs:jar:3.0.0-SNAPSHOT: Could
not fi
nd artifact org.apache.hadoop:hadoop-common:jar:tests:3.0.0-SNAPSHOT in
apache.s
napshots.https (https://repository.apache.org/content/repositories/snapshots)
->


[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Hadoop Main ................................ SUCCESS [1.296s]
[INFO] Apache Hadoop Project POM ......................... SUCCESS [0.574s]
[INFO] Apache Hadoop Annotations ......................... SUCCESS [2.378s]
[INFO] Apache Hadoop Project Dist POM .................... SUCCESS [0.627s]
[INFO] Apache Hadoop Assemblies .......................... SUCCESS [0.419s]
[INFO] Apache Hadoop Maven Plugins ....................... SUCCESS [2.628s]
[INFO] Apache Hadoop MiniKDC ............................. SUCCESS [0.870s]
[INFO] Apache Hadoop Auth ................................ SUCCESS [1.321s]
[INFO] Apache Hadoop Auth Examples ....................... SUCCESS [1.162s]
[INFO] Apache Hadoop Common .............................. SUCCESS
[2:06.412s]
[INFO] Apache Hadoop NFS ................................. SUCCESS
[1:09.401s]
[INFO] Apache Hadoop Common Project ...................... SUCCESS [0.104s]
[INFO] Apache Hadoop HDFS ................................ FAILURE [15.636s]
[INFO] Apache Hadoop HttpFS .............................. SKIPPED
[INFO] Apache Hadoop HDFS BookKeeper Journal ............. SKIPPED
[INFO] Apache Hadoop HDFS-NFS ............................ SKIPPED
[INFO] Apache Hadoop HDFS Project ........................ SKIPPED
[INFO] hadoop-yarn ....................................... SKIPPED
[INFO] hadoop-yarn-api ................................... SKIPPED
[INFO] hadoop-yarn-common ................................ SKIPPED
[INFO] hadoop-yarn-server ................................ SKIPPED
[INFO] hadoop-yarn-server-common ......................... SKIPPED
[INFO] hadoop-yarn-server-nodemanager .................... SKIPPED
[INFO] hadoop-yarn-server-web-proxy ...................... SKIPPED
[INFO] hadoop-yarn-server-resourcemanager ................ SKIPPED
[INFO] hadoop-yarn-server-tests .......................... SKIPPED
[INFO] hadoop-yarn-client ................................ SKIPPED
[INFO] hadoop-yarn-applications .......................... SKIPPED
[INFO] hadoop-yarn-applications-distributedshell ......... SKIPPED
[INFO] hadoop-mapreduce-client ........................... SKIPPED
[INFO] hadoop-mapreduce-client-core ...................... SKIPPED
[INFO] hadoop-yarn-applications-unmanaged-am-launcher .... SKIPPED
[INFO] hadoop-yarn-site .................................. SKIPPED
[INFO] hadoop-yarn-project ............................... SKIPPED
[INFO] hadoop-mapreduce-client-common .................... SKIPPED
[INFO] hadoop-mapreduce-client-shuffle ................... SKIPPED
[INFO] hadoop-mapreduce-client-app ....................... SKIPPED
[INFO] hadoop-mapreduce-client-hs ........................ SKIPPED
[INFO] hadoop-mapreduce-client-jobclient ................. SKIPPED
[INFO] hadoop-mapreduce-client-hs-plugins ................ SKIPPED
[INFO] Apache Hadoop MapReduce Examples .................. SKIPPED
[INFO] hadoop-mapreduce .................................. SKIPPED
[INFO] Apache Hadoop MapReduce Streaming ................. SKIPPED
[INFO] Apache Hadoop Distributed Copy .................... SKIPPED
[INFO] Apache Hadoop Archives ............................ SKIPPED
[INFO] Apache Hadoop Rumen ............................... SKIPPED
[INFO] Apache Hadoop Gridmix ............................. SKIPPED
[INFO] Apache Hadoop Data Join ........................... SKIPPED
[INFO] Apache Hadoop Extras .............................. SKIPPED
[INFO] Apache Hadoop Pipes ............................... SKIPPED
[INFO] Apache Hadoop OpenStack support ................... SKIPPED
[INFO] Apache Hadoop Client .............................. SKIPPED
[INFO] Apache Hadoop Mini-Cluster ........................ SKIPPED
[INFO] Apache Hadoop Scheduler Load Simulator ............ SKIPPED
[INFO] Apache Hadoop Tools Dist .......................... SKIPPED
[INFO] Apache Hadoop Tools ............................... SKIPPED
[INFO] Apache Hadoop Distribution ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3:44.699s
[INFO] Finished at: Wed Nov 13 23:05:01 IST 2013
[INFO] Final Memory: 47M/422M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hadoop-hdfs: Could not resolve
depend
ncies for project org.apache.hadoop:hadoop-hdfs:jar:3.0.0-SNAPSHOT: Could
not f
nd artifact org.apache.hadoop:hadoop-common:jar:tests:3.0.0-SNAPSHOT in
apache.
napshots.https (https://repository.apache.org/content/repositories/snapshots)
-
 [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swi
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please re
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyRes
lutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
comman

[ERROR]   mvn <goals> -rf :hadoop-hdfs

Thanks
Ranjan