Getting Started

Easy Start

You can try out Ozone using docker hub without downloading the official release. This makes it easy to explore Ozone.

Starting ozone inside a single container

The simplest and easiest way to start an ozone cluster to explore what it can do is to start ozone via docker.

Ozone In Docker

Recommended

Apache Ozone can also be run from the official release packages. Along with the official source releases, we also release a set of convenience binary packages. It is easy to run these binaries in different configurations.

Ozone on a physical cluster

Ozone is designed to work concurrently with HDFS. The physical cluster instructions explain each component of Ozone and how to deploy with maximum control.

On-Prem Ozone Cluster

Getting Started - 图3

Ozone on K8s

Ozone is designed to work well under Kubernetes. These are instructions to deploy Ozone on K8s. Ozone provides a replicated storage solution for K8s based apps.

Kubernetes

Ozone using MiniKube

Ozone comes with a standard set of K8s resources. You can deploy them to MiniKube and experiment with the K8s based deployments.

Getting Started - 图5

Ozone cluster in Local Node

We also ship standard docker files with official release. These are part of official release and not depend upon Docker Hub.

Hadoop Ninja

Instructions to build Ozone from source to create deployment packages.

Building From Sources

If you are a Hadoop ninja, and wise in the ways of Apache, you already know that a real Apache release is a source release. We believe that even ninjas need help at times.