You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Christopher Olston (JIRA)" <ji...@apache.org> on 2009/03/13 18:11:57 UTC

[jira] Created: (PIG-719) store into 'filename'; should be valid syntax, but does not work

store <expr> into 'filename'; should be valid syntax, but does not work
-----------------------------------------------------------------------

                 Key: PIG-719
                 URL: https://issues.apache.org/jira/browse/PIG-719
             Project: Pig
          Issue Type: Bug
         Environment: pig local model (although I think it's a parsing problem, not an execution problem)
            Reporter: Christopher Olston
            Priority: Minor


This pig script should work:

STORE (LOAD 'inputfile') INTO 'outputfile';

but it does not.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-719) store into 'filename'; should be valid syntax, but does not work

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates updated PIG-719:
---------------------------

         Assignee: Xuefu Zhang
    Fix Version/s: 0.9.0

> store <expr> into 'filename'; should be valid syntax, but does not work
> -----------------------------------------------------------------------
>
>                 Key: PIG-719
>                 URL: https://issues.apache.org/jira/browse/PIG-719
>             Project: Pig
>          Issue Type: Bug
>         Environment: pig local model (although I think it's a parsing problem, not an execution problem)
>            Reporter: Christopher Olston
>            Assignee: Xuefu Zhang
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> This pig script should work:
> STORE (LOAD 'inputfile') INTO 'outputfile';
> but it does not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.