Hi, The following seems working to build/test hadoop23:
$ant very-clean package -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 -Dhadoop.mr.rev=23 $ant test -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 -Dhadoop.mr.rev=23 Thanks, Zhenxiao On Tue, Sep 11, 2012 at 4:51 PM, Gang Tim Liu <g...@fb.com> wrote: > This one will work and it doesn't need change in build.properties. Details > in HIVE-3389. > > ant test -Dhadoop.mr.rev=23 -Dtest.print.classpath=true > -Dhadoop.version=2.0.0-alpha -Dhadoop.security.version=2.0.0-alpha > -Dtestcase=TestCliDriver -Dqfile=...q > > I will update hive wiki so that people can save efforts. > > Thanks > > Tim > > On 9/11/12 4:14 PM, "Gang Tim Liu" <g...@fb.com> wrote: > >>I am running test in eclipse and it is printing >> >>INCLUDE list does not contain Hadoop Version 0.20. SkippingÅ >> >>It's from QTestUtil.java due to hadoopversion 0.20 >> >> >>Thanks >> >>On 9/11/12 4:04 PM, "Chris Drome" <cdr...@yahoo-inc.com> wrote: >> >>>You can try cleaning and rebuilding: >>> >>>ant clean package >>> >>>Then you can try running your tests: >>> >>>ant test >>> >>>How do you know that it is using hadoop 20? >>> >>>chris >>> >>>On 9/11/12 3:57 PM, "Gang Tim Liu" <g...@fb.com> wrote: >>> >>>>Not working. >>>> >>>>I must miss something. >>>> >>>>What command do you use after changing it? >>>> >>>>thanks >>>> >>>>On 9/11/12 2:31 PM, "Chris Drome" <cdr...@yahoo-inc.com> wrote: >>>> >>>>>You might try modifying the build.properties file as follows: >>>>> >>>>>hadoop.version=${hadoop-0.23.version} >>>>>hadoop.security.version=${hadoop-0.23.version} >>>>>hadoop.mr.rev=23 >>>>> >>>>>This works for me. >>>>> >>>>>chris >>>>> >>>>> >>>>> >>>>>On 9/11/12 1:59 PM, "Gang Tim Liu" <g...@fb.com> wrote: >>>>> >>>>>>Hello all, >>>>>> >>>>>>I am looking for help and thank first. >>>>>> >>>>>>How to run a test case for hadoop 23 only? Exact command? >>>>>> >>>>>>I tried the following and it didn't work: >>>>>> >>>>>>ant ... -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 >>>>>>-Dhadoop.mr.rev=23 >>>>>> >>>>>> >>>>>>It still gets 0.20 as hadoop version. >>>>>> >>>>>>Thanks >>>>>> >>>>>>Tim >>>>>> >>>>> >>>> >>> >> >