Hi,
Thanks for your reply.  I need one more info also. I put hive queries in hql 
file and using shell script i started executing it in background mode. even if 
i kill the script process it is keep on executing queries. How to kill the hive 
query execution which is in hql file? 

Thanks,
Manickam P

Date: Fri, 12 Jul 2013 17:00:38 +0530
Subject: Re: Hive Query
From: nitinpawar...@gmail.com
To: user@hive.apache.org

Manickam,
How does support the in clause 
what hive does not support is "subquery inside in clause" 
you can perfectly run the query you have written but currently as per my 
knowledge hive does not let you do this "select * from table where coln in 
(select coln from table where coln=blah)" 

if you want to use subquery inside in clause then you may take a look at left 
join 

On Fri, Jul 12, 2013 at 4:43 PM, Manickam P <manicka...@outlook.com> wrote:




Hi,
I need to run hive query like select * from employee where employee_id IN 
(100,102). I came to know that hive does not support IN clause.
Then what is the effective replacement for this? i need to execute around 250 
inputs.  I'm using hive 0.9.0 version.

Please guide me.


Thanks,
Manickam P                                        


-- 
Nitin Pawar

                                          

Reply via email to