[ https://issues.apache.org/jira/browse/PIG-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koji Noguchi resolved PIG-5198. ------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 0.17.0 Thanks for the review Rohini! Committed to trunk. > streaming job stuck with script failure when combined with split > ---------------------------------------------------------------- > > Key: PIG-5198 > URL: https://issues.apache.org/jira/browse/PIG-5198 > Project: Pig > Issue Type: Bug > Components: impl > Reporter: Koji Noguchi > Assignee: Koji Noguchi > Priority: Minor > Fix For: 0.17.0 > > Attachments: pig-5198-v01.patch > > > {code:title=test.pig} > DEFINE myawk `./test.awk` ship('./test.awk'); > DEFINE mypy `python my.py` ship ('./my.py'); > A = load 'input.txt'; > B = stream A through myawk ; > BB = stream A through mypy ; > store B into '$output/abc'; > store BB into '$output/bcd'; > {code} > This script would hang when my.py fails with syntax error. > (input.txt has to large) -- This message was sent by Atlassian JIRA (v6.3.15#6346)