Versions Compared

Key

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

...

The Myriad environment is established by running an initial application for the resource manager. This initial application name is specified in the yarn-site.xml file with the the yarn.resourcemanager.hostname property and the value, <app-name>ID>.<framework>.mesos.

For example, if the value of  yarn.resourcemanager.hostname property is rm.marathon.mesos:

  • rmThe ID given to the Resource Manager when launched using Marathon. Mesos-DNS constructs the Resource Manager hostname using the ID.
  • marathon - The Myriad Mesos framework

If you are using Marathon, launch Marathon and run an initial Resource Manager application. See Starting Resource Manager for more information.

...