January 2018
Beginner to intermediate
412 pages
9h 33m
English
MapReduce, as the name implies, has a map phase and a reduce phase. A map phase is generally a function that is applied on each element of its input, thus modifying its original value.
MapReduce generates key-value pairs as output.
In practice, map functions can be complex and involve advanced functionalities.
The reduce phase takes the key-value input from the map function and performs a summarization operation. For example, consider the output ...
Read now
Unlock full access