List of Pages in Category YARN (38 pages)
YARN (Yet Another Resource Negotiator)
A general architecture for running distributed applications. YARN specifies the following components:
- ResourceManager - A master daemon that authorizes submitted jobs to run, assigns an ApplicationMaster to them, and enforces resource limits.
- ApplicationMaster - A supervisory task that requests the resources needed for executor tasks. An ApplicationMaster runs on a different NodeManager for each application. The ApplicationMaster requests containers, which are sized by the resources a task requires to run.
- NodeManager - A worker daemon that launches and monitors the ApplicationMaster and task containers.
- JobHistory Server - Keeps track of completed applications.
The ApplicationMaster negotiates with the ResourceManager for cluster resources—described in terms of a number of containers, each with a certain memory limit—and then runs application-specific processes in those containers. The containers are overseen by NodeManagers running on cluster nodes, which ensure that the application does not use more resources than it has been allocated.
MapReduce v2 (MRv2) is implemented as a YARN application.
*
C
- Cluster Utilization Reports
- Configuring Oozie
- Configuring Spark on YARN for Long-Running Applications
- Configuring Sqoop 2
- Configuring the Fair Scheduler
- Configuring TLS/SSL for HDFS, YARN and MapReduce
- Configuring YARN Security
D
E
I
J
M
- Managing YARN
- Managing YARN (MRv2) and MapReduce (MRv1)
- MapReduce (MRv1) and YARN (MRv2) High Availability
- MapReduce 2.0 (YARN)
- Migrating from MapReduce (MRv1) to MapReduce (MRv2)
- Monitoring YARN Applications
N
R
- REQUEST_POOL Query Option
- RESERVATION_REQUEST_TIMEOUT Query Option (CDH 5 only)
- Resource Management for Impala
- ResourceManager Metrics
- Running Spark Applications on YARN
S
- Setting HADOOP_MAPRED_HOME
- Setting HADOOP_MAPRED_HOME
- Step 16: Configure Either MRv1 Security or YARN Security
- Step 2: Verify User Accounts and Groups in CDH 5 Due to Security
T
V
W
Y
© 2016 Cloudera, Inc. All rights reserved | ||
Terms and Conditions Privacy Policy |