Hi,
I installed my Hadoop with HDP 2.2 with Ambari 1.7. While creating a table following this webpage – http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.0/HBase_Import_v22/index.html#Item1.1,
I am getting this error –
hcat -f simple.ddl
15/01/08 22:11:23 WARN conf.HiveConf: HiveConf of name hive.optimize.mapjoin.mapreduce does not exist
15/01/08 22:11:23 WARN conf.HiveConf: HiveConf of name hive.heapsize does not exist
15/01/08 22:11:23 WARN conf.HiveConf: HiveConf of name hive.server2.enable.impersonation does not exist
15/01/08 22:11:23 WARN conf.HiveConf: HiveConf of name hive.auto.convert.sortmerge.join.noconditionaltask does not exist
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-2041/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-2041/hive/lib/hive-jdbc-0.14.0.2.2.0.0-2041-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
FAILED: SemanticException Cannot find class ‘org.apache.hcatalog.hbase.HBaseHCatStorageHandler’