Just got start with hadoop, got several questions about execution of reducer.
When the key, value pairs distributed to one reducer task. Does it process sequential or parallel.
For example (A,5) (A,3) (B,10) for the reducer task. Does A,B get into reducer in parallel?