Hi,

I was wondering how I can add a new counter in the "Map-Reduce Framework"
group of counters. Basically, I want to add a counter of the total number of
input bytes for the reduce task (like the one for the map task). I thought I
could just add another entry in the Enum type in Task.java and then
increment it, but that doesn't seem to be enough. I'd appreciate any advice
on how to do this.

Thanks in advance,
Dennis
-- 
View this message in context: 
http://www.nabble.com/Counting-the-input-bytes-of-a-reduce-task-tp15797258p15797258.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.

Reply via email to