Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 88906 invoked from network); 30 Nov 2010 06:15:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 06:15:44 -0000 Received: (qmail 51805 invoked by uid 500); 30 Nov 2010 06:15:44 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51700 invoked by uid 500); 30 Nov 2010 06:15:44 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 51692 invoked by uid 99); 30 Nov 2010 06:15:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 06:15:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 06:15:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAU6FCUP005153 for ; Tue, 30 Nov 2010 06:15:12 GMT Message-ID: <16779955.18491291097712067.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 01:15:12 -0500 (EST) From: "Konstantin Boudnik (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Resolved: (HDFS-1519) HDFS build is broken, ivy-resolve-common does not find hadoop-common In-Reply-To: <2224192.8701291061114609.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik resolved HDFS-1519. -------------------------------------- Resolution: Cannot Reproduce Assignee: Konstantin Boudnik Usually it is an indication of: a) temp. service interruption of snapshop repo's server b) issues with local Ivy cache. I have cleaned local cache and ran 'ant clean compile' - build was successful: {noformat} [ivy:resolve] downloading https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common/0.21.0-SNAPSHOT/hadoop-common-0.21.0-20101120.093342-38.jar ... [ivy:resolve] ......................................................................................................................................................................................... (1259kB) [ivy:resolve] .. (0kB) [ivy:resolve] [SUCCESSFUL ] org.apache.hadoop#hadoop-common;0.21.0-SNAPSHOT!hadoop-common.jar (3761ms) {noformat} Please make sure that the issue you see isn't caused by some local reasons and re-open this bug if you still see the issue. > HDFS build is broken, ivy-resolve-common does not find hadoop-common > -------------------------------------------------------------------- > > Key: HDFS-1519 > URL: https://issues.apache.org/jira/browse/HDFS-1519 > Project: Hadoop HDFS > Issue Type: Bug > Components: build > Affects Versions: 0.21.0 > Environment: openSUSE 11.1, Linux roisin 2.6.27.48-0.2-default #1 SMP 2010-07-29 20:06:52 +0200 x86_64 x86_64 x86_64 GNU/Linux > Reporter: Jon Wilson > Assignee: Konstantin Boudnik > > HADOOP_DIR/hdfs$ ant ivy-resolve-common > Buildfile: build.xml > ivy-download: > [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar > [get] To: /usr/products/hadoop/v0_21_0/ANY/hdfs/ivy/ivy-2.1.0.jar > [get] Not modified - so not downloaded > ivy-init-dirs: > ivy-probe-antlib: > ivy-init-antlib: > ivy-init: > [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: > [ivy:configure] :: loading settings :: file = /usr/products/hadoop/v0_21_0/ANY/hdfs/ivy/ivysettings.xml > ivy-resolve-common: > [ivy:resolve] > [ivy:resolve] :: problems summary :: > [ivy:resolve] :::: WARNINGS > [ivy:resolve] module not found: org.apache.hadoop#hadoop-common;0.21.0 > [ivy:resolve] ==== apache-snapshot: tried > [ivy:resolve] https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common/0.21.0/hadoop-common-0.21.0.pom > [ivy:resolve] -- artifact org.apache.hadoop#hadoop-common;0.21.0!hadoop-common.jar: > [ivy:resolve] https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common/0.21.0/hadoop-common-0.21.0.jar > [ivy:resolve] ==== maven2: tried > [ivy:resolve] http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/0.21.0/hadoop-common-0.21.0.pom > [ivy:resolve] -- artifact org.apache.hadoop#hadoop-common;0.21.0!hadoop-common.jar: > [ivy:resolve] http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/0.21.0/hadoop-common-0.21.0.jar > [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 > /usr/products/hadoop/v0_21_0/ANY/hdfs/build.xml:1549: impossible to resolve dependencies: > resolve failed - see output for details > Total time: 3 seconds -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.