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

 

Wipe pseudo-cluster state

Remove the following directories to wipe the Ozone pseudo-cluster state.


Info

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



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


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

...