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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Two key components of HDFS

A
  • NameNode for metadata
  • DataNode for block storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

NameNode

A
  • The NameNode coordinates operations
  • Keeps track of file name, location in directory, etc.
  • Mapping of contents on DataNode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DataNode

A
  • DataNode stores file blocks
  • Listens to NameNode for block creation, deletion, replication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly