Versions Compared

Key

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

The simplest way to try out ozone is to run ozone via Docker. Apache publishes docker images of ozone to make it easy to try out ozone.

Code Block
languagebash
themeRDark
titleDockerHub
docker pull apache/ozone
docker-compose build
docker-compose up -d --scale datanode=3

At this point you have a running Ozone cluster with three data nodes. You can run standard Docker commands like ps to verify that you have  running cluster.

You can ssh into one of the running containers and try out various commands.

Code Block
languagebash
themeRDark
titlessh
docker-compose exec datanode bash


You can even try out some of the built-in load generator for Ozone. 

Code Block
languagebash
themeRDark
titleFreon
ozone freon rk

Freon is a load generator for Ozone and you quit running it via CTRL-C any time.


Once you have seen how to run the cluster, you can explore by running more commands and when you are down shut down the docker cluster by running

Code Block
languagebash
themeRDark
titleShutdown cluster
docker-compose down


Thank you for trying out Ozone cluster.

Div
classhome-banner

Multi-Page Journey

Introduction

...

Checklist

...


Progress Bar Container
step1
Progress Bar - Hyperlink Step
titleStep1
urlEvaluate Ozone
Progress Bar - Hyperlink Step
titleStep2
urlRunning via DockerHub
Progress Bar - Hyperlink Step
titleStep3
urlRunning via Apache Release
Progress Bar - Hyperlink Step
titleStep4
urlDownloading Sources
Progress Bar - Hyperlink Step
titleStep5
urlBuilding Sources
Progress Bar - Hyperlink Step
titleStep6
urlSingle Node Deployment
Progress Bar - Hyperlink Step
titleStep7
urlMulti Node Ozone Cluster

...