Versions Compared

Key

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

...

Required software:

  • Apache Maven 3.x
  • Java 7
  • GNU Compiler Tools (gcc, g++)
  • SVN

...

  • Allow all communications between cluster machines
  • Update thread/process ulimit to 4096
  • Setup 5GB RAM disk (for Tachyon)
  • Setup ssh-key logins login for cluster running user

Using Streaming OODT

...

Code Block
languagebash
titleRun Cluster Installation
# Add execute permission to scripts
chmod +x install.sh env-vars.sh deploy.sh
# Run installation (will take some time)
./install.sh
#NOTE: Bootstrap finished, use installed software at ${INSTALL_DIR}.
# Navigate to installed setup scripts
. env-vars.sh
cd ${INSTALL_DIR}/cluster-tools/setup

 

...