I am trying to build hive 0.9 against hadoop 0.23.1. When I run the unit tests on the ql component for the TestCliDriver it results in 3/4 of the tests failing. By comparison, hive 0.9 against hadoop 0.20.2 passes all of these tests.
I have built against hadoop23 by making the following modifications in the build.properties file: hadoop.version=${hadoop-0.23.version} hadoop.security.version=${hadoop-0.20S.version} hadoop.mr.rev=23 Has anyone run against this problem before? Is there a configuration parameter that I have not set properly (or some other fix that I have overlooked)? Thanks for your help, chris