About 736,000 results
Open links in new tab
  1. Apache Hadoop - Wikipedia

    The Hadoop distributed file system (HDFS) is a distributed, scalable, and portable file system written in Java for the Hadoop framework. A Hadoop instance is divided into HDFS and …

  2. HDFS (Hadoop Distributed File System) - GeeksforGeeks

    Aug 12, 2025 · HDFS (Hadoop Distributed File System) is the main storage system in Hadoop. It stores large files by breaking them into blocks (default 128 MB) and distributing them across …

  3. What is Hadoop Distributed File System (HDFS)? | IBM

    Hadoop Distributed File System (HDFS) is a file system that manages large data sets that can run on commodity hardware. HDFS is the most popular data storage system for Hadoop and can …

  4. What is Hadoop Distributed File System (HDFS) - Databricks

    HDFS (Hadoop Distributed File System) is the primary storage system used by Hadoop applications. This open source framework works by rapidly transferring data between nodes. …

    Missing:
    • wiki
    Must include:
  5. Apache Hadoop

    The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed …

    Missing:
    • wiki
    Must include:
  6. Abstract—The Hadoop Distributed File System (HDFS) is designed to store very large data sets reliably, and to stream those data sets at high bandwidth to user applications. In a large …

    Missing:
    • wiki
    Must include:
  7. A Detailed Guide to Hadoop Distributed File System (HDFS)

    Dec 12, 2022 · The Hadoop Distributed File System (HDFS) is defined as a distributed file system solution built to handle big data sets on off-the-shelf hardware. It can scale up a single Hadoop …

  8. Hadoop Distributed File System (HDFS) — A Complete Guide

    May 22, 2025 · HDFS stands for Hadoop Distributed File System, a core component of the Apache Hadoop ecosystem. It is a distributed storage system designed to store large volumes …

  9. Explain the Hadoop Distributed File System (HDFS

    Jul 23, 2025 · This article will delve into the architecture of HDFS, explaining its key components and mechanisms, and highlight the advantages it offers over traditional file systems.

  10. Hadoop Distributed File System - Dremio

    What is Hadoop Distributed File System? The Hadoop Distributed File System (HDFS) is a big data storage component of the Hadoop framework. Primarily used for storing and processing …