Versions Compared

Key

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

...

To setup YARN/Hadoop inside VM, run the following YARN setup shell files:

1. Run the first yarn YARN setup shell command from the vagrant directory to create a user hduser in group hadoop. Be sure to remember the password that you provide for this user.

Code Block
 cd /vagrant
./setup-yarn-1.sh

 

2. Run the second yarn YARN setup shell command as sudo.

...

  1. Create a new myriad directory.
  2. Clone the Myriad GitHub.
  3. Pull the contents to the new directory.

 

Configuring Myriad

Configuring To configure the Myriad involves:

...

Step 1: Build Myriad

To build the Myriad Scheduler inside a VM, run the gradlew build:

...