Currently it's not. https://issues.apache.org/jira/browse/HIVE-3946
2013/7/3 Felix.徐 :
> Hi all,
>
> Is it possible to specify reducer number for each stage ? how?
>
> thanks!
Unsubscribe
Sent from my BlackBerry® wireless handheld from Glo Mobile.
-Original Message-
From: Sundar
Date: Wed, 3 Jul 2013 09:32:22
To:
Reply-To: user@hive.apache.org
Subject: Unsubscribe
Unsubscribe
Hi all,
Is it possible to specify reducer number for each stage ? how?
thanks!
Unsubscribe
To close the loop, I think the problem comes from running 32 bit ubuntu VM
on vmware inside windows 7 host.
After replacing the 32 bit vm with a 64 bit one, problem is gone...
On Sun, Jun 30, 2013 at 9:18 AM, Xun Tang wrote:
> Hi,
>
> ** **
>
> I am trying to compile hive 0.10.
>
> Buil
As you expected, there is no documentation on it (like other optimizers)
Javadoc of the class might be helpful but seemed not in detail enough.
2013/7/2 Peter Marron :
> Thanks Navis,
>
> This is a very interesting class which I feel pretty sure that I would never
> have found.
> Are there any
Local mode is fast. In particular older version pf hadoop take a lot of
time scheduling tasks and a delay betwen map and reduce phase.
Local mode really helps with those little delays.
On Monday, July 1, 2013, Guillaume Allain wrote:
> Hi all,
>
> Would anybody have any comments or feedback abou
not sure i fully understand your dilemma.have you investigated any of
the date functions listed here?
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-DateFunctions
seems to me you could pull the year and month from a date. or if you have
an int then do s
Windowing functions (over clause) were introduced in 0.11 You need to
upgrade to 0.11 to make use of them.
Ashutosh
On Tue, Jul 2, 2013 at 7:19 AM, dyuti a wrote:
> Hi Experts,
> I'm working with Teradata query conversion to hive environment (Hive
> version 0.10.0).The challenge that am facing
On Tue, Jul 2, 2013 at 2:34 AM, Peter Marron <
peter.mar...@trilliumsoftware.com> wrote:
> Hi Owen,
>
> ** **
>
> I’m curious about this advice about partitioning. Is there some
> fundamental reason why Hive
>
> is slow when the number of partitions is 10,000 rather than 1,000?
>
The pre
Hi Experts,
I'm working with Teradata query conversion to hive environment (Hive
version 0.10.0).The challenge that am facing here is in converting the
below line in query.
In SELECT clause:
ROW_NUMBER() OVER (PARTITION BY CLMST_KEY2
ORDER BY COUNTER) AS CLMST_ORDR_NBR
When searched found like
Hi,
I compared the HiveServer 1 and HiverServer 2 Thrift implementation.
I'm asking myself why the straight forward methodes like .execute(String
Query) and the three fetchX(x) methods defined in
org.apache.hadoop.hive.service.ThriftHive.Client doesn't in the
TCLIService.thrift?
Now we have to h
sure will check to that Robin
-Thanks
On Sat, Jun 29, 2013 at 1:11 AM, Robin Morris wrote:
> It probably won't make a difference to performance — the subqueries will
> be executed in separate map-reduce jobs, and the output put on disk anyway.
>
>
> First, get it to work; second, optimize.
Hi Experts,
I'm working with Teradata query conversion to hive environment (Hive
version 0.10.0).The challenge that am facing here is in converting the
below line in query.
In SELECT clause:
ROW_NUMBER() OVER (PARTITION BY CLMST_KEY2
ORDER BY COUNTER) AS CLMST_ORDR_NBR
When searched found like
Hi,
i trying to translate some PL/SQL script in HiveQL, and dealing with
unusual date format.
i added a variable in my hive script : '${hiveconf:in_co_an_mois}' which is
a year/month date format, like this : 201307 (INT format).
I would like to transform this in date format, because i have to in
Hi Owen,
I’m curious about this advice about partitioning. Is there some fundamental
reason why Hive
is slow when the number of partitions is 10,000 rather than 1,000? And the
improvements
that you mention are they going to be in version 12? Is there a JIRA raised so
that I can track them?
(It’
Thanks Navis,
This is a very interesting class which I feel pretty sure that I would never
have found.
Are there any descriptions, motivations, documentation or examples anywhere?
I suspect that there's nothing other than the source itself, but I had to ask.
Regards,
Z
-Original Message---
Please stop spamming the list.
**
Cheers !!!
Siddharth Tiwari
Have a refreshing day !!!
"Every duty is holy, and devotion to duty is the highest form of worship of
God.”
"Maybe other people will try to limit me but I don't limit myself"
> Date: Tue, 2 Jul 2013 01:18
http://hmydesign.ca/wel.come.phpcjvode30331761
MetadataOnlyOptimizer changes GBY on partition columns to simple
TableScan with one line dummy.
I think similar things can be done with stats.
2013/6/28 Peter Marron :
> Hi,
>
>
>
> I feel sure that someone has asked for this before, but here goes…
>
>
>
> In the case where I have the query
>
>
>
No luck.
Warm Regards,
Tariq
cloudfront.blogspot.com
On Tue, Jul 2, 2013 at 1:03 PM, Matouk IFTISSEN
wrote:
> Yes it is to create an external table that points your data with the
> regexp passed with the SERDE.
> good day
>
>
> 2013/7/2 Mohammad Tariq
>
>> Hello there,
>>
>> Thanks a
Yes it is to create an external table that points your data with the regexp
passed with the SERDE.
good day
2013/7/2 Mohammad Tariq
> Hello there,
>
> Thanks a lot for the response. Do you mean creating an external
> table?I have also tried deleting "ouputregex", but same result. And t
So I found the getRequiredFiles() and getRequiredJars() methods that were added
in HIVE-2561, and implemented getRequiredJars() to provide the full local paths
to the jars. Still the same error.
Is there a built-in UDF that uses these functions or is there an example from
someone who has impleme
24 matches
Mail list logo