Definition for MapReduce

From Biology Forums Dictionary

Revision as of 16:46, 24 July 2017 by Bio man (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MapReduce is a programming model and an associated implementation for processing and generating large data sets. Programs written in this functional style are automatically parallelized and executed on a large cluster of commodity machines. This allows programmers without any experience with parallel and distributed systems to easily utilize the resources of a large distributed system.