Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 87896 invoked from network); 31 Jan 2009 20:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2009 20:19:46 -0000 Received: (qmail 6687 invoked by uid 500); 31 Jan 2009 20:19:46 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 6672 invoked by uid 500); 31 Jan 2009 20:19:46 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 6661 invoked by uid 99); 31 Jan 2009 20:19:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jan 2009 12:19:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [76.13.9.81] (HELO web65613.mail.ac4.yahoo.com) (76.13.9.81) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 31 Jan 2009 20:19:37 +0000 Received: (qmail 87613 invoked by uid 60001); 31 Jan 2009 20:19:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=wCofM2BGDoYw0IGNiOJpFJPXRgJYa/TGus/VCLyYWt/h1oVkxF9wJQQLnErc7xo44p0ied3WTBxStXieCWksy5HXUmP53xTC+M76cBpgAWFPvCfn/YqSwfLjsOgvOe8RyMHe0Sruyrjkl1JyTV5BpYWRVCuoGQBRyk8bu0j3VIA=; X-YMail-OSG: fogA6yQVM1kojSlvvs9ryVw8ZnAQN3.7GnT1EvDCWupjsLcikgabiOpWRuMCxTP5NmW.qIxX63S9.7p1As6kfT8f.WF45TdFrieD89WgNhieOsK7lKwkrMvmkURUo9XosYqGUgMr5qsaxiWPk53HSUVC6Q6zuwlYBNIqyvGCoDB.0aen7V2T1BLOQnSFQtuECclkBFn_07xyG8v5nWHkHzOCOv5AjYs- Received: from [69.181.142.235] by web65613.mail.ac4.yahoo.com via HTTP; Sat, 31 Jan 2009 12:19:13 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sat, 31 Jan 2009 12:19:13 -0800 (PST) From: Shyam Sarkar Reply-To: shyam_sarkar@yahoo.com Subject: Re: Need Help on Eclipse + JDK to load hive project !! To: hive-dev@hadoop.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <569005.84383.qm@web65613.mail.ac4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I am getting following error for build ant package :: ===================================================== [ssarkar@ayush2 hive]$ /usr/java/apache-ant-1.7.1/bin/ant package -Dhadoop.version=hadoop-0.17.2.1 Buildfile: build.xml deploy: init: download-ivy: init-ivy: settings-ivy: resolve: [ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/ssarkar/hive/ivy/ivysettings.xml [ivy:retrieve] :: resolving dependencies :: org.apache.hadoop.hive#common;working@ayush2 [ivy:retrieve] confs: [default] [ivy:retrieve] :: resolution report :: resolve 231ms :: artifacts dl 0ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 0 | 0 | --------------------------------------------------------------------- [ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] module not found: hadoop#core;hadoop-0.17.2.1 [ivy:retrieve] ==== hadoop-resolver: tried [ivy:retrieve] -- artifact hadoop#core;hadoop-0.17.2.1!hadoop.tar.gz(source): [ivy:retrieve] http://archive.apache.org/dist/hadoop/core/hadoop-hadoop-0.17.2.1/hadoop-hadoop-0.17.2.1.tar.gz [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: hadoop#core;hadoop-0.17.2.1: not found [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/ssarkar/hive/build.xml:83: The following error occurred while executing this line: /home/ssarkar/hive/build-common.xml:83: impossible to resolve dependencies: resolve failed - see output for details Total time: 1 second [ssarkar@ayush2 hive]$ --- On Sat, 1/31/09, Prasad Chakka wrote: > From: Prasad Chakka > Subject: Re: Need Help on Eclipse + JDK to load hive project !! > To: "hive-dev@hadoop.apache.org" , "shyam_sarkar@yahoo.com" > Date: Saturday, January 31, 2009, 11:52 AM > I use Eclipse 3.4.0 (3.4.1 also works) with Java 6. Try the > instruction from here > http://wiki.apache.org/hadoop/Hive/GettingStarted/EclipseSetup > > I use hadoop-0.17.2.1 version instead of hadoop-0.19 since > the former works well with running unit tests. > > > ________________________________ > From: Shyam Sarkar > Reply-To: , > > Date: Sat, 31 Jan 2009 11:46:35 -0800 > To: > Subject: Need Help on Eclipse + JDK to load hive project !! > > Hi, > > I have a linux box running Red Hat Linux 4. I tried with > many eclipse and jdk versions but finally eclipse 3.2.1 > worked with jdk1.5 java run time. I could not load source > files from hive into a project. > > COULD SOMEONE PLEASE TELL ME THE FOLLOWING :: > > (1) Is the version for eclipse + jdk fine for hive > development ? > (2) How to load the whole hive project onto eclipse ? > > Regards, > shyam_sarkar@yahoo.com