tree: f43815652d56c007974e2ce7e59ceab693281f22 [path history] [tgz]
  1. common/
  2. failing1/
  3. failing2/
  4. ozone/
  5. ozone-csi/
  6. ozone-ha/
  7. ozone-mr/
  8. ozone-om-ha/
  9. ozone-om-ha-s3/
  10. ozone-om-prepare/
  11. ozone-topology/
  12. ozoneblockade/
  13. ozones3-haproxy/
  14. ozonescripts/
  15. ozonesecure/
  16. ozonesecure-mr/
  17. ozonesecure-om-ha/
  18. upgrade/
  19. README.md
  20. test-all.sh
  21. test-single.sh
  22. testlib.sh
hadoop-ozone/dist/src/main/compose/README.md

Docker cluster definitions

This directory contains multiple docker cluster definitions to start local pseudo cluster with different configuration.

It helps to start local (multi-node like) pseudo cluster with docker and docker-compose and obviously it's not for production.

You may find more information in the specific subdirectories but in generic you can use the following commands:

Usage

To start a cluster go to a subdirectory and start the cluster:

docker-compose up -d

You can check the logs of all the components with:

docker-compose logs

In case of a problem you can destroy the cluster an delete all the local state with:

docker-compose down

(Note: a simple docker-compose stop may not delete all the local data).

You can scale up and down the components:

docker-compose scale datanode=5

Usually the key webui ports are published on the docker host.