Code Setup
Dev Environment Setup
Git
Getting the Source Code
Create a fork
Clone the repository locally
$ mkdir workspace
$ cd workspace
$ git clone [email protected]:<github username>/pinot.git
$ cd pinot
# set upstream
$ git remote add upstream https://github.com/apache/pinot
# check that the upstream shows up correctly
$ git remote -vMaven
Setup IDE
Intellij

Eclipse

Starting Pinot via IDE
Last updated
Was this helpful?

