==
From: "bejoy...@yahoo.com<mailto:bejoy...@yahoo.com>"
mailto:bejoy...@yahoo.com>>
Reply-To: "user@hive.apache.org<mailto:user@hive.apache.org>"
mailto:user@hive.apache.org>>,
"b
: user@hive.apache.org
Subject: Re: integration issure about hive and hbase
i replace the zookeeper jar ,the error is different
hive> CREATE TABLE hbase_table_1(key int, value string)
> STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
> W
i replace the zookeeper jar ,the error is different
hive> CREATE TABLE hbase_table_1(key int, value string)
> STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
> WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val")
> TBLPROPERTIES ("hbase.table.name" = "xyz");
FAI
and i have zookeeper on port 2281 ,not default port
On Mon, Jul 8, 2013 at 2:52 PM, Cheng Su 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 hu
hbase cluster is running
and i also define the jar path in hive-site.xml
hive.aux.jars.path
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
On Mon, Jul 8, 2013 at 2:52 PM, Cheng Su wro
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 wrote:
> i get error when try create table on hbase use hive, anyone can help?
>
> hive> CREATE TABLE hive_hba