Brock Noland created HIVE-8944: ---------------------------------- Summary: TestCompactor fails with IncompatibleClassChangeError Key: HIVE-8944 URL: https://issues.apache.org/jira/browse/HIVE-8944 Project: Hive Issue Type: Bug Reporter: Brock Noland
While investigating long build times I found this and the test had been running for hours. {noformat} Exception in thread "Thread-185" java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapred.JobContext, but class was expected at org.apache.hadoop.hive.ql.txn.compactor.CompactorMR$CompactorOutputCommitter.abortJob(CompactorMR.java:716) at org.apache.hadoop.mapred.OutputCommitter.abortJob(OutputCommitter.java:255) at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:471) {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)