Re: fixing the mapper percentage viewer

2011-10-19 Thread Harsh J
Hello Mark, Moving to mapreduce-dev@ (bcc'd common-user@). You need to control whatever calls Reporter#setProgress(…). Mostly its just the RecordReader implementation doing it via RecordReader#getProgress(…). Counters are not part of the progress reports. On Thu, Oct 20, 2011 at 3:35 AM, Mark q

fixing the mapper percentage viewer

2011-10-19 Thread Mark question
Hi all, I'm written a custom mapRunner, but it seems to have ruined the percentage shown for maps on console. I want to know which part of code is responsible for adjusting the percentage of maps ... Is it the following in MapRunner: if(incrProcCount) { reporter.incrCounter(Sk