Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
indent20px
styledisc

GPG Keys Setup.

Follow Apache guidelines on setting up your GPG keys (http://www.apache.org/dev/release-signing.htmlImage Added) and ensure that your fingerprint is updated at id.apache.org.
Also, append your GPG public signature to the KEYS file at https://dist.apache.org/repos/dist/release/incubator/tez/KEYSImage Added

Code Block

gpg --armor --fingerprint --list-sigs <keyid>
gpg --armor --export <keyid>

Create or Checkout the Release Branch

...

PGP release keys (signed using <GPG KEY>) http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=<GPG KEY>
KEYS file available at https://dist.apache.org/repos/dist/release/incubator/tez/KEYSImage Added

One can look into the issues fixed in this release at https://issues.apache.org/jira/**

...