Versions Compared

Key

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

Table of Contents

Starting and Starting Myriad

To start Myriad, run the YARN daemon from the command line:

Code Block
yarn-daemon.sh start resourcemanager

 

To shut down Myriad, run the YARN daemon from the command line:

Code Block
yarn-daemon.sh stop resourcemanager

 

Alternatively, start and stop Myriad from the Marathon UI. See Marathon: Application Basics for more information. For example, create an application to start the Resource Manager:

Code Block
 cd hadoop-2.7.1/sbin && yarn-daemon.sh start resourcemanager

 

Launching the Myriad Environment

...