Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update titles to be consistent with other scenarios.

...

  1. Running ./gradlew build.
  2. Copying the Myriad Scheduler and files to your YARN classpath.
  3. Modifying the Myriad default configuration file (myriad-config-default.yml).
  4. Modifying the YARN XML file (yarn-site.xml).
  5. Creating the tarball.

 

Step 1:

...

Build Myriad

From the project root, build Myriad with the following command:

Code Block
./gradlew build

 

Step 2:

...

Deploy Myriad

...

Files

Copy the Myriad Scheduler and Executor jar files and the Myriad configuration, myriad-config-default.yml, file into your YARN classpath:

...