I have setup three nightly Hive builds on the Apache hosted Hudson install, thanks to Dhruba for all the help.
Builds, http://hudson.zones.apache.org/hudson/view/Hive/ Hive with hadoop 0.17 Hive with hadoop 0.18 Hive with hadoop 0.19 The builds are fairly simple right now, it only checks out the latest trunk and builds + runs tests against the Hadoop versions mentioned above. We could add Findbugs and Checkstyle checks. Especially findbugs is quite useful, similar to this: http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-trunk/violations/ It seems like testCliDriver_udf7 fails for all Hadoop versions and as we know input_3limit.q fails on 0.17. https://issues.apache.org/jira/browse/HIVE-286 http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/lastBuild/testReport/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_udf7/ https://issues.apache.org/jira/browse/HIVE-276 http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/lastBuild/testReport/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_input3_limit/ /Johan