website: YARN
This commit is contained in:
parent
9b7a6dc9ba
commit
1a755615d0
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: "intro"
|
||||
page_title: "Nomad vs. YARN"
|
||||
sidebar_current: "vs-other-yarn"
|
||||
description: |-
|
||||
Comparison between Nomad and Hadoop YARN
|
||||
---
|
||||
|
||||
# Nomad vs. Hadoop YARN
|
||||
|
||||
YARN, or Yet Another Resource Resource Negotiator, is a system in Hadoop
|
||||
for both resource management and job scheduling. It is used to allow multiple
|
||||
Hadoop frameworks like MapReduce and Spark to run on the same hardware.
|
||||
|
||||
Nomad is focused on both long-lived services and batch workloads, and
|
||||
is designed to be a platform for running large scale applications
|
||||
generally instead of specifically for Hadoop.
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</li>
|
||||
|
||||
<li<%= sidebar_current("vs-other-yarn") %>>
|
||||
<a href="/intro/vs/yarn.html">YARN</a>
|
||||
<a href="/intro/vs/yarn.html">Hadoop YARN</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("vs-other-custom") %>>
|
||||
|
|
Loading…
Reference in New Issue