Hi,
I am able to install hive, and create a table (external) and map it to my
Hbasetable.
I am able to do
hive>select * from maptable;
it works.
But when I give
hive>select * from maptable where name='testuser"
I am getting the following error.
om
hive> select * from maptable where name ='t
ql.exec.DDLTask.
I dont want to create a external table ..but to access the data from hbase
________
From: Abhishek Pratap Singh
To: Aditya Kumar
Cc: "user@hive.apache.org"
Sent: Monday, December 12, 2011 9:44 PM
Subject: Re: Hive Basic question
it will work,
am missing anything and how to proceed
From: Abhishek Pratap Singh
To: user@hive.apache.org; Aditya Kumar
Sent: Monday, December 12, 2011 9:32 PM
Subject: Re: Hive Basic question
Here you go, check this link
https://cwiki.apache.org/confluence/display/Hive
Hi,
I have a Hbase table that I am able to insert data and do scan.
I want to have use HIVE,.
I was able to install HIVE and login to Hive Console.
Can you please tell me the way I can access the HBASE Table fgrom HIVE.
I want to use HQL Commands on HBase table...
please let me know how to do tha