| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.115s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2989] Illustrate for Rank Operator - Pig - [issue]
|
|
...Specifically useful, when it's required a quick view of final results of Rank operator use....
|
|
|
http://issues.apache.org/jira/browse/PIG-2989
Author: Allan Avendaño,
2012-11-19, 02:01
|
|
|
[PIG-2782] Specifying sorting field(s) at nightly.conf - Pig - [issue]
|
|
...After running the Checkin tests, it fails because one of the parameters passed to the sort is incorrect (instead of +1 -2, on POSIX is -k2,2). According to this http://ss64.com/bash/sort.htm...
|
|
|
http://issues.apache.org/jira/browse/PIG-2782
Author: Allan Avendaño,
2012-11-12, 23:55
|
|
|
[PIG-2947] Documentation for Rank operator - Pig - [issue]
|
|
...User documentation for recently released Rank operator, with some basic explanation of usage and examples...
|
|
|
http://issues.apache.org/jira/browse/PIG-2947
Author: Allan Avendaño,
2012-10-18, 20:07
|
|
|
[PIG-2963] Illustrate command and POPackageLite - Pig - [issue]
|
|
...While trying to execute a simple script like:A = LOAD 'test01' AS (f1:chararray,f2:int,f3:chararray);B = order A by f1;illustrate B;or C = foreach B generate f1, f2; illustrate C;I got the f...
|
|
|
http://issues.apache.org/jira/browse/PIG-2963
Author: Allan Avendaño,
2012-10-17, 23:42
|
|
|
[PIG-2946] Documentation of "history" and "clear" commands - Pig - [issue]
|
|
...After adding these two commands "history" and "clear" to the Pig Grunt Shell, this is a basic user documentation....
|
|
|
http://issues.apache.org/jira/browse/PIG-2946
Author: Allan Avendaño,
2012-10-11, 07:19
|
|
|
[PIG-2743] Output Schema - Pig - [issue]
|
|
...For the rank operator, I was considering the following schema:E.g.A = load 'data' as (x:int,y:chararray,z:int,rz:chararray);C = rank A by x;So the output schema could be: C: {x: int,y: chara...
|
|
|
http://issues.apache.org/jira/browse/PIG-2743
Author: Allan Avendaño,
2012-09-13, 16:55
|
|
|
[PIG-2742] Rank Operator Syntax - Pig - [issue]
|
|
...The syntax proposed is the following:RANK <alias> (BY (<col_ref>|<col_range>)+)?Which now is running on the patch attached with the code implemented so far, with the corres...
|
|
|
http://issues.apache.org/jira/browse/PIG-2742
Author: Allan Avendaño,
2012-09-13, 16:55
|
|
|
[PIG-2781] LOSort isEqual method - Pig - [issue]
|
|
...While I was checking the logical operators, I found that LOSort does this while comparing two logical operators:if (mSortFunc.equals(otherSort.getUserFunc())) return false;...
|
|
|
http://issues.apache.org/jira/browse/PIG-2781
Author: Allan Avendaño,
2012-09-02, 23:53
|
|
|
|