DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
For detailed design documentation please refer to: Streaming OODT
What is required for Streaming OODT?
...
- M2_HOME
- JAVA_HOME
Using Streaming OODT
The following sections describe how to install, setup and use S-OODT.
Cluster Installation
In order to install S-OODT, first make sure you have the required software. Then login to your head-node and perform the following steps. Note: Root user access should not be required.
```
mkdir tmp
cd tmp
svn export https://svn.apache.org/repos/asf/oodt/trunk/cluster-tools/setup/
cd setup/
vi hosts
mv env-vars.sh.tmpl env-vars.sh
chmod +x install.sh
mkdir /data/cluster-local/software (and all)
./install.sh
```