About 30,100 results
Open links in new tab
  1. 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] A MapReduce program is …

  2. What is Mapreduce? - Databricks

    MapReduce is a programming model for processing large datasets in parallel by splitting work into a Map phase that transforms data and a Reduce phase that aggregates the results. MapReduce was …

  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 merges results.

  4. MapReduce Tutorial - Apache Hadoop

    Overview Hadoop MapReduce is a software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) in-parallel on large clusters (thousands of nodes) of …

  5. MapReduce Data Flow The map component of a MapReduce job typically parses input data and distills it down to some intermediate result. The reduce component of a MapReduce job collates these …

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

    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). The map function takes input, pairs, processes, and …

  7. MapReduce - Introduction - Online Tutorials Library

    MapReduce is a programming model for writing applications that can process Big Data in parallel on multiple nodes. MapReduce provides analytical capabilities for analyzing huge volumes of complex …

  8. MapReduce Algorithm | Baeldung on Computer Science

    Mar 18, 2024 · Learn about MapReduce, a widely used algorithm due to its capability of handling big data effectively and achieving high levels of parallelism in cluster environments.

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

    Feb 16, 2026 · The MapReduce Tutorial gives you a clear understanding of what is MapReduce, MapReduce architecture, workflow, and its use case. Read on to know more!

  10. What is MapReduce? - IBM

    MapReduce is a programming model that uses parallel processing to speed large-scale data processing and enables massive scalability across servers.