Re: Unable to create table in Hive

2015-05-14 Thread kulkarni.swar...@gmail.com
Yeah. 0.13 isn't compatible with 1.0 HBase. We haven't made the jump the HBase 1.0 yet. But Hive 1.1 is on HBase 0.98. And from what I know, there aren't many breaking changes from 0.98 to 1.0 so you might give that a shot a see if it works. On Thu, May 14, 2015 at 3:30 PM, Ibrar Ahmed wrote: >

Re: Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
I have also tried ADD FILE /usr/local/hbase/conf/hbase-site.xml; ADD JAR /usr/local/hive/lib/zookeeper-3.4.5.jar; ADD JAR /usr/local/hive/lib/hive-hbase-handler-0.13.0.jar; ADD JAR /usr/local/hive/lib/guava-11.0.2.jar; ADD JAR /usr/local/hbase/lib/hbase-client-1.0.1.jar; ADD JAR /usr/local/hbase/l

Re: Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
Hive : 0.13 Hbase: 1.0.1 On Fri, May 15, 2015 at 1:26 AM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Hi Ibrar, > > It seems like your hive and hbase versions are incompatible. What version > of hive and hbase are you on? > > On Thu, May 14, 2015 at 3:21 PM, Ibrar Ahmed > w

Re: Unable to create table in Hive

2015-05-14 Thread kulkarni.swar...@gmail.com
Hi Ibrar, It seems like your hive and hbase versions are incompatible. What version of hive and hbase are you on? On Thu, May 14, 2015 at 3:21 PM, Ibrar Ahmed wrote: > Hi, > > While creating a table in Hive I am getting this error message. > > CREATE TABLE abcd(key int, value string) STORED BY

Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
Hi, While creating a table in Hive I am getting this error message. CREATE TABLE abcd(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"); [Hive Error]: Q