- Apache Spark 2.x for Java Developers
- Sourav Gulati Sumit Kumar
- 154字
- 2021-07-02 19:01:52
NameNode
The NameNode is responsible for managing the metadata of the HDFS cluster, such as lists of files and folders that exist in a cluster, the number of splits each file is divided into, and their replication and storage at different DataNodes. It also maintains and manages the namespace and file permission of all the files available in the HDFS cluster. Apart from bookkeeping, NameNode also has a supervisory role that keeps a watch on the replication factor of all the files and if some block goes missing, then it issue commands to replicate the missing block of data. It also generates reports to ascertain cluster health. It is important to note that all the communication for a supervisory task happens from DataNode to NameNode; that is, DataNode sends reports (block reports) to NameNode and it is then that NameNode responds to them by issuing different commands or instructions as the need may be.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Architecting the Industrial Internet
- Java 9 Programming Blueprints
- Raspberry Pi for Secret Agents(Third Edition)
- C語言課程設計
- 深度學習:Java語言實現
- Android玩家必備
- Linux Shell核心編程指南
- 詳解MATLAB圖形繪制技術
- 輕松上手2D游戲開發:Unity入門
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Creating Data Stories with Tableau Public
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Magento 2 Beginners Guide
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)