Running Pinot locally
This quick start guide will help you bootstrap a Pinot standalone instance on your local machine.
Download Apache Pinot
Prerequisites
PINOT_VERSION=1.1.0 #set to the Pinot version you decide to use
wget https://downloads.apache.org/pinot/apache-pinot-$PINOT_VERSION/apache-pinot-$PINOT_VERSION-bin.tar.gztar -zxvf apache-pinot-$PINOT_VERSION-bin.tar.gzcd apache-pinot-$PINOT_VERSION-binOLDER_VERSION="0.10.0"
wget https://archive.apache.org/dist/pinot/apache-pinot-$OLDER_VERSION/apache-pinot-$OLDER_VERSION-bin.tar.gzgit clone https://github.com/apache/pinot.git
cd pinotmvn install package -DskipTests -Pbin-distcd buildSet up a cluster
Quick start
Manual cluster
Start Zookeeper
Start Pinot Controller
Start Pinot Broker
Start Pinot Server
Start Pinot Minion
Start Kafka
Setup cluster with config files
Start a Pinot component in debug mode with IntelliJ
Was this helpful?

