You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by hadoop n00b <ne...@gmail.com> on 2011/07/08 07:44:06 UTC

Running Hive Queries in Parallel?

Hello,

When I execute multiple queries in Hive, the mapred tasks are queued up and
executed one by one. Is there are way I could set Hive or Hadoop to execute
mapred tasks in parallel?

I am running on Hive 0.4.1 and Hadoop 0.20

Tx!

Re: Running Hive Queries in Parallel?

Posted by Ted Yu <yu...@gmail.com>.
Set it in conf/hive-site.xml

On Thu, Jul 7, 2011 at 10:59 PM, hadoop n00b <ne...@gmail.com> wrote:

> Found *hive*.*exec*.*parallel!!!*
> How can I set to to be 'true' by default?
>
> Thanks!
>
>
> On Fri, Jul 8, 2011 at 11:14 AM, hadoop n00b <ne...@gmail.com> wrote:
>
>> Hello,
>>
>> When I execute multiple queries in Hive, the mapred tasks are queued up
>> and executed one by one. Is there are way I could set Hive or Hadoop to
>> execute mapred tasks in parallel?
>>
>> I am running on Hive 0.4.1 and Hadoop 0.20
>>
>> Tx!
>>
>
>

Re: Running Hive Queries in Parallel?

Posted by hadoop n00b <ne...@gmail.com>.
Found *hive*.*exec*.*parallel!!!*
How can I set to to be 'true' by default?

Thanks!


On Fri, Jul 8, 2011 at 11:14 AM, hadoop n00b <ne...@gmail.com> wrote:

> Hello,
>
> When I execute multiple queries in Hive, the mapred tasks are queued up and
> executed one by one. Is there are way I could set Hive or Hadoop to execute
> mapred tasks in parallel?
>
> I am running on Hive 0.4.1 and Hadoop 0.20
>
> Tx!
>