Running Pinot locally
This quick start guide will help you bootstrap a Pinot standalone instance on your local machine.
Download Apache Pinot
PINOT_VERSION=0.10.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.gz# untar it
tar -zxvf apache-pinot-$PINOT_VERSION-bin.tar.gz
# navigate to directory containing the launcher scripts
cd apache-pinot-$PINOT_VERSION-bin# checkout pinot
git clone https://github.com/apache/pinot.git
cd pinot
# build pinot
mvn install package -DskipTests -Pbin-dist
# navigate to directory containing the setup scripts
cd buildM1 Mac Support
Quick Start
Manual Cluster
Start Zookeeper
Start Pinot Controller
Start Pinot Broker
Start Pinot Server
Start Kafka
Last updated
Was this helpful?

