| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.383s).
|
|
|
Loading phrases to help you refine your search...
|
|
Results are different if I run a script or enter commands manually in grunt - Pig - [mail # user]
|
|
...I am working on a Pig Script. One of the operations is computing a quantile using Datafu's StreamingQuantile, and then using this value to filter a relation. If I enter the comma...
|
|
|
Author: Uri Laserson,
2013-01-25, 21:23
|
|
|
Re: Aggregations on nested foreach statements - Pig - [mail # user]
|
|
...Thanks Cheolsoo! Uri On Tue, Jan 22, 2013 at 6:01 PM, Cheolsoo Park wrote: Uri Laserson, PhD Data Scientist, Cloudera Twitter/GitHub: @laserson +1 617 910 0447 [EM...
|
|
|
Author: Uri Laserson,
2013-01-24, 09:01
|
|
|
Aggregations on nested foreach statements - Pig - [mail # user]
|
|
...I have data that looks like this: a e 11 0 b f 2 2 c g 3 3 c h 44 44 c i 75 0 d j 89 0 d k 120 0 d l 3000 0 and I load it like so: data = load 'test.txt' using PigStorage('...
|
|
|
Author: Uri Laserson,
2013-01-23, 01:17
|
|
|
Re: Syntax for dereferenced project-range - Pig - [mail # user]
|
|
...Thanks! This is now PIG-3130. Uri On Tue, Jan 22, 2013 at 2:23 PM, Jonathan Coveney wrote: Uri Laserson, PhD Data Scientist, Cloudera Twitter/GitHub: @lasers...
|
|
|
Author: Uri Laserson,
2013-01-22, 22:39
|
|
|
[PIG-3130] Support for nested projections - Pig - [issue]
|
|
...I have tuple like so: (a: (b:int, c:int, d:int, e:int))I would like to call a UDF and pass a range of the nested tuple. This is what I would expect the command to be: ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3130
Author: Uri Laserson,
2013-01-22, 22:38
|
|
|
Syntax for dereferenced project-range - Pig - [mail # user]
|
|
...I have tuple like so: (a: (b:int, c:int, d:int, e:int)) I would like to call a UDF and pass a range of the nested tuple. This is what I would expect the command to ...
|
|
|
Author: Uri Laserson,
2013-01-22, 20:41
|
|
|
|