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

Hadoop goes deep into practical classics-lecture 02

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

Share

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

Source: Tongtong Learning_Knowledge Learning and Sharing Platform

Reprint link: www.tongtongxue.com/archives/220.html

The Core of Hadoop

HDFS: Hadoop Distributed File System

MapReduce: Parallel Computing Framework

Yarn: Cluster Resource Management and Scheduling Framework

What is Hadoop?

Distributed Storage, Computing, Resource Management Platform for Big Data

Written by Doug Cutting

Inspired by three Google papers

Hadoop ecosystem

HDFS

master-slave structure

There is only one master node: namenode.

There are many: datanodes

namenode is responsible for:

Receive user operation request

Maintain directory structure of file system

Manage the relationship between files and blocks, between blocks and datanodes

DataNode is responsible for:

storage file

Files are stored in blocks on disk

To keep your data safe, there are multiple copies of your file.

Yarn

MapReduce under Yarn

master-slave structure

Master node, only one: ResourceManager

Control nodes, each Job has an MRAppMaster

From the node, there are many: YarnChild

ResourceManager is responsible for:

Receive computing tasks submitted by customers

Assign jobs to MRAppMaster for execution

Monitor MRAppMaster performance

MRAppMaster is responsible for:

Responsible for scheduling tasks performed by a Job

Assign Job to YarnChild Execution

Monitor YarnChild implementation

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