Ozone is a distributed key-value store that can efficiently manage both small and large files alike. While HDFS provides POSIX-like semantics, Ozone looks and behaves like an Object Store.
This series of articles will help you get started contributing to the Apache Hadoop Ozone project.
Ozone is a distributed key-value store designed to scale to billions of objects and run on clusters of thousands of nodes
APIs as well as a Hadoop Compatible File System called OzoneFS.
To try it out, please download a release from Ozone website.
The following page describes your options: Try out Ozone
Ozone is a part of the Apache Hadoop project. The bug tracking system for Ozone is under the Apache Jira project named HDDS.
If you are familiar with contributing to Apache Hadoop, then you already know everything you need to know to start filing Ozone bugs and submitting patches.
If you have never contributed to Apache Hadoop before, then you may find it useful to read How To Contribute.
We welcome contributions of:
If you have any questions, please don't hesitate to contact dev@ozone.apache.org.
You can also interact with the community using GitHub Discussions
To follow the progress of Ozone development you can check the JIRA dashboard
The documentation is part of the source code, but you can check out directly from github: https://github.com/apache/ozone/tree/trunk/hadoop-hdds/docs/content See the markdown files with Ozone prefix (Or you can generate a new site from the feature branch)