Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

~/apache/hadoop/hadoop-dist/target/hadoop-project-dist-3.2.0-SNAPSHOT.tar.gz

...

Code Block
  cd $(git rev-parse --show-toplevel)/devhadoop-supportdist/composetarget/ozone-0.2.1-SNAPSHOT/compose
  docker-compose up -d

For more docker-compose commands, please check the end of the Getting started with docker guide

...

Alternatively, you can try running freon, the load generator for ozone. The following command creates a volume, ten buckets and writes one hundred keys to each bucket using corona.

Code Block
  hdfsozone freon -mode offline -validateWrites -numOfVolumes 1 -numOfBuckets 10 -numOfKeys 100

...