Posted On: Mar 02, 2020
As the name suggests, the reducer reduces the set of intermediate values. The intermediate values are reduced to the smaller set of values that share a key.
The Reducer has three phases. They are the shuffle, sort, and the reduce phase.
The shuffle and sort phase occur concurrently to get the input from the mapper phase and organize it. The reduce phase occurs after the shuffle. and sort to aggregate the key-value pairs. After it reduces the data, the output is written to the FileSystem.
Never Miss an Articles from us.
Map Reduce is the core of Hadoop. It is one of the programming paradigms that acknowledge into consideration enormous a..
Map Reduce is information handling paradigms in itself. This was one of its kind information handlings and has been tra..
The procedure by which the framework lays out the sort and transfers the map outputs to the reducer as sources of inform..