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
            Priority: Minor


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.

Reply via email to