You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Lorand Bendig (JIRA)" <ji...@apache.org> on 2014/02/10 11:53:20 UTC

[jira] [Resolved] (PIG-2864) LOAD with FILTER should read data without MapReduce

     [ https://issues.apache.org/jira/browse/PIG-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lorand Bendig resolved PIG-2864.
--------------------------------

       Resolution: Duplicate
    Fix Version/s: 0.13.0
     Release Note: Implemented in PIG-3642

> LOAD with FILTER should read data without MapReduce
> ---------------------------------------------------
>
>                 Key: PIG-2864
>                 URL: https://issues.apache.org/jira/browse/PIG-2864
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Lorand Bendig
>             Fix For: 0.13.0
>
>
> A script like this should be able to read data directly from the LoadFunc and serve it without kicking off a MapReduce job:
> {noformat}
> a = LOAD 'data.txt';
> b = LIMIT a 10;
> DUMP b;
> {noformat}
> Hive has similar functionality which is handy.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)