[ 
https://issues.apache.org/jira/browse/PIG-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheolsoo Park updated PIG-2973:
-------------------------------

    Attachment: test.tar.gz

To reproduce the issue munually, please download the tarball (test.tar.gz) that 
I am attaching. It include 3 files: script.pl, test.pig, and data. Now run in 
trunk the following command:
{code}
pig -x local test.pig
{code}
This will fail with the following error:
{code}
===== Task Information Header =====
Command: script.pl foo (foo-PigStreaming/stdout-PigStreaming)
Start time: Fri Oct 19 13:09:38 PDT 2012
Input-split file: file:/home/cheolsoo/workspace/pig-trunk/data
Input-split start-offset: 0
Input-split length: 40
=====          * * *          =====
===== Task Information Footer =====
End time: Fri Oct 19 13:09:38 PDT 2012
Exit code: -127
Input records: 6
Input bytes: 960 bytes (foo using PigStreaming)
Output records: 0
Output bytes: 0 bytes (stdout using PigStreaming)
=====          * * *          =====
2012-10-19 13:09:38,123 [Thread-12] ERROR 
org.apache.pig.impl.streaming.ExecutableManager - java.lang.NullPointerException
{code}
Actually, my description in the previous comment wasn't correct since it's not 
the sub-process but the ExecutableManager thread that crashes.

With the attached patch, this will succeed.

Thanks!
                
> TestStreaming test times out
> ----------------------------
>
>                 Key: PIG-2973
>                 URL: https://issues.apache.org/jira/browse/PIG-2973
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.11
>            Reporter: Rohini Palaniswamy
>            Assignee: Cheolsoo Park
>             Fix For: 0.11
>
>         Attachments: PIG-2973.patch, test.tar.gz
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to