Versions Compared

Key

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

...

The Myriad Schedule and Executer jar files and all the runtime dependences as well as the Myriad configuration file must be copied to $YARN_HOME.

 

  • The Myriad Scheduler jar files and all the runtime dependencies are located at:
Code Block
/vagrant/myriad-scheduler/build/libs/*

 

 

  • The Myriad configuration file is located at:
Code Block
/vagrant/myriad-scheduler/src/main/resources/myriad-config-default.yml
  • The Myriad Executor jar file are located at:
Code Block
/vagrant/myriad-scheduler/build/libs/myriad-executor-0.0.1.jar

 

 

Copy these Myriad Scheduler and Executer files to $YARN_HOME/share/hadoop/yarn/lib/. The default $YARN_HOME is /usr/local/hadoop/.

...