Back to course home
0% completed
Vote For New Content
"Design a distributed system that can store huge files (terabyte and larger). Th...
Amey Naik
Sep 25, 2021
"Design a distributed system that can store huge files (terabyte and larger). The system should be scalable, reliable, and highly available.
"
0
0
Comments
Comments
A
Amey Naik4 years ago
How is HDFS different from GFS? Looks like the goal for both of them is the same. Are they interchangeable?
A
Amey Naik4 years ago
never mind, I got the answer . HDFS is a variant and a simplified version of the Google File System (GFS). A lot of HDFS architectural decisions are inspired by GFS design. - HDFS is built around the idea that the most efficient data processing pattern is a write-once, ...
On this page