Hi, I am being confused by the protocol between mapper and reducer. When mapper emitting the (key,value) pair done, is there any signal the mapper send out to hadoop framework in protocol to indicate that map is done and the shuffle/sort can begin for reducer? If there is no this signal in protocol, when the framework begin the shuffle/sort?
Thanks, Jianmin