title: “Apache Hadoop Ozone Releases” layout: downloads type: custompage

To verify Hadoop Ozone releases using GPG:

  1. Download the release hadoop-ozone-X.Y.Z-src.tar.gz from a mirror site.
  2. Download the signature file hadoop-ozone-X.Y.Z-src.tar.gz.asc from Apache.
  3. Download the Hadoop KEYS file.
  4. gpg --import KEYS
  5. gpg --verify hadoop-X.Y.Z-src.tar.gz.asc

To perform a quick check using SHA-256:

  1. Download the release hadoop-ozone-X.Y.Z-src.tar.gz from a mirror site.
  2. Download the checksum hadoop-ozone-X.Y.Z-src.tar.gz.mds from Apache.
  3. shasum -a 256 hadoop-ozone-X.Y.Z-src.tar.gz

All previous releases of Hadoop Ozone are available from the Apache release archive site.

License

The software licensed under Apache License 2.0