Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated directory name for executer

...

  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: Run gradlew build

...

Code Block
./gradlew build

 

Step 2: Copy Myriad Scheduler and

...

Executor Files

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

Code Block
cp myriad-scheduler/build/libs/*.jar /opt/hadoop-2.7.1/share/hadoop/yarn/lib/
cp myriad-schedulerexecutor/build/libs/myriad-executor-0.0.1.jar /opt/hadoop-2.7.1/share/hadoop/yarn/lib/
cp myriad-scheduler/build/src/main/resources/myriad-config-default.yml /opt/hadoop-2.7.1/share/hadoop/yarn/lib/
 

...