HDFS build failing ------------------ Key: HDFS-2787 URL: https://issues.apache.org/jira/browse/HDFS-2787 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.22.0 Environment: Ubuntu 11.04 / Ant 1.8.1 Reporter: Plamen Jeliazkov
On a fresh install of Hadoop 0.22.0, I can get common to build fine, but when I try to run "ant eclipse" or "ant jar" on hdfs I get this: [ivy:resolve] http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/0.22.0-SNAPSHOT/hadoop-common-0.22.0-SNAPSHOT.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.hadoop#hadoop-common;0.22.0-SNAPSHOT: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/hadoop/Desktop/hadoop-0.22.0/hdfs/build.xml:1814: impossible to resolve dependencies: resolve failed - see output for details >From my own investigation of the repo, I can see there is no "0.22.0-SNAPSHOT" >folder, there is instead a "0.22.0" folder, and inside of it there is hadoop-common-0.22.0.jar (without the -SNAPSHOT). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira