- 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.
- Python 3破冰人工智能:從入門到實(shí)戰(zhàn)
- HTML5入門經(jīng)典
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- Java并發(fā)編程之美
- 一步一步跟我學(xué)Scratch3.0案例
- ActionScript 3.0從入門到精通(視頻實(shí)戰(zhàn)版)
- Unity Android Game Development by Example Beginner's Guide
- 分布式架構(gòu)原理與實(shí)踐
- WCF技術(shù)剖析(卷1)
- Linux Networking Cookbook
- Django 2.0 入門與實(shí)踐
- Python Business Intelligence Cookbook
- 軟件測(cè)試