- Hadoop Real-World Solutions Cookbook(Second Edition)
- Tanmay Deshpande
- 64字
- 2021-07-09 20:02:49
Introduction
In the previous chapter, we discussed the installation and configuration details of a Hadoop cluster. In this chapter, we are going to explore the details of HDFS. As we know, Hadoop has two important components:
- Storage: This includes HDFS
- Processing: This includes Map Reduce
HDFS takes care of the storage part of Hadoop. So, let's explore the internals of HDFS through various recipes.