- Apache Hadoop 3 Quick Start Guide
- Hrishikesh Vijay Karambelkar
- 273字
- 2021-06-10 19:18:40
Resource Manager
Resource Manager is a key component in the YARN ecosystem. It was introduced in Hadoop 2.X, replacing JobTracker (MapReduce version 1.X). There is one Resource Manager per cluster. Resource Manager knows the location of all slaves in the cluster and their resources, which includes information such as GPUs (Hadoop 3.X), CPU, and memory that is needed for execution of an application. Resource Manager acts as a proxy between the client and all other Hadoop nodes. The following diagram depicts the overall capabilities of Resource Manager:

YARN resource manager handles all RPC such as services that allow clients to submit their jobs for execution and obtain information about clusters and queues and termination of jobs. In addition to regular client requests, it provides separate administration services, which get priorities over normal services. Similarly, it also keeps track of available resources and heartbeats from Hadoop nodes. Resource Manager communicates with Application Masters to manage registration/termination of an Application Master, as well as checking health. Resource Manager can be communicated through the following mechanisms:
- RESTful APIs
- User interface (New Web UI)
- Command-line interface (CLI)
These APIs provide information such as cluster health, performance index on a cluster, and application-specific information. Application Manager is the primary interacting point for managing all submitted applications. YARN Schedule is primarily used to schedule jobs with different strategies. It supports strategies such as capacity scheduling and fair scheduling for running applications. Another new feature of resource manager is to provide a fail-over with near zero downtime for all users. We will be looking at more details on resource manager in Chapter 5, Building Rich YARN Applications on YARN.
- Java編程全能詞典
- 高效能辦公必修課:Word圖文處理
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時代不能不說的事
- Hands-On Internet of Things with MQTT
- 數(shù)據(jù)挖掘實用案例分析
- AWS Administration Cookbook
- Learning C for Arduino
- 嵌入式操作系統(tǒng)
- 學會VBA,菜鳥也高飛!
- Docker on Amazon Web Services
- 氣動系統(tǒng)裝調與PLC控制
- 單片機技能與實訓
- Pentaho Analytics for MongoDB
- 計算機組成與操作系統(tǒng)
- Mastering Exploratory Analysis with pandas