Versions Compared

Key

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

The simplest way There are several ways to try out Ozone. The following is a list of different ways 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 run the  built-in load generator for Ozone to make sure that your cluster is fully functional.

Code Block
languagebash
themeRDark
titleFreon
ozone freon rk

Freon is a load generator for Ozone and you can 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

it out starting from the simplest to a full scale cluster.


If you are new to ozone, the best way to navigate might be to follow the navigation bar below. It takes you on an ozone journey from novice to an ozone ninjaThank you for trying out Ozone cluster.

Progress Bar Container
step1
Progress Bar - Hyperlink Step
titleEvaluate Ozone
urlEvaluate Try out Ozone
Progress Bar - Hyperlink Step
titleStep2Running via Docker Hub
urlRunning via DockerHub
Progress Bar - Hyperlink Step
titleStep3Running via Apache Release
urlRunning via Apache Release
Progress Bar - Hyperlink Step
titleStep4urlDownloading Sources
Progress Bar - Hyperlink Step
titleStep5
urlBuilding Downloading Sources
Progress Bar - Hyperlink Step
titleStep6Single Node Deployment
urlSingle Node Deployment
Progress Bar - Hyperlink Step
titleStep7Multi Node Ozone Cluster
urlMulti Node Ozone Cluster

...