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 "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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.