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:
>
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
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
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
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
>
>
>
> When I run /bin/hive, it starts fine. The problem arises when
> I try to create a table once hive is running.
>
>
>
> Best,
>
> Hannah
>
>
>
> *From:* Ted Yu [mailto:yuzhih...@gmail.com]
> *Sent:* Tuesday, November 16, 2010 2:16 PM
>
com]
Sent: Tuesday, November 16, 2010 2:16 PM
To: user@hive.apache.org
Subject: EXTERNAL:Re: unable to create table
See 'Exception in hive startup' discussion - especially Edward's
response on Oct 13th.
On Tue, Nov 16, 2010 at 9:40 AM, Gerlach, Hannah L (IS)
wrote:
Hello,
I
See 'Exception in hive startup' discussion - especially Edward's response on
Oct 13th.
On Tue, Nov 16, 2010 at 9:40 AM, Gerlach, Hannah L (IS) <
hannah.gerl...@ngc.com> wrote:
> Hello,
>
>
>
> I am completely new to hive and I need some help. Hive starts fine, but
> when I try to create a table,
Hello,
I am completely new to hive and I need some help. Hive starts fine, but
when I try to create a table, I get an error. See below.
hive> CREATE TABLE pokes (foo INT, bar STRING);
Exception in thread "main" java.lang.NoClassDefFoundError:
org/antlr/runtime/tree/TreeAdaptor