MapReduce
en construction
Définition
XXXXXXXXX
Français
XXXXXXXXX
Anglais
MapReduce
MapReduce is a software framework that serves as the compute layer of Hadoop. MapReduce jobs are divided into two (obviously named) parts. The “Map” function divides a query into multiple parts and processes data at the node level. The “Reduce” function aggregates the results of the “Map” function to determine the “answer” to the query.
Contributeurs: Jean Benoît Morel, wiki