| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
52 (0.338s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig Unique Counts on Multiple Subsets of a Large Input - Pig - [mail # user]
|
|
...Hi Thomas It looks like you are trying to count unique users for multiple combinations of dimensions. If so, then you can make use of CUBE operator. Since counting unique users is not ...
|
|
|
Author: Prasanth J,
2013-05-09, 03:49
|
|
|
Re: Welcome our newest committer Prashant Kommireddi - Pig - [mail # user]
|
|
...Congrats Prashant. Thanks On May 2, 2013, at 6:02 PM, Rohini Palaniswamy wrote: ...
|
|
|
Author: Prasanth J,
2013-05-03, 04:33
|
|
|
Re: ORDER failed - Pig - [mail # user]
|
|
...From the error logs, it seems like input file doesn't exist or not accessible. can you please check if the input path in $LOGS is proper? Thanks On Apr 12, 2013, at ...
|
|
|
Author: Prasanth J,
2013-04-13, 08:54
|
|
|
Re: optimization for data cube - Pig - [mail # user]
|
|
...From 0.11 release onwards Pig natively supports CUBE operator. Here is the documentation for CUBE operator http://pig.apache.org/docs/r0.11.1/basic.html#cube For your case the qu...
|
|
|
Author: Prasanth J,
2013-04-03, 05:19
|
|
|
Re: Put a "Google summer of code 2013" cwiki page - Pig - [mail # dev]
|
|
...One more idea for GSoC project. YSmart uses correlation between multiple MR jobs to reduce the number of MR jobs generated. I remember Dmitriy bringing this up early. The techniques s...
|
|
|
Author: Prasanth J,
2013-03-21, 21:05
|
|
|
Re: Welcome our new PMC chair, Julien Le Dem - Pig - [mail # dev]
|
|
...Congratulations! Thanks On Mar 11, 2013, at 12:00 AM, Jarek Jarcec Cecho wrote: ...
|
|
|
Author: Prasanth J,
2013-03-11, 04:20
|
|
|
Re: Limit vs Sample - Pig - [mail # user]
|
|
...Sorry, I was confused with RandomSampleLoader which uses reservoir sampling. SAMPLE is rewritten to filter + less than expression with sampling percentage as predicate value. Th...
|
|
|
Author: Prasanth J,
2013-02-28, 10:08
|
|
|
Re: Limit vs Sample - Pig - [mail # user]
|
|
...AFAIK, SAMPLE operator internally uses reservoir sampling. So it reads entire data to randomly generate 10% data. Thanks On Feb 26, 2013, at 6:19 PM, Panshul Whisper wrote...
|
|
|
Author: Prasanth J,
2013-02-26, 23:23
|
|
|
Re: [ANNOUNCE] Welcome Bill Graham to join Pig PMC - Pig - [mail # user]
|
|
...Congrats Bill! Thanks On Feb 19, 2013, at 4:52 PM, Prashant Kommireddi wrote: ...
|
|
|
Author: Prasanth J,
2013-02-19, 22:35
|
|
|
[PIG-2994] Grunt shortcuts - Pig - [issue]
|
|
...This feature is aimed at providing shortcuts for frequently used commands like illustrate, dump, explain, describe, quit, help etc. This feature is inspired from postgres(psql) shortcuts. I ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2994
Author: Prasanth J,
2013-02-19, 18:41
|
|
|
|