Re: Asynchronous query exection

2011-11-15 Thread Wouter de Bie
> independent tasks if this > > > property is true it will execute the independent tasks parallely > > > otherwise it will execute sequentially. > > > > > > Thanks&Regards, > > > Chinna Rao Lalam > > > > > > From: Ghousia [gho

Re: Asynchronous query exection

2011-11-15 Thread Sam Wilson
anks&Regards, > > Chinna Rao Lalam > > > From: Ghousia [ghousia.ath...@gmail.com] > Sent: Tuesday, November 15, 2011 6:12 PM > To: user@hive.apache.org > Subject: Asynchronous query exection > > Hi, > > Hive queries take longer time to execute, an

Re: Asynchronous query exection

2011-11-15 Thread Mark Grover
ce/docs/r0.21.0/capacity_scheduler.html http://hadoop.apache.org/mapreduce/docs/r0.21.0/fair_scheduler.html Mark - Original Message - From: "Mapred Learn" To: user@hive.apache.org Sent: Tuesday, November 15, 2011 2:15:59 PM Subject: Re: Asynchronous query exection You could write yo

Re: Asynchronous query exection

2011-11-15 Thread Mapred Learn
erty is true it will execute the independent tasks parallely otherwise > it will execute sequentially. > > > > Thanks&Regards, > > Chinna Rao Lalam > > > -- > *From:* Ghousia [ghousia.ath...@gmail.com] > *Sent:* Tuesday, Novem

RE: Asynchronous query exection

2011-11-15 Thread Chinna Rao Lalam
12 PM To: user@hive.apache.org Subject: Asynchronous query exection Hi, Hive queries take longer time to execute, and by default it is a blocking call. Is there any way provided by Hive client to supports non blocking execution. Also, to execute jobs parallely, I tried setting the "hive.exec

Asynchronous query exection

2011-11-15 Thread Ghousia
Hi, Hive queries take longer time to execute, and by default it is a blocking call. Is there any way provided by Hive client to supports non blocking execution. Also, to execute jobs parallely, I tried setting the *"hive.exec.parallel"*to true in hive-site.xml. But this did not work, Looking at t