[ https://issues.apache.org/jira/browse/PIG-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768237#action_12768237
]
Alan Gates commented on PIG-1027:
---------------------------------
There's something wrong with the test runs on Hudson. We are looking into it. We'll get
to running your patch through the tests manually, but it will take a bit as there's several
in the queue and we have to run all the unit tests (about 3 hours) on each.
> Number of bytes written are always zero in local mode
> -----------------------------------------------------
>
> Key: PIG-1027
> URL: https://issues.apache.org/jira/browse/PIG-1027
> Project: Pig
> Issue Type: Bug
> Components: impl
> Affects Versions: 0.6.0
> Reporter: Ashutosh Chauhan
> Assignee: Jeff Zhang
> Priority: Minor
> Attachments: Pig_1027.Patch
>
>
> Consider this very simple script containing few records
> {code}
> a = load 'foo';
> store a into 'out';
> {code}
> Following message gets printed on grunt shell:
> [main] INFO org.apache.pig.backend.local.executionengine.LocalPigLauncher - Records
written : 39
> [main] INFO org.apache.pig.backend.local.executionengine.LocalPigLauncher - Bytes written
: 0
> File has 39 records which is correctly reported. But number of bytes is always reported
as zero, no matter what. I am observing this on latest trunk, not sure if this existed on
previous/current releases.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|