Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

04 Concurrency

❯

01 Concept

❯

MapReduce

MapReduce

Feb 10, 20261 min read

  • concurrency
  • data-parallelism
  • mapreduce

MapReduce

← Back to Data Parallelism

A programming model for processing large datasets in parallel across a distributed cluster. Data is distributed, processed in parallel (map phase), shuffled by key, and combined (reduce phase). The framework handles distribution, fault tolerance, and scheduling.

Key Properties

  • Distribute Data Process in Parallel Combine Results

concurrency data-parallelism mapreduce


Graph View

  • MapReduce
  • Key Properties

Backlinks

  • Data Parallelism
  • Distribute Data Process in Parallel Combine Results
  • Apache Hadoop

Created with Quartz v4.5.2 © 2026

  • GitHub