Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update freon/location of the dist folder

...

This will give you a tarball in your distribution directory. Here is an example of the tarball that will be generated.

hadoop-ozone/dist/target/hadoop-project-dist-3.2ozone-0.3.0-SNAPSHOT.tar.gz


Start Cluster Using Docker

...

Code Block
languagebash
themeRDark
  cd $(git rev-parse --show-toplevel)/hadoop-ozone/dist/target/ozone-?.?.?*-SNAPSHOT/compose/ozone
  docker-compose up -d

...

Code Block
languagebash
themeRDark
  ozone freon -mode offlinerandomkeys -validateWrites -numOfVolumes=10 1 --numOfBuckets 10 --numOfKeys 100 10  --replicationType=RATIS --factor=THREE

You can check the OzoneManager UI to see the activity generated by coronafreon. The docker-compose configuration forwards port 9874 of the docker host to the OzoneManager web UI.

...