| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
195 (0.132s).
|
|
|
Loading phrases to help you refine your search...
|
|
LogicalExpressionSimplifier rules - Pig - [mail # dev]
|
|
...Sending this email for getting wider attention. I propose disabling LogicalExpressionSimplifier optimizer rule, because the complexity of that rule and number of bugs that seem to come...
|
|
|
Author: Thejas Nair,
2011-10-10, 22:40
|
|
|
Re: Using 'collected' group - Pig - [mail # dev]
|
|
...I would vote for option C - i would like the user to sign off in each place the feature is used. pig scripts will be modified over time, and person making the edit might no...
|
|
|
Author: Thejas Nair,
2011-10-07, 23:29
|
|
|
Re: PIG regression in 0.9.1's BinStorage() - Pig - [mail # user]
|
|
...This was a bug in cast operation, while applying the schema specified in the 2nd load statement. Patch availble in the jira (PIG-2271). -Thejas On 10/6/11 9:0...
|
|
|
Author: Thejas Nair,
2011-10-06, 21:36
|
|
|
Re: output partitioning - Pig - [mail # user]
|
|
...-thejas. typed on a tiny virtual keyboard On Oct 5, 2011 5:21 AM, "Alex Rovner" wrote: is...
|
|
|
Author: Thejas Nair,
2011-10-05, 15:30
|
|
|
Re: LOAD once, use multiple times - Pig - [mail # user]
|
|
...Removing the filter (B) in the example will still result in similar plan, just that the filter operator will be absent. For example, the following query uses only 1 MR job. If yo...
|
|
|
Author: Thejas Nair,
2011-10-04, 23:35
|
|
|
Re: output partitioning - Pig - [mail # user]
|
|
...See the piggybank store func - http://pig.apache.org/docs/r0.9.0/api/org/apache/pig/piggybank/storage/MultiStorage.html Also, see piggybank load func - http://pig.apache.org/docs...
|
|
|
Author: Thejas Nair,
2011-10-04, 17:24
|
|
|
Re: LOAD once, use multiple times - Pig - [mail # user]
|
|
...See slides 16,17 in http://www.slideshare.net/thejasmn/apache-pig-performance-optimizations-talk-at-apachecon-2010 . For the query in example, pig includes an index in the ...
|
|
|
Author: Thejas Nair,
2011-10-04, 17:15
|
|
|
Re: AvroStorage and duplicate records - Pig - [mail # user]
|
|
...I am not an avro expert, but one thing to check would be the avro versions used to write the data is compatible with the version used with pig to read the data. -Thejas On...
|
|
|
Author: Thejas Nair,
2011-09-27, 05:43
|
|
|
Re: ERROR 2118: Input path does not exist - Pig - [mail # user]
|
|
...Do you see any relevant warning messages ? You might want to check if the format of your data is compatible with what PigStorage expects. Thanks, Thejas On 9/22/11 3:15 AM,...
|
|
|
Author: Thejas Nair,
2011-09-22, 16:44
|
|
|
Re: ERROR 2118: Input path does not exist - Pig - [mail # user]
|
|
...This is unlikely to be a configuration issue. This query will result in a map-only job, and the number of part files depends on the number of map tasks spawned. In typical configuratio...
|
|
|
Author: Thejas Nair,
2011-09-21, 17:25
|
|
|
|