Versions Compared

Key

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

...

You need to ensure that you have the access to Apache Repository Manager (Nexus). Try to log in with Apache user name and password.

Ensure your machine can get access to GitHub via SSH

You can test it by running the following command (mentioned in this page):

Code Block
$ ssh -T git@github.com

Clone Pinot code base

Clone the latest pinot code base in your local machine. Create a branch for your release from the point at which you wish to cut a release. his should be a commit hash that has been tested and verified in reasonable settings (e.g  Pinot software has been tested to run in production with various use cases at a particular commit hash). For example:

...