You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2017/03/28 15:04:41 UTC

[jira] [Resolved] (PIG-5198) streaming job stuck with script failure when combined with split

     [ 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)