| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
195 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar? - Pig - [mail # user]
|
|
...Some load/store functions in contrib are using it - under trunk/contrib//piggybank/java/src/main/java/org/apache/pig/piggybank/storage If you don't use that st...
|
|
|
Author: Thejas Nair,
2011-08-17, 18:39
|
|
|
Re: Can I Use a Nested GROUP in FOREACH? - Pig - [mail # user]
|
|
...The GSOC project adds support for a foreach inside a nested-foreach block. https://issues.apache.org/jira/browse/PIG-2150 . It should be part of 0.10 . But group inside for...
|
|
|
Author: Thejas Nair,
2011-08-17, 18:20
|
|
|
Re: Why Some Results Missed from UNION? - Pig - [mail # user]
|
|
...That behavior is certainly not expected. The pig version number you are using and a reproducible case would be useful. When you say it sometimes shows the result, do you mean for some ...
|
|
|
Author: Thejas Nair,
2011-08-17, 17:53
|
|
|
Re: about pig-0.8.1 unit test - Pig - [mail # user]
|
|
...Since HashMap does not guarantee ordering, this test is not guaranteed to pass, ie the test is faulty and it needs to be fixed. The result from IBM JDK is also correct. An easy f...
|
|
|
Author: Thejas Nair,
2011-08-17, 17:17
|
|
|
Re: Cannot connect to pseudo-distributed or full (EC2) hadoop cluster from pig on startup, fails on EOFException - Pig - [mail # user]
|
|
...Do you get the same exception (localhost:9000) when you try to connect to hadoop on EC2 as well ? Are you able to run any MR jobs (eg the wordcount example) on your cluster ? It is alw...
|
|
|
Author: Thejas Nair,
2011-08-17, 17:09
|
|
|
Re: Problem accessing fields in a tuple - Pig - [mail # user]
|
|
...It is a bug. I have created a jira and attached a patch - https://issues.apache.org/jira/browse/PIG-2223 -Thejas On 8/16/11 3:16 PM, [EMAIL PROTECTED] wrote:...
|
|
|
Author: Thejas Nair,
2011-08-17, 04:39
|
|
|
Re: Failing tests after parser change? - Pig - [mail # dev]
|
|
...Dmitriy, You don't realize how lucky you are! ;) I have been trying hard to reproduce this problem, so that I can check if the patch in PIG-2055 actually fixes the issue. I ran build+ ...
|
|
|
Author: Thejas Nair,
2011-08-11, 18:39
|
|
|
Re: SUM and schema - Pig - [mail # user]
|
|
...What is the schema of A without the flatten statements ? ie that of - A = FOREACH Z GENERATE group, myUDF(Y); While looking at this query, I realized we have an issue in 0.9, related ...
|
|
|
Author: Thejas Nair,
2011-08-11, 18:27
|
|
|
Re: Pig help needed! - Pig - [mail # user]
|
|
...Do you use different load functions for different files ? You can check out ALLLoader load function, which was added to piggybank in 0.9 release - http://pig.apache.org/doc...
|
|
|
Author: Thejas Nair,
2011-08-10, 23:44
|
|
|
Re: Pig Parallelism Doubt - Pig - [mail # user]
|
|
...On 8/10/11 2:08 PM, Eshwaran Vijaya Kumar wrote: Yes, that is what I actually meant! :) -Thejas...
|
|
|
Author: Thejas Nair,
2011-08-10, 21:19
|
|
|
|