No, it's not implemented yet. Here is the jira-
https://issues.apache.org/jira/browse/PIG-3279


On Sat, Aug 2, 2014 at 12:29 PM, Serega Sheypak <[email protected]>
wrote:

> Hi, can't make it work:
>
> flatRank = FOREACH groupedRecs {
>     ranked = RANK recs by score DESC;
>     filtered = FILTER ranked by $0 <100;
>     GENERATE FLATTEN(ranked) as ($0 as rank_val, item_id, r_item_id,
> score);
> }
>
> Error:
> Syntax error, unexpected symbol at or near 'RANK'
>

Reply via email to