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 11:22 AM, "Ashutosh Chauhan" <hashut...@apache.org> wrote: >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 <nj...@fb.com> wrote: > >> >> >> 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: >> >> https://issues.apache.org/jira/browse/HIVE-2468 >> >> Do I need to do anything else ? >> >> Thanks, >> -namit >>