I would like to know the real meaning of these two counters Total time spent by all maps in occupied slots (ms) and Total time spent by all reduces in occupied slots (ms). I just wrote MR program similar to word count I got
**Total time spent by all maps in occupied slots (ms)=15667400
Total time spent by all reduces in occupied slots (ms)=158952
CPU time spent (ms)=51930
real 7m38.886s**
Why is it so?????? The first counter is having a very very high value which is actually incomparable with the other three. Kindly clear this to me.
Thank You
With Regards