tree: f8f071762b469994359a9a103d79f0a56d9f4192 [path history] [tgz]
  1. .ssh/
  2. .env
  3. docker-compose.yaml
  4. docker-config
  5. Dockerfile
  6. ps.sh
  7. README.md
  8. start.sh
  9. stop.sh
hadoop-ozone/dist/src/main/compose/ozonescripts/README.md

start-ozone environment

This is an example environment to use/test ./sbin/start-ozone.sh and ./sbin/stop-ozone.sh scripts.

There are ssh connections between the containers and the start/stop scripts could handle the start/stop process similar to a real cluster.

To use it, first start the cluster:

docker-copmose up -d

After a successfull startup (which starts only the ssh daemons) you can start ozone:

./start.sh

Check it the java processes are started:

./ps.sh