Versions Compared

Key

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

Inregration Integration with Yarn YARN supports scheduling and running Apache Ignite nodes in a YARN cluster.
YARN is a resource negotiator which provides a general runtime environment providing all the essentials to deploy, run and manage distributed applications. Its resource manager and isolation helps getting the most out of servers.
For information about YARN refer to http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html

...

  • Client downloads ignte distributive, puts necessary resources to HDFS, creates the necessary context for launching the task,  runs launches the ApplicationMaster process.
  • Application master.  Once registration is successful the component will begin requesting of resource from Resource Manager to utilize resources for Apache Ignite nodes. The Application Master will maintain the Ignite cluster at desired total resources level (CPU, memory, etc.).
  • Container - the entity that runs Ignite Node on slaves.

...