| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
246 (0.229s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3269] In operator support - Pig - [issue]
|
|
...This is another language improvement using the same approach as in PIG-3268.Currently, Pig has no support for IN operator. To mimic it, users often have to concatenate several OR operators.F...
|
|
|
http://issues.apache.org/jira/browse/PIG-3269
Author: Cheolsoo Park,
2013-05-22, 20:12
|
|
|
Re: Review Request: Refactor physical operators to remove methods parameters that are always null - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11203/#review20674 Ship it! Looks good to me. I only have minor comments as below. Do yo...
|
|
|
Author: Cheolsoo Park,
2013-05-17, 15:12
|
|
|
Re: Task Attempt failed to report status..Killing !! - Pig - [mail # user]
|
|
...Hi, Sounds like your mappers are overloaded. Can you try the following? 1. You can set mapred.max.split.size to a smaller value, so more mappers can be launched. or 2...
|
|
|
Author: Cheolsoo Park,
2013-05-14, 22:29
|
|
|
Re: Ordered partitioned data - Pig - [mail # user]
|
|
...Hi Ahmed, Please try this: grped = GROUP foo BY group_id; sorted = FOREACH grped { ordered = ORDER foo BY position; GENERATE group, MyUDF(ordered.name...
|
|
|
Author: Cheolsoo Park,
2013-05-13, 17:18
|
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...Hi Cos, I am happy to backport it to branch-011. But I am not entirely sure whether we should bump the Hadoop version in a minor release. As of now, branch-0.11 unit tests run fine wit...
|
|
|
Author: Cheolsoo Park,
2013-05-13, 16:35
|
|
|
Re: Disable ColumnMapKeyPrune rule with PigTest - Pig - [mail # user]
|
|
...Hi Bertand, I don't think there is a way to do it now. But PIG-3317 will allow you to disable optimization rules via Pig properties: https://issues.apache.org/jira/browse/PIG-331...
|
|
|
Author: Cheolsoo Park,
2013-05-13, 16:27
|
|
|
[PIG-3319] Race condition in POStream - Pig - [issue]
|
|
...When LOAD is immediately followed by STREAM, Pig job intermittently fails with either ConcurrentModificationException or IndexOutOfBoundsException. a = LOAD '<input>' USING MyLoadFunc(...
|
|
|
http://issues.apache.org/jira/browse/PIG-3319
Author: Cheolsoo Park,
2013-05-13, 04:45
|
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...Hi Andrew, You need PIG-3248: https://issues.apache.org/jira/browse/PIG-3248. It's not in branch-0.11 but in trunk. In particular, you need to add the following lines to ivy.xml...
|
|
|
Author: Cheolsoo Park,
2013-05-13, 04:12
|
|
|
[PIG-3281] Pig version in pig.pom is incorrect in branch-0.11 - Pig - [issue]
|
|
...The pig version in pig.pom in branch-0.11 is still "0.11.0-SNAPSHOT".This makes it fail to publish the pig.pom file to Artifactory in jenkins....
|
|
|
http://issues.apache.org/jira/browse/PIG-3281
Author: Cheolsoo Park,
2013-05-03, 06:13
|
|
|
Re: AvroStorage Default values are set to null even if they are specified - Pig - [mail # user]
|
|
...Hi Viray, Yes, that's a known bug. Here is what happens: 1) Let's say there are two schema X and Y. 2) AvroStorage creates a tuple whose size == max( sizeOf(X), sizeOf(Y) ). 3) F...
|
|
|
Author: Cheolsoo Park,
2013-05-03, 05:00
|
|
|
|