Hi all, I am working on a hive issue and I want to add a Unit test for hive query parser.
Before hive 0.13, it is built with ant. And the query parser test cases were ran with TestCliDriver. In current trunk, hive is built with maven. Could you give me some guide about how to run TestCliDriver unit test? I tried " mvn clean test -Phadoop-2 -Dtest=TestCliDriver", but it didn't work. Seems that TestCliDriver.java is not genrated yet. Many thanks. -- Regards Gordon Wang