Re: compiling hive on hadoop 23

2012-08-08 Thread Namit Jain
To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" >>mailto:dev@hive.apache.org>> >>Date: Wednesday, August 8, 2012 11:23 AM >>To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" >>mailto:dev@hive.apache.org>> >>Subjec

Re: compiling hive on hadoop 23

2012-08-08 Thread Namit Jain
coding ivy.xml and proceed. > > >-namit > >From: Navis류승우 mailto:navis@nexr.com>> >Reply-To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" >mailto:dev@hive.apache.org>> >Date: Wednesday, August 8, 2012 11:23 AM >To: "dev@hive.ap

Re: compiling hive on hadoop 23

2012-08-07 Thread Namit Jain
dev@hive.apache.org>" mailto:dev@hive.apache.org>> Date: Wednesday, August 8, 2012 11:23 AM To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" mailto:dev@hive.apache.org>> Subject: Re: compiling hive on hadoop 23 I've modified common/ivy file slightly (HIVE-2999+a)

Re: compiling hive on hadoop 23

2012-08-07 Thread Namit Jain
Thanks Ashutosh, But I still got unresolved dependencies. org.apache.hadoop#hadoop-core;0-23.1: not found org.apache.hadoop#hadoop-test;0-23.1: not found org.apache.hadoop#hadoop-tools;0-23.1: not found I had done a ant very-clean before this, but it did not help. Thanks, -namit On 8/8/12

Re: compiling hive on hadoop 23

2012-08-07 Thread Navis류승우
I've modified common/ivy file slightly (HIVE-2999+a) and it worked for me. But I don't know exact meaning of it. -navis 2012/8/8 Namit Jain > > > I was trying to add a test case which only works for hadoop 23. > However, I got some errors when I tried to compile: > > I tried the following: > >

Re: compiling hive on hadoop 23

2012-08-07 Thread Ashutosh Chauhan
Try with hadoop version as 0.23.1 (instead of 0.23) ant -Dhadoop.version=0.23.1 -Dhadoop.security.version=0.23.1 package Thanks, Ashutosh On Tue, Aug 7, 2012 at 10:41 PM, Namit Jain wrote: > > > I was trying to add a test case which only works for hadoop 23. > However, I got some errors when I

compiling hive on hadoop 23

2012-08-07 Thread Namit Jain
I was trying to add a test case which only works for hadoop 23. However, I got some errors when I tried to compile: I tried the following: ant -Dhadoop.version=0.23.0 -Dhadoop.security.version=0.23.0 -Dhadoop.security.version.prefix=0.23 package ant -Dhadoop.version=0.23.0 package looking at