Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
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.