Shwetha G S created HIVE-6729: --------------------------------- Summary: HCatStorer error with hadoop 2.0.0 Key: HIVE-6729 URL: https://issues.apache.org/jira/browse/HIVE-6729 Project: Hive Issue Type: Bug Reporter: Shwetha G S
hive-0.12.0 with hadoop-2.0.0-cdh4.3.0 gives the following error: {noformat} ERROR 2998: Unhandled internal error. Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected at org.apache.hive.hcatalog.mapreduce.HCatBaseOutputFormat.getTableSchema(HCatBaseOutputFormat.java:50) at org.apache.hive.hcatalog.pig.HCatStorer.setStoreLocation(HCatStorer.java:132) at org.apache.pig.newplan.logical.rules.InputOutputFileValidator$InputOutputFileVisitor.visit(InputOutputFileValidator.java:68) at org.apache.pig.newplan.logical.relational.LOStore.accept(LOStore.java:77) at org.apache.pig.newplan.DepthFirstWalker.depthFirst(DepthFirstWalker.java:64) {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)