Hadoop Distributed File System and Google File System
Learn what GFS and HDFS are. Look into the requirements and the architecture of GFS.
We'll cover the following...
We'll cover the following...
Note: The basic design principles are similar for these two systems, with some small differences.
The core requirements of distributed file systems are as follows:
Fault tolerance
The system should continue to function despite any node failures.
Scalability
The system should be able to scale to huge volumes of stored information. ...