About 2,680,000 results
Open links in new tab
  1. 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 multiple low …

  2. HDFS Architecture Guide - Apache Hadoop

    May 18, 2022 · The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware. It has many similarities with existing distributed file systems.

  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 be used to …

  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. It's often used by …

  5. 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 cluster, thousands of …

  6. HDFS provides high throughput access to application data and is suitable for applications that have large datasets. HDFS relaxes a few POSIX requirements to enable streaming access to file system …

  7. Hadoop - HDFS Overview - Online Tutorials Library

    Hadoop File System was developed using distributed file system design. It is run on commodity hardware. Unlike other distributed systems, HDFS is highly faulttolerant and designed using low-cost …

  8. 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 MapReduce.

  9. Hadoop Distributed File System (HDFS) - TechTarget

    Apr 19, 2024 · The Hadoop Distributed File System (HDFS) is the primary data storage system Hadoop applications use. It's an open source distributed processing framework for handling data processing, …

  10. 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 of structured, …