Re: Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-21 Thread Carl Steinbach
/build-common.xml:186: > /homes/viraj/projects/hive-svn/trunk/shims/~/projects/hadoop-0.20.10/bin not > found. > > Thanks Viraj > > > -- > > *From:* Carl Steinbach [mailto:c...@cloudera.com] > *Sent:* Monday, June 21, 2010 9:14 AM &g

RE: Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-21 Thread Viraj Bhat
From: Carl Steinbach [mailto:c...@cloudera.com] Sent: Monday, June 21, 2010 9:14 AM To: hive-user@hadoop.apache.org Subject: Re: Compiling Hive against a different version of Hadoop 20 - Attempt 2 Hi Viraj, Everything should work if you remove the "-Dof

Re: Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-21 Thread Carl Steinbach
2.1.0.jar > > > > Viraj > -- > > *From:* Viraj Bhat [mailto:vi...@yahoo-inc.com] > *Sent:* Tuesday, June 15, 2010 11:27 AM > *To:* hive-user@hadoop.apache.org; edlinuxg...@gmail.com > *Subject:* RE: Compiling Hive against a different versi

Re: Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-21 Thread Carl Steinbach
- > > *From:* Viraj Bhat [mailto:vi...@yahoo-inc.com] > *Sent:* Monday, June 21, 2010 2:21 AM > > *To:* hive-user@hadoop.apache.org; edlinuxg...@gmail.com > *Subject:* Compiling Hive against a different version of Hadoop 20 - > Attempt 2 > > > > Hi all, &

RE: Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-21 Thread Omer, Farah
: Tuesday, June 15, 2010 11:27 AM To: hive-user@hadoop.apache.org; edlinuxg...@gmail.com Subject: RE: Compiling Hive against a different version of Hadoop 20 Hi Edward, Thanks for your help. I am compiling against a version of Hadoop which has changed and removed some core classes. I call it

Compiling Hive against a different version of Hadoop 20 - Attempt 2

2010-06-20 Thread Viraj Bhat
AM To: hive-user@hadoop.apache.org; edlinuxg...@gmail.com Subject: RE: Compiling Hive against a different version of Hadoop 20 Hi Edward, Thanks for your help. I am compiling against a version of Hadoop which has changed and removed some core classes. I call it Hadoop 20.9, but it is different

RE: Compiling Hive against a different version of Hadoop 20

2010-06-15 Thread Viraj Bhat
[mailto:edlinuxg...@gmail.com] Sent: Tuesday, June 15, 2010 7:33 AM To: hive-user@hadoop.apache.org Subject: Re: Compiling Hive against a different version of Hadoop 20 On Tue, Jun 15, 2010 at 1:24 AM, Aaron Kimball wrote: Also try supplying this flag to ant: -Doffline=true On Mon, Jun 14

RE: Compiling Hive against a different version of Hadoop 20

2010-06-15 Thread Viraj Bhat
From: Aaron Kimball [mailto:aa...@cloudera.com] Sent: Monday, June 14, 2010 10:25 PM To: hive-user@hadoop.apache.org Subject: Re: Compiling Hive against a different version of Hadoop 20 Also try supplying this flag to ant: -Doffline=true On Mon, Jun 14, 2010 at 9:06 PM

Re: Compiling Hive against a different version of Hadoop 20

2010-06-15 Thread Edward Capriolo
On Tue, Jun 15, 2010 at 1:24 AM, Aaron Kimball wrote: > Also try supplying this flag to ant: -Doffline=true > > > On Mon, Jun 14, 2010 at 9:06 PM, Carl Steinbach wrote: > >> Hi Viraj, >> >> You can put your hadoop tarball in the cache directory that ivy uses >> (probably ~/.ant/cache/hadoop/core

Re: Compiling Hive against a different version of Hadoop 20

2010-06-14 Thread Aaron Kimball
Also try supplying this flag to ant: -Doffline=true On Mon, Jun 14, 2010 at 9:06 PM, Carl Steinbach wrote: > Hi Viraj, > > You can put your hadoop tarball in the cache directory that ivy uses > (probably ~/.ant/cache/hadoop/core/sources). This should prevent Ivy from > failing when it looks for

Re: Compiling Hive against a different version of Hadoop 20

2010-06-14 Thread Carl Steinbach
Hi Viraj, You can put your hadoop tarball in the cache directory that ivy uses (probably ~/.ant/cache/hadoop/core/sources). This should prevent Ivy from failing when it looks for version 0.20.9. Thanks. Carl On Mon, Jun 14, 2010 at 8:33 PM, Viraj Bhat wrote: > Hi all, > > I have a specific

Compiling Hive against a different version of Hadoop 20

2010-06-14 Thread Viraj Bhat
Hi all, I have a specific version of Hadoop 20, which I need to compile with Hive. I tried the following steps http://wiki.apache.org/hadoop/Hive/DeveloperGuide $ant -Dhadoop.root=~/myhome/hadoop-0.20.9 -Dhadoop.version=0.20.9 Is there a way to disable the ivy downloads. Even t