RE: Asynchronous query exection

2011-11-15 Thread Chinna Rao Lalam
Hi, Hive calls are blocking calls because once the query is executed it will return the ResultSet from that result set u will get the results. hive.exec.parallel property will helps to speed up the query execution if the query generates more than one independent tasks. If it generates

Re: Asynchronous query exection

2011-11-15 Thread Wouter de Bie
Another way would be using Hive server. This will execute multiple queries in parallel. --Wouter de Bie Team Lead Analytics Infrastructure, Spotify wou...@spotify.com (mailto:wou...@spotify.com) +46 72 018 0777 On Tuesday, November 15, 2011 at 2:48 PM, Sam Wilson wrote: If you go this route,