About 43,200,000 results
Open links in new tab
  1. What is MapReduce? - IBM

    What is MapReduce? MapReduce is a programming model that uses parallel processing to speed large-scale data processing. MapReduce enables massive scalability across hundreds or …

  2. MapReduce - Wikipedia

    MapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel and distributed algorithm on a cluster. [1][2][3]

  3. MapReduce Architecture - GeeksforGeeks

    Aug 4, 2025 · MapReduce Architecture is the backbone of Hadoop’s processing, offering a framework that splits jobs into smaller tasks, executes them in parallel across a cluster, and …

  4. What is MapReduce? Introduction, Features, & Uses

    Nov 28, 2025 · MapReduce is a programming model used for processing large data sets across a distributed system of computers. Developed by Google, it allows for efficient, scalable, and …

  5. Understanding MapReduce | Databricks

    MapReduce is a Java-based, distributed execution framework within the Apache Hadoop Ecosystem. It takes away the complexity of distributed programming by exposing two …

  6. MapReduce 101: What It Is & How to Get Started | Talend

    What is MapReduce? MapReduce is a programming model or pattern within the Hadoop framework that is used to access big data stored in the Hadoop File System (HDFS). It is a …

  7. What Is MapReduce? Meaning, Working, Features, and Uses

    Dec 19, 2023 · MapReduce works as a programming model in the Hadoop architecture where larger chunks of data are split and parallelly processed in a distributed manner across the …

  8. What is MapReduce - Meaning, Architecture & Scope - Intellipaat

    Aug 28, 2025 · MapReduce is the processing engine of the Apache Hadoop that was directly derived from the Google MapReduce. The MapReduce application is written basically in Java.

  9. Mapreduce Tutorial: Everything You Need To Know - Simplilearn

    Jun 19, 2025 · MapReduce is the process of making a list of objects and running an operation over each object in the list (i.e., map) to either produce a new list or calculate a single value …

  10. What Is MapReduce? - Coursera

    May 5, 2025 · MapReduce is a programming model designed for big data. It processes different pieces in parallel, breaking down big data tasks into smaller chunks, which makes it …