Re: Hive command line- select

2012-01-01 Thread Aditya Kumar
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

Re: Hive Basic question

2011-12-12 Thread Aditya Kumar
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,

Re: Hive Basic question

2011-12-12 Thread Aditya Kumar
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

Hive Basic question

2011-12-12 Thread Aditya Kumar
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