You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/04/06 22:36:24 UTC

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

Arun C Murthy commented on PIG-191:
-----------------------------------

Xu, the empty files are the outputs of the reduces - however results_39/ should contain one or more map-* files which contain the actual outputs. (The reduce-* files will be empty).

Is that what you see here?


> 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
>         Attachments: BinaryReadWrite.pl
>
>
> 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.