From 1a755615d0fc85fb6acb9b0ac761bc33b36f1d98 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sat, 19 Sep 2015 21:06:54 -0700 Subject: [PATCH] website: YARN --- website/source/intro/vs/yarn.html.md | 18 ++++++++++++++++++ website/source/layouts/intro.erb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 website/source/intro/vs/yarn.html.md diff --git a/website/source/intro/vs/yarn.html.md b/website/source/intro/vs/yarn.html.md new file mode 100644 index 000000000..b5a7d7adf --- /dev/null +++ b/website/source/intro/vs/yarn.html.md @@ -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. + diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index f3db5c99f..77e527ce0 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -38,7 +38,7 @@ > - YARN + Hadoop YARN >