Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

In order to install and run S-OODT the following items are reuired to be configured on your cluster before you install. 

Required Packages for Mesos (Ubuntu Package Names):

  • Development Python (python-devel)
  • Python Amazon Web Services Interface (python-boto)
  • Lib Curl (libcurl4-nss-dev)
  • Lib ASL (libasl2-dev)

Required software:

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

Required environment variables:

  • M2_HOME
  • JAVA_HOME

Required Linux Settings:

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

Using Streaming OODT

The following sections describe how to install, setup and use S-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

 

...