Versions Compared

Key

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

...

  1. Running ./gradlew build.
  2. Copying the Myriad Scheduler jar files in your YARN classpath.
  3. Placing the Myriad Executor jar files in HDFS.
  4. Configuring Modifying the Myriad default configuration file (myriad-config-default.yml).
  5. Configuring Modifying the YARN XML file (yarn-site.xml).
  6. Creating the tarball.

 

Step 1: Run gradlew build

...

Edit the /opt/hadoop/etc/hadoop/myriad-config-default.yml file to configure the default parameters. See the sample Myriad configuration file for more information. To enable remote binary distribution, you must set the following options:

HTML CommentXREF: For a standard configuration, see [myriad-configuration]({{site.baseurl}}/docs/myriad-configuration-properties/myriad-configuration.md). 

Code Block
frameworkSuperUser: admin              # Must be root or have passwordless sudo on all nodes!
frameworkUser: hduser                  # Should be the same user running the resource manager.
                                       # Must exist on all nodes and be in the 'hadoop' group
executor: 
nodeManagerUri: hdfs://namenode:port/dist/hadoop-2.7.0.tar.gz 
path: hdfs://namenode:port/dist/myriad-executor-runnable-0.0.1.jar
yarnEnvironment: 
YARN_HOME: hadoop-2.7.0                # This should be relative if nodeManagerUri is set

...

You can now start the resource manager and attempt to flexup or flexdown the cluster! . See the Myriad Cluster API for more information.