Local
Start a Pinot cluster on your local machine.
Outcome
Prerequisites
Steps
1. Download or build Apache Pinot
export PINOT_VERSION=1.4.0
wget https://downloads.apache.org/pinot/apache-pinot-${PINOT_VERSION}/apache-pinot-${PINOT_VERSION}-bin.tar.gztar -zxvf apache-pinot-${PINOT_VERSION}-bin.tar.gz
cd apache-pinot-${PINOT_VERSION}-bingit clone https://github.com/apache/pinot.git
cd pinot
mvn install package -DskipTests -Pbin-dist
cd buildbrew install pinot2. Start ZooKeeper
3. Start Pinot Controller
4. Start Pinot Broker
5. Start Pinot Server
6. Start Pinot Minion (optional)
7. Start Kafka (optional)
Verify
Next step
Last updated
Was this helpful?

