Versions Compared

Key

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

Ozone is an object store for Hadoop. It is a redundant, distributed objectstore build by leveraging primitives present in HDFS. Ozone supports RESTAPI for accessing the store.

Ozone is a work in progress and currently in alpha state. To test it you needto build if from the source code or use Hadoop version higher than 3.1.

Getting started

To run an Ozone cluster you have multiple option:

  1. Use prebaked docker images from the dockerhub (no build is required, but these images are not from the Apache Hadoop project)

  2. Build a new Ozone cluster from the source code and start a cluster with docker (also useful for development)
  3. Build new Ozone cluster from the source code and start it with the startup scripts without docker.

Additional information

...

To follow the progress of Ozone development you can check the JIRA dashboard

...

All the discussions/substasks/original design documents are available from the feature branch jira:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHDFS-7240

...

Moved to: Contributing to Ozone