You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2009/06/08 05:42:07 UTC

[jira] Updated: (PIG-839) incorrect return codes on failure when using -f or -e flags

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

Gunther Hagleitner updated PIG-839:
-----------------------------------

    Description: 
To repro: pig -e "a = load '<some file>' ; b = stream a through \`false\` ; store b into '<some file>';"

Both the -e and -f flags do not return the right code upon exit. Running the script w/o using -f works fine.

  was:
To repro: pig -e "rmf keep99; a = load '<some file>' ; b = stream a through \`false\` ; store b into '<some file>';"

Both the -e and -f flags do not return the right code upon exit. Running the script w/o using -f works fine.


> incorrect return codes on failure when using -f or -e flags
> -----------------------------------------------------------
>
>                 Key: PIG-839
>                 URL: https://issues.apache.org/jira/browse/PIG-839
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>
> To repro: pig -e "a = load '<some file>' ; b = stream a through \`false\` ; store b into '<some file>';"
> Both the -e and -f flags do not return the right code upon exit. Running the script w/o using -f works fine.

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