Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • YARN running as a Mesos Framework, with resource manager and node managers running inside Mesos containers.
  • YARN clusters running on Mesos that can allocate resources in one of the following ways:
    • Static - Administrators can use an API or a GUI to add or remove node managers or auxiliary services like the JobHistoryServer.
    • Fine-grained - Administrators can provision thin node managers that are dynamically resized based on application demand.
  • High Availability (HA) and graceful restart of YARN daemons.
  • Ability to launch multiple YARN cluster clusters on the same set of nodes.
  • Support for YARN FairScheduler and all functionality such as hierarchical queues with weights. 
  • Ability to deploy YARN Resource Manager using Marathon. This feature leverages Marathon's dynamic scheduling, process supervision, and integration with service discovery (Mesos-DNS). 
  • Ability to run MapReduce v2 and associated libraries such as Hive, Pig, and Mahout.

...