Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 16367 invoked from network); 1 Sep 2009 10:13:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 10:13:38 -0000 Received: (qmail 82181 invoked by uid 500); 1 Sep 2009 10:13:36 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 82082 invoked by uid 500); 1 Sep 2009 10:13:36 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 82072 invoked by uid 99); 1 Sep 2009 10:13:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 10:13:36 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 10:13:25 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 0D9BFB7E38 for ; Tue, 1 Sep 2009 11:13:03 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6pxyBbDnUQKT for ; Tue, 1 Sep 2009 11:12:57 +0100 (BST) Received: from 0-imap-br1.hpl.hp.com (0-imap-br1.hpl.hp.com [16.25.144.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTPS id 19EB3B7E2E for ; Tue, 1 Sep 2009 11:12:56 +0100 (BST) MailScanner-NULL-Check: 1252404764.55249@qaMRH++rNhcPY+/M7Ratmg Received: from [16.25.175.158] (morzine.hpl.hp.com [16.25.175.158]) by 0-imap-br1.hpl.hp.com (8.14.1/8.13.4) with ESMTP id n81AChDh023916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 1 Sep 2009 11:12:43 +0100 (BST) Message-ID: <4A9CF39B.2010703@apache.org> Date: Tue, 01 Sep 2009 11:12:43 +0100 From: Steve Loughran User-Agent: Thunderbird 2.0.0.23 (X11/20090812) MIME-Version: 1.0 To: common-user@hadoop.apache.org Subject: Re: Cloudera Video - Hadoop build on eclipse References: <73d592f60908280416o22832698qa70e52ef1f751701@mail.gmail.com> <45d9159d0908280641m262129bdq7c8d2dd81435fae1@mail.gmail.com> In-Reply-To: <45d9159d0908280641m262129bdq7c8d2dd81435fae1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: n81AChDh023916 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org ashish pareek wrote: > Hello Bharath, > > Earlier even I faced the same problem. I think your are > accessing internet through proxy.So try using direct broadband connection. > Hope this will solve your problem. or set Ant's proxy up http://ant.apache.org/manual/proxy.html > > Ashish Pareek > > On Fri, Aug 28, 2009 at 4:46 PM, bharath vissapragada < > bharathvissapragada1990@gmail.com> wrote: > >> Hi all, >> >> Iam trying to build hadoop on eclipse with the help of Cloudera Video on >> it's site . I have successfully checkedout from the hadoop svn .. Then the >> problem is iam not able to build the file "build.xml" using ant build. I am >> getting the error >> >> ivy-download: >> [get] Getting: >> >> http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jar >> [get] To: /home/rip/workspace/hadoop-trunk/ivy/ivy-2.0.0-rc2.jar >> [get] Error getting >> >> http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jarto >> /home/rip/workspace/hadoop-trunk/ivy/ivy-2.0.0-rc2.jar >> >> BUILD FAILED >> /home/rip/workspace/hadoop-trunk/build.xml:1174: java.net.ConnectException: >> Connection timed out >> >> Total time: 3 minutes 10 seconds >> >