tree: a0be3e457a301859b51feecf7d67cf7341f00a1a [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
  10. test.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-compose up -d

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

./start.sh

Check it the java processes are started:

./ps.sh