hbase cluster is running and i also define the jar path in hive-site.xml <property> <name>hive.aux.jars.path</name>
<value>file:///usr/lib/hive/lib/hive-hbase-handler-0.7.1-cdh3u4.jar,file:///usr/lib/hive/lib/hbase-0.90.6-cdh3u4.jar,file:///usr/lib/hive/lib/zookeeper-3.3.1.jar</value> </property> On Mon, Jul 8, 2013 at 2:52 PM, Cheng Su <scarcer...@gmail.com> wrote: > Did you hbase cluster start up? > > The error message is more like that something wrong with the classpath. > So maybe you'd better also check that. > > > On Mon, Jul 8, 2013 at 1:54 PM, ch huang <justlo...@gmail.com> wrote: > >> i get error when try create table on hbase use hive, anyone can help? >> >> hive> CREATE TABLE hive_hbasetable_demo(key int,value string) >> > STORED BY 'ora.apache.hadoop.hive.hbase.HBaseStorageHandler' >> > WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val") >> > TBLPROPERTIES ("hbase.table.name" = "hivehbasedemo"); >> Failed with exception org.apache.hadoop.hive.ql.metadata.HiveException: >> Error in loading storage >> handler.ora.apache.hadoop.hive.hbase.HBaseStorageHandler >> FAILED: Execution Error, return code 1 from >> org.apache.hadoop.hive.ql.exec.DDLTask >> > > > > -- > > Regards, > Cheng Su >