I am using version 0.20.0 of hadoop.
I have set the combiner class successfully. And my program runs successfully.
However, I found about 5% of my data didn't go into the combiner after coming out from the mapper, this data go into the reducer directly. I don't know why?