Re: Access Hadoop Counters

2012-10-30 Thread Nan Zhu
Hi, Harsh thanks for your reply, yes, I'm modifying the source code of MR, I have dig it out, just as jip.getMapCounters().getCounter(FileInputFormat.Counter.BYTES_READ); Thx -- Nan Zhu School of Computer Science, McGill University On Tuesday, October 30, 2012 at 12:51 AM, Harsh J

Re: Access Hadoop Counters

2012-10-29 Thread Harsh J
Hi, Are you attempting to modify MR sources? JobInProgress is a system class, not to be used by users directly. If you seek MR project-side development help, its better to reach the mapreduce-dev@ lists instead. That said, if you want the file/hdfs bytes counters, you can access them via the