Counters are broken in local mode (number of bytes written/number of records 
written)
-------------------------------------------------------------------------------------

                 Key: PIG-1286
                 URL: https://issues.apache.org/jira/browse/PIG-1286
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Pradeep Kamath
             Fix For: 0.8.0


In Pig 0.7.0 code, we still have the following imports:
import org.apache.hadoop.mapred.Counters;
import org.apache.hadoop.mapred.JobClient;
import org.apache.hadoop.mapred.JobConf;
import org.apache.hadoop.mapred.JobID;

because there is not equivalent mapreduce version of JobClient. When there is 
one and when we switch, we should make sure this issue with counters in local 
mode is fixed - For now the code will report these numbers as unknown.

-- 
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