Home » , » HADOOP DISTRIBUTED FILE SYSTEM (HDFS) ARCHITECTURAL DOCUMENTATION

HADOOP DISTRIBUTED FILE SYSTEM (HDFS) ARCHITECTURAL DOCUMENTATION


HADOOP DISTRIBUTED FILE SYSTEM (HDFS) ARCHITECTURAL DOCUMENTATION


Contents
6       Use Cases
    6.1 Create
    6.2 Write 
    6.3 Read
    6.4 Complete

Executive Summary

This document captures the major architectural decisions in HDFS 0.21. The purpose of the document provide a guide to the overall structure of the HDFS code so that contributors can more effectively understand how changes that they are considering can be made, and the consequences of those changes.
The audience for this report is both contributors (who will use the document to gain an understanding of the structure of HDFS and its design rationale) and committers who will use the document to reason about future changes and who will update the document as the system evolves.

Popular Posts