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" <[email protected]> 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
>