Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction to the 1---Hadoop system of hadoop Learning Notes

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

1 、 Namenode

Daemon for HDFS

How the file is divided into blocks when recording, and on which nodes these blocks are stored

Centralized management of memory and Icano

It is a single point, and failure will cause the cluster to crash.

2 、 Secondary Namenode

Secondary daemon that monitors the status of HDFS

Each cluster has one.

Communicate with NameNode to save HDFS metadata snapshots regularly

When NameNode fails, it can be used as a backup NameNode.

3 、 DataNode

Each slave server runs one

Responsible for reading and writing HDFS blocks to the local file system

4 、 JobTracker

Daemon for processing jobs (user submitted code)

Decide which files are involved in the processing, then cut the task and assign nodes

Monitor task and restart failed task (at different points)

There is only one JobTracker per cluster, which is located on the Master node

5 、 TaskTracker

Located on the slave node, combined with datanode (principles of code and data)

Manage task on their respective nodes (assigned by jobtracker)

There is only one tasktracker per node, but a tasktracker can start multiple JVM to execute map or reduce tasks in parallel

Interact with jobtracker

1. 6, Master and Slave

Master:Namenode 、 Secondary Namenode 、 jobtracker . Browser (for viewing the management interface), other Hadoop tools

Slave:Tasktracker 、 Datenode

Master is not the only one

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report