Versions Compared

Key

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

...

Code Block
languagebash
  bin/ozone scm -init
  bin/ozone --daemon start scm
  bin/ozone om -createObjectStore
  bin/ozone --daemon start om
  bin/ozone --daemon start datanode

 

...

Run Ozone Commands

Once you have ozone running you can use these Ozone shell commands to create a volume, bucket and keys.

Clean up your Dev Environment

Remove the following directories to wipe the Ozone pseudo-cluster state. This will also delete all user data (volumes/buckets/keys) you added to the pseudo-cluster.

Code Block
rm -fr /tmp/ozone
rm -fr /tmp/hadoop-${USER}*

...

Info

Note: This will also wipe state for any running HDFS services.

Run Ozone Commands

...

.