Versions Compared

Key

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

...

To run commands on your dozone cluster cluster please ssh into the datanode.

Code Block
docker-compose exec datanode bash

 

Now we can run oz command shell or corona. Here is an example of running corona 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
cd hadoop/bin
./hdfs corona -mode offline -validateWrites -numOfVolumes 1 -numOfBuckets 10 -numOfKeys 100

You can check the KSM UI to see the activity generated by corona.

http://localhost:9874/

While you are there, please check out the Ozone documentation.