Grokking the System Design Interview, Volume II
0% completed
Hadoop Distributed File System: Introduction
Goal
A busy web service can fill gigabytes of log lines a day, from one server alone. Multiply that by thousands of servers running for years, and the logs no longer fit on one machine. In this chapter, we design the system built to hold data at that scale. It stores files a terabyte and larger. It has to stay scalable, reliable, and highly available while it does that.
What is Hadoop Distributed File System (HDFS)?
HDFS is a distributed file system built to store unstructured data. It stores huge files reliably, and streams them to user applications at high bandwidth.
.....
.....
.....
Like the course? Get enrolled and start learning!
A
Amey Naik
· 5 years ago
"Design a distributed system that can store huge files (terabyte and larger). The system should be scalable, reliable, and highly available.
"
Show 2 replies
Reading Progress
0%