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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15943527#comment-15943527 ] 

Rohini Palaniswamy commented on PIG-5198:
-----------------------------------------

+1

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