To verify Hadoop releases using GPG
To verify Hadoop releases using GPG
http://hadoop.apache.org/releases.html
To verify Hadoop releases using GPG:
- Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site.
- Download the signature file hadoop-X.Y.Z-src.tar.gz.asc from Apache.
- Download the Hadoop KEYS file.
- gpg --import KEYS
- gpg --verify hadoop-X.Y.Z-src.tar.gz.asc
To perform a quick check using SHA-256:
- Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site.
- Download the checksum hadoop-X.Y.Z-src.tar.gz.mds from Apache.
- shasum -a 256 hadoop-X.Y.Z-src.tar.gz
All previous releases of Hadoop are available from the Apache release archive site.
Many third parties distribute products that include Apache Hadoop and related tools. Some of these are listed on the Distributions wiki page.