mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
569 B
569 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| intro | Nomad vs. YARN | vs-other-yarn | Comparison between Nomad and Hadoop YARN |
Nomad vs. Hadoop YARN
YARN, or Yet Another 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.