I am using hasoop 1.2.1, hbase 0.94.14 and hive 1.0.0. There are three datanodes in my clsuter and three regional servers. I need to import some data from hbase into a hive. I configured hive successfully, but when I ran the command to consider no. rows in the hive table, then it gives the following
ERROR [main]: exec.Task (SessionState.java:printError(833)) - Job Submission failed with exception 'java.lang.RuntimeException(java.io.IOException: Merging of credentials not supported in this version of hadoop)' java.lang.RuntimeException: java.io.IOException: Merging of credentials not supported in this version of hadoop at org.apache.hadoop.hive.hbase.HBaseStorageHandler.configureJobConf(HBaseStorageHandler.java:485) at org.apache.hadoop.hive.ql.plan.PlanUtils.configureJobConf(PlanUtils.java:856) at org.apache.hadoop.hive.ql.plan.MapWork.configureJobConf(MapWork.java:540)
I changed the version of the hive to 0.14, but the same error. What is his solution? Note. I can not update hasoop.
source share