Navis, org.apache.hadoop#hadoop-core;0-23.1
Do you know where is the corresponding jar stored ? I didn't find it in mvn. For now, I can try hardcoding ivy.xml and proceed. -namit From: Navis류승우 <navis....@nexr.com<mailto:navis....@nexr.com>> Reply-To: "dev@hive.apache.org<mailto:dev@hive.apache.org>" <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>" <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) and it worked for me. But I don't know exact meaning of it. -navis 2012/8/8 Namit Jain <nj...@fb.com<mailto:nj...@fb.com>> 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