Cool... Thanks for setting this up. Will try to get the two failures fixed today so that we have a clean build for these.
Regarding the coverage tool the Cobertura license seems very convoluted though from what is presented on their site it seems safe to use. We could get a free clover license and side step all these issues. Thoughts? Ashish -----Original Message----- From: Johan Oskarsson [mailto:jo...@oskarsson.nu] Sent: Thursday, February 12, 2009 3:48 AM To: hive-dev@hadoop.apache.org Subject: Re: Hudson nightly builds setup Forgot to mention, a code coverage tool would also be handy to have. We use Cobertura at Last.fm, works fine, not sure if it would mean any licensing issues to use in Hive. Hadoop uses Clover, don't know much about it. /Johan Johan Oskarsson wrote: > 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/vio > lations/ > > > > 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/t > estReport/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/t > estReport/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_input > 3_limit/ > > /Johan