DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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 login for cluster running user
Using Streaming OODT
The following sections describe how to install, setup and use S-OODT.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
# 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 |
...