Re: Hive command line- select

2012-01-02 Thread vikas Srivastava
@ check you jobtracker or tasktracker is running or not ... On Mon, Jan 2, 2012 at 7:23 PM, wd wrote: > Because 'select *' will not run map reduce job, may be you should > check if your hadoop cluster is work > > On Mon, Jan 2, 2012 at 10:37 AM, Aditya Kumar > wrote: > > > > Hi, > > I am able t

Re: Hive command line- select

2012-01-02 Thread wd
Because 'select *' will not run map reduce job, may be you should check if your hadoop cluster is work On Mon, Jan 2, 2012 at 10:37 AM, Aditya Kumar wrote: > > 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 m

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