Code contributors Contributors
1
MapReduce is a programming model that involves two steps. The first, the map step, takes an input set I and groups it into N equivalence classes I0, I1, I2, ..., IN-1. I can be thought of as a set of tuples <key, data>, and the function map maps I into the equivalence classes based on the value of key. In the second reduce step, the equivalence classes are p
Created
June 20, 2018
Updated
June 20, 2018
Primary Language, based on Github DataLanguage
C
Issues
1