Re: integration issure about hive and hbase

2013-07-09 Thread Sanjay Subramanian
== 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

Re: integration issure about hive and hbase

2013-07-08 Thread bejoy_ks
: 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

Re: integration issure about hive and hbase

2013-07-08 Thread ch huang
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

Re: integration issure about hive and hbase

2013-07-08 Thread ch huang
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

Re: integration issure about hive and hbase

2013-07-08 Thread ch huang
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

Re: integration issure about hive and hbase

2013-07-07 Thread Cheng Su
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