HDFS Flashcards
1
Q
HDFS (Hadoop Distributed File System)
A
Foundation for Hadoop Ecosystem:
- Scalability
- Reliability (Replication for fault tolerance and Customized reading to handle variety of file types)
2
Q
Two key components of HDFS
A
- NameNode for metadata
- DataNode for block storage
3
Q
NameNode
A
- The NameNode coordinates operations
- Keeps track of file name, location in directory, etc.
- Mapping of contents on DataNode.
4
Q
DataNode
A
- DataNode stores file blocks
- Listens to NameNode for block creation, deletion, replication