« MapReduce » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' MapReduce''' MapReduce is a software framework that serves as the c... »)
(Aucune différence)

Version du 18 décembre 2020 à 11:13

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.


Source : bigdata-madesimple.com



Contributeurs: Jean Benoît Morel, wiki