I want to take control of intermediate results between Map and Reduce with hadoop. I would want to specify where copy these results after the Map. I would to choose data which will be reduced. In summary i want map's results before process shuffle and sort and do what i want. If you have a solution please tell it me.
Thanks