[ https://issues.apache.org/jira/browse/PIG-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olga Natkovich updated PIG-1286: -------------------------------- Fix Version/s: 0.9.0 (was: 0.8.0) Hadoop will not have the classes we need implemented in the new API in 0.8 timeframe > 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.9.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.