Search

What is Shuffle and Sort phase in Mapreduce Framework ?



In Mapreduce framework, it is guaranteed that every reducer will receive input which is sorted by input key. The process of sorting the map outputs by input key and transferring the sorted output as input to the Reducer is known as shuffle