Concept
Map reduce
Books
Journey Statuslearning Tags
A Programming model that processes large datasets by applying a function to each element (map) then combining results with an associative operation (reduce), enabling parallelization.
A programming model that processes large datasets by applying a function to each element (map) then combining results with an associative operation (reduce), enabling parallelization.