Sunday, October 15, 2017

verify Source/Binary releases

To verify Hadoop releases using GPG:
  1. Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site.
  2. Download the signature file hadoop-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-X.Y.Z-src.tar.gz from a mirror site.
  2. Download the checksum hadoop-X.Y.Z-src.tar.gz.mds from Apache.
  3. sha256sum hadoop-X.Y.Z-src.tar.gz

No comments:

Post a Comment