| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
52 (0.101s).
|
|
|
Loading phrases to help you refine your search...
|
|
Total count of RandomSampleLoader is unpredicatable - Pig - [mail # dev]
|
|
...Hello everyone I am using RandomSampleLoader to load 1000 tuples per mapper. I have 11 map jobs in a small dataset and 109 map jobs in a large dataset. I am expecting 1100...
|
|
|
Author: Prasanth J,
2012-07-27, 01:04
|
|
|
Max tuples that can be handled by a reducer - Pig - [mail # dev]
|
|
...Hi I wanted to find the maximum number of tuples a reducer can handle. For that I am using the following inside an UDF in a sampling job maxTuples = Runtime.getRuntime.maxM...
|
|
|
Author: Prasanth J,
2012-07-26, 06:35
|
|
|
Re: Number of mappers in MRCompiler - Pig - [mail # dev]
|
|
...Thanks Alan. The requirement for me is that I want to load N number of samples based on the input file size and perform naive cube computation to determine the large groups that ...
|
|
|
Author: Prasanth J,
2012-07-25, 23:28
|
|
|
Number of mappers in MRCompiler - Pig - [mail # dev]
|
|
...Hello everyone I would like know if there is a way to know the number of mappers while compiling physical plan to MR-plan. Thanks ...
|
|
|
Author: Prasanth J,
2012-07-25, 22:47
|
|
|
Re: Reviewboard gives Error 500 - Pig - [mail # dev]
|
|
...Is your patch generated using git? If so try using "pig-git" trunk instead of pig trunk. Thanks On Jul 25, 2012, at 4:53 AM, Johannes Schwenk wrote: get either Schlüt...
|
|
|
Author: Prasanth J,
2012-07-25, 18:01
|
|
|
Re: Documentation fix for SAMPLE operator - Pig - [mail # dev]
|
|
...Dmitriy, Have already filed a bug and submitted patch. Here is the link to JIRA https://issues.apache.org/jira/browse/PIG-2814 This fix is for all versions starting from 0.7.0. I...
|
|
|
Author: Prasanth J,
2012-07-15, 18:41
|
|
|
Documentation fix for SAMPLE operator - Pig - [mail # dev]
|
|
...Just noticed that the description for SAMPLE operator has the description of SPLIT operator. http://pig.apache.org/docs/r0.10.0/basic.html#sample Minor but useful fix :) &...
|
|
|
Author: Prasanth J,
2012-07-12, 22:44
|
|
|
[PIG-2726] Handling legitimate NULL values - Pig - [issue]
|
|
...Look into SQL/Oracle server for how they are handling legitimate NULL values in the input while performing operations like roll-up, filtering etc. Current implementation outputs NULL string ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2726
Author: Prasanth J,
2012-07-10, 17:19
|
|
|
Re: CUBE/ROLLUP/GROUPING SETS syntax - Pig - [mail # dev]
|
|
...Thanks Alan. Your suggestion looks correct. I think with this I can achieve what I wanted in the same syntax out = CUBE rel BY CUBE(a,b,c), ROLLUP(c,d), CUBE(e,f); Just cu...
|
|
|
Author: Prasanth J,
2012-06-21, 21:52
|
|
|
Re: CUBE/ROLLUP/GROUPING SETS syntax - Pig - [mail # dev]
|
|
...Yeah you are right. Thanks On Jun 21, 2012, at 4:41 PM, Jonathan Coveney wrote: following logical this the and can operator have their time you, expects and implemen...
|
|
|
Author: Prasanth J,
2012-06-21, 20:43
|
|
|
|