Versions Compared

Key

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

...

  • Create a GPG key
    • gpg --full-generate-key
  • Determine your Apache GPG Key and Key ID, as follows:
    • gpg --list-keys
  • This will list your GPG keys. One of these should reflect your Apache account, for example:
    • --------------------------------------------------
    • pub   2048R/935D191 2019-08-29
    • uid   Anonymous Anonymous <anonymous@apache.org>
    • sub   2048R/CD4C59FD 2019-08-29

or


Here, the key ID is the 8-digit hex string in the pub line: 845E6689.
Now, add your Apache GPG key to the Hudi’s  KEYS file both in dev and release repositories at dist.apache.org. Follow the instructions listed at the top of these files. (Note: Only PMC members have write access to the release repository. If you end up getting 403 errors ask on the mailing list for assistance.)

...