This is an old revision of the document!
Table of Contents
HDFS (HaDoop File System)
HDFS is one of utils that included at Hadoop framework.
- HDFS knows to handle large file (Ex. 1ptb) and split it to Data blocks and distrebute it over Cluster.
- HDFS Master / Slaves architecture
Tools
Nodes
Data world
- Name node - FS Ops, Block Mapping
- Secondary name node - Checkpoint Ops
- Data node - Block Ops, Replications