2004

MapReduce: Simplified Data Processing on Large Clusters

Jeffrey Dean, Sanjay Ghemawat

citations

Cite Score

93

AI summary

This paper introduces MapReduce, a programming model and its implementation for efficient data processing on large clusters, achieving automatic parallelization, fault tolerance, and data distribution; it processes terabytes of data on thousands of machines; it simplifies large-scale computations with high performance on commodity PCs.

Main Contributions

  • Introduces the MapReduce programming model for simplified data processing.
  • Presents an implementation of the MapReduce interface achieving high performance on commodity PC clusters.
  • Enables automatic parallelization and distribution of large-scale computations.
  • Provides a fault-tolerant approach by using re-execution.
  • Demonstrates the effectiveness of MapReduce on large-scale computations, including indexing and sorting.

Abstract

MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real world tasks are expressible in this model, as shown in the paper. Programs written in this functional style are automatically parallelized and executed on a large cluster of commodity machines. The run-time system takes care of the details of partitioning the input data, scheduling the program's execution across a set of machines, handling machine failures, and managing the required inter-machine communication. This allows programmers without any experience with parallel and distributed systems to easily utilize the resources of a large distributed system. Our implementation of MapReduce runs on a large cluster of commodity machines and is highly scalable: a typical MapReduce computation processes many terabytes of data on thousands of machines. Programmers find the system easy to use: hundreds of MapReduce programs have been implemented and upwards of one thousand MapReduce jobs are executed on Google's clusters every day.

Citation Graph

Loading graph...

References [18]

Sort:
Filter:

L. G. Valiant - 1990

2 papers in library cite

E. Riedel, C. Faloutsos, G. Gibson, D. Nagle - 2001

1 paper in library cites

A. Baratloo, M. Karaul, Z. Kedem, P. Wyckoff - 1996

1 paper in library cites

R. A. Dusseau, E. Anderson, N. Treuhaft, D. Culler, J. Hellerstein, D. Patterson, K. Yelick - 1999

1 paper in library cites

A. Fox, S. Gribble, Y. Chawathe, E. Brewer, P. Gauthier - 1997

1 paper in library cites

L. Huston, R. Sukthankar, R. Wickremesinghe, M. Satyanarayanan, G. Ganger, E. Riedel, A. Ailamaki - 2004

1 paper in library cites

D. Thain, T. Tannenbaum, M. Livny - 2004

1 paper in library cites

J. Bent, D. Thain, A. A. Dusseau, R. A. Dusseau, M. Livny - 2004

1 paper in library cites

A. A. Dusseau, R. A. Dusseau, D. Culler, J. Hellerstein, D. Patterson - 1997

1 paper in library cites

R. Ladner, M. Fischer - 1980

1 paper in library cites

G. Blelloch - 1989

1 paper in library cites

Missing year

J. Gray

1 paper in library cites

Missing year

J. Wyllie

1 paper in library cites

S. Gorlatch - 1996

1 paper in library cites

Sanjay Ghemawat, H. Gobioff, S. Leung - 2003

1 paper in library cites

W. Gropp, E. Lusk, A. Skjellum - 1999

1 paper in library cites

L. Barroso, Jeffrey Dean, U. Holzle - 2003

1 paper in library cites

Cited by

4

papers in your library

Cites

0

papers in your library

Read

on August 1, 2025

Your review

Tags

Paper Aliases

No aliases