Installing the Ozone Binaries
This section outlines the steps to obtain and install the Apache Ozone binaries on your hosts.
Identify Hosts
First, identify the hosts where Ozone will be installed. The installation steps described below should be performed on each designated host.
Obtain Binaries
To obtain the Ozone binaries, you have two primary options:
-
Official Apache Ozone Releases: For official releases, navigate to the Downloads page to get the released binary tarball. Follow the instructions to verify the integrity of the tarball.
-
Build from Source: Alternatively, you can build Ozone from its source code. Follow the detailed instructions in the Developer Guide: Building Ozone With Maven.
Untar the Tarball (for released binaries)
If you downloaded a binary tarball, untar it to your desired installation path:
tar zxvf ozone-<version>.tar.gz -C /path/to/ozone