Hi, I am sorry if this question was asked a lot of times before but I am unable to solve my problem. I am trying to build hadoop 0.21.0 from the source. As far as my understanding goes, I need to build common, hdfs, and mapred. I seems to be able to build common, but not hdfs and mapred. Here is the error I receive:
Build Failed for HDFS [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.hadoop#hadoop-common;0.21.0: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/pax/workspace/Test/hadoop-0.21.0/hdfs/build.xml:1549: impossible to resolve dependencies: resolve failed - see output for details Build Failed for Mapred [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.hadoop#hadoop-common;0.21.0: not found [ivy:resolve] :: org.apache.hadoop#hadoop-common-test;0.21.0: not found [ivy:resolve] :: org.apache.hadoop#hadoop-hdfs;0.21.0: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/pax/workspace/Test/hadoop-0.21.0/mapred/build.xml:1861: impossible to resolve dependencies: resolve failed - see output for details As far as I understand, I am not offline and I tried to build it using "ant clean jar -autoproxy". What can I do to resolve these errors? Thank you for your time and attention. Best Regards, Daniel
