Download
Release 1.1.0
- Source Release : Apache Hudi 1.1.0 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.1.0)
Release 1.0.2
- Source Release : Apache Hudi 1.0.2 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.0.2)
Release 1.0.1
- Source Release : Apache Hudi 1.0.1 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.0.1)
Release 1.0.0
- Source Release : Apache Hudi 1.0.0 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.0.0)
Release 1.0.0-beta2
- Source Release : Apache Hudi 1.0.0-beta2 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.0.0-beta2)
Release 1.0.0-beta1
- Source Release : Apache Hudi 1.0.0-beta1 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 1.0.0-beta1)
Release 0.15.0
- Source Release : Apache Hudi 0.15.0 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 0.15.0)
Release 0.14.1
- Source Release : Apache Hudi 0.14.1 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 0.14.1)
Release 0.14.0
- Source Release : Apache Hudi 0.14.0 Source Release (asc, sha512)
- Release Note : (Release Note for Apache Hudi 0.14.0)
End-of-life Releases
The end-of-life (EOL) releases will be archived and the procedures below will be carried out accordingly:
- The EOL release artifacts will be removed from the distribution site
- The EOL release artifacts will still be available from the archive site
- The EOL release notes will be removed from Hudi website, but kept accessible via
https://hudi.apache.org/releases/release-<EOL-release-version> - The EOL release versioned docs will be removed from Hudi website
Verify Release
It is essential that you verify the integrity of the downloaded files using the PGP signatures. Please read How to Verify Downloaded Files for more information on how and why you should verify our releases.
The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using:
% pgpk -a KEYS
% pgpv hudi-X.Y.Z.src.tgz.asc
or
% pgp -ka KEYS
% pgp hudi-X.Y.Z.src.tgz.asc
or
% gpg --import KEYS
% gpg --verify hudi-X.Y.Z.src.tgz.asc hudi-X.Y.Z.src.tgz