*Fri, 4 May 2012 17:23:24 +0400
> *To: *; Bejoy Ks
> *ReplyTo: * user@hive.apache.org
> *Subject: *Re: Distributed execution for UNION ALL
>
> Hi Bejoy KS,
>
> Thanks for your answer.
>
> from job.xml:
> *mapred.job.tracker* =full.namenode.hostname:8021
>
>
> On F
:24
To: ; Bejoy Ks
Reply-To: user@hive.apache.org
Subject: Re: Distributed execution for UNION ALL
Hi Bejoy KS,
Thanks for your answer.
from job.xml:
*mapred.job.tracker* =full.namenode.hostname:8021
On Fri, May 4, 2012 at 5:07 PM, Bejoy Ks wrote:
> Hi Alexander
> Since the tas
:24
To: ; Bejoy Ks
Reply-To: user@hive.apache.org
Subject: Re: Distributed execution for UNION ALL
Hi Bejoy KS,
Thanks for your answer.
from job.xml:
*mapred.job.tracker* =full.namenode.hostname:8021
On Fri, May 4, 2012 at 5:07 PM, Bejoy Ks wrote:
> Hi Alexander
> Since the tas
at is the value for *
> mapred.job.tracker *in your job.xml or from mapred-site.xml?
>
> Regards
> Bejoy KS
>
> --
> *From:* Alexander Goryunov
> *To:* user@hive.apache.org
> *Sent:* Friday, May 4, 2012 6:22 PM
> *Subject:* Distributed execut
@hive.apache.org
Sent: Friday, May 4, 2012 6:22 PM
Subject: Distributed execution for UNION ALL
Hello,
I have a query like
SELECT * FROM (
SELECT 1, concat(1_timestamp, ', ', 2_account_id )
FROM table_1 WHERE 2_account_id = 1132576 LIMIT 10
UNION ALL
SELECT 2, concat(1