Re: Build failed in Hudson: Hive-trunk-h0.20 #500

2011-01-24 Thread Carl Steinbach
Hi Devaraj, At the moment hadoop.version is set to 0.20.0 in Hive's build.properties file -- we're not setting it explicitly in the Hudson job. The build.properties file also defines the hadoop.security.version property, and Hive's build files use the values of these two properties to construct c

Re: Build failed in Hudson: Hive-trunk-h0.20 #500

2011-01-20 Thread Devaraj Das
I checked the console output on the failed build. The command that's used to run the tests is 'ant -Dhadoop.version=0.20.0 .'. This probably is the cause of the problem (though I haven't verified locally). Devaraj. On Jan 20, 2011, at 5:26 AM, "Carl Steinbach" wrote: > HIVE-1696 introduced a

Re: Build failed in Hudson: Hive-trunk-h0.20 #500

2011-01-20 Thread Carl Steinbach
HIVE-1696 introduced a build failure: Running org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation.getCurrentUser()Lorg/apache/hadoop/security/UserGroupInformation; This looks like a straightforward classpath problem (p