Hadoop Yarn Core Concepts

Source: Internet
Author: User

The fundamental idea of YARN was to split the major responsibilities of the Jobtracker-that are, resource management and Job Scheduling/monitoring-into Separate

DAEMONS:A Global ResourceManager and a per-application applicationmaster (AM).

The ResourceManager and Per-node Slave, the NodeManager (NM), form the new,

and generic,operating system for managing applications in a distributed manner.

The NodeManager is the Per-machine slave, which are responsible for launching the

Applications ' containers, monitoring their resource usage (CPU, memory, disk, network), and reporting the same to the Reso Urcemanager.

The applicationmaster is, in effect, an instanceof a framework-specific Libraryand are responsible for negotiating resource s from the ResourceManager and working with the NodeManager (s) to

Execute and monitor the containers and their resource consumption. It has the responsibility of negotiating for appropriate resource containers from the ResourceManager,

Tracking their status, and monitoring progress.

Hadoop Yarn Core Concepts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.