title: Apache Kudu release @@KUDU_VERSION@@ layout: single_col active_nav: download single_col_extra_classes: releases

Apache Kudu release @@KUDU_VERSION@@

See the Kudu @@KUDU_VERSION@@ Release Notes.

Downloads of Kudu @@KUDU_VERSION@@ are available in the following formats:

You can use the KEYS file to verify the included GPG signature.

To verify the integrity of the release, check the following:

  • Verify the checksum by downloading the release and the .sha512 file, and running the following command:
    • On Linux: sha512sum -c apache-kudu-@@KUDU_VERSION@@.tar.gz.sha512
    • On MacOS: shasum -a 512 -c apache-kudu-@@KUDU_VERSION@@.tar.gz.sha512
  • Verify the signature by downloading the release and the .asc file, and doing the following:
    • Import the KEYS file to the GPG keychain by running gpg --import KEYS
    • Run gpg --verify apache-kudu-@@KUDU_VERSION@@.tar.gz.asc apache-kudu-@@KUDU_VERSION@@.tar.gz

Additional links: