YARN

E185672

YARN (Yet Another Resource Negotiator) is Hadoop’s cluster resource management and job scheduling framework that coordinates and allocates system resources for distributed data processing applications.

All labels observed (3)

Label Occurrences
YARN canonical 7
Hadoop YARN 2
Hadoop MapReduce v1 JobTracker 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Hadoop component
cluster resource management framework
job scheduling framework
allocates CPU resources
disk resources
memory resources
network resources
designedFor large-scale distributed systems
developedBy Apache Software Foundation
fullName Yet Another Resource Negotiator
hasComponent ApplicationMaster
Container
NodeManager
ResourceManager
introducedIn Apache Hadoop 2.x
linked to: Hadoop
license Apache License 2.0
partOf Apache Hadoop ecosystem
linked to: Hadoop
programmingLanguage Java
replaces Hadoop MapReduce v1 JobTracker
Hadoop MapReduce v1 TaskTracker
linked to: ApplicationMaster
roleOfApplicationMaster application-level scheduling
roleOfNodeManager node-level resource management
roleOfResourceManager cluster-level resource arbitration
runsOn commodity hardware clusters
supports batch processing
graph processing
interactive processing
machine learning workloads
stream processing
supportsFeature FIFO scheduler
capacity scheduler
fair scheduler
high availability for ResourceManager
preemption (in some schedulers)
resource isolation via containers
resource queues
security via Kerberos
supportsFramework Apache Flink
Apache Hive on Tez
linked to: Apache Tez

Apache Pig on Tez
Apache Spark
Apache Storm (via integration)
linked to: Apache Storm

Apache Tez
MapReduce
usedFor cluster resource management
distributed data processing
job scheduling
multi-tenant cluster sharing

How these facts were elicited

Referenced by (10)

Full triples — surface form annotated when it differs from this entity's canonical label.

Hadoop hasComponent YARN
Apache Spark canRunOn Hadoop YARN
linked to: YARN
Yet Another Resource Negotiator replaces Hadoop MapReduce v1 JobTracker
linked to: YARN
Apache Hive runsOn Hadoop YARN
linked to: YARN
HDFS compatibleWith YARN