Created
November 29, 2011 21:55
-
-
Save sit/1406734 to your computer and use it in GitHub Desktop.
Script to clean and run Hive's archive.q test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant clean | |
ant package | |
(cd metastore && ant model-jar) | |
ant test -Dtestcase=TestCliDriver -Dqfile=archive.q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When run against a clean untar of http://archive.cloudera.com/cdh/3/hive-0.7.0-cdh3u0.tar.gz I get:
But against a clone of https://github.com/apache/hive.git checked out to release-0.7.0, the test runs fine. One notable difference appears to be that the cdh3u0 sources download a Cloudera version of Hive 0.20.2 and the release-0.7.0 tag downloads 0.20.3-CDH3-SNAPSHOT.