tree: 61fe32ac6b6f83bc8f1edd02590ff5d92be2e836 [path history] [tgz]
  1. common/
  2. ozone/
  3. ozone-csi/
  4. ozone-ha/
  5. ozone-mr/
  6. ozone-om-ha/
  7. ozone-om-ha-s3/
  8. ozone-topology/
  9. ozoneblockade/
  10. ozones3-haproxy/
  11. ozonescripts/
  12. ozonesecure/
  13. ozonesecure-mr/
  14. ozonesecure-om-ha/
  15. upgrade/
  16. README.md
  17. test-all.sh
  18. test-single.sh
  19. 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.