0
37kviews
Explain HDFS Diagram architecture with diagram
1 Answer
written 7.4 years ago by |
The Hadoop Distributed File System (HDFS) is designed to provide a fault-tolerant file system designed to run on commodity hardware. The primary objective of HDFS is to store data reliably even in the presence of failures including Name Node failures, Data Node failures and network partitions.
HDFS uses a master/slave …