HDFS Design Concepts 1
HDFS is a distributed file system implemented on Hadoop’s framework designed to store vast amount of data on low cost commodity hardware and ensuring high speed process on data. Hadoop Distributed File System design is based on the design of Google File System. It’s notion is “Write Once Read Multiple times”. Below are the main objectives of HDFS. HDFS Objectives ? Able to store vast amount of data probably in […]