You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Xu Zhang (JIRA)" <ji...@apache.org> on 2008/04/05 07:15:24 UTC

[jira] Updated: (PIG-191) The resulted files are empty when BinaryStorage optimization is used

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

Xu Zhang updated PIG-191:
-------------------------

    Assignee: Arun C Murthy

> The resulted files are empty when BinaryStorage optimization is used
> --------------------------------------------------------------------
>
>                 Key: PIG-191
>                 URL: https://issues.apache.org/jira/browse/PIG-191
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Xu Zhang
>            Assignee: Arun C Murthy
>
> With the following Pig script, I would expect results_39 to contain the binary content of PigLoggingTest, but actually results_39 contains several empty files.  BinaryReadWrite.pl in this case simply reads in the binary file PigLoggingTest from STDIN and then output to STDOUT in binary.
> {code}
> A = load '/user/xu/test/PigLoggingTest' split by 'file';
> B = stream A through `BinaryReadWrite.pl -o t`;
> store B into 'results_39';
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.