Running Pinot locally
This quick start guide will help you bootstrap a Pinot standalone instance on your local machine.
Download Apache Pinot
# define the pinot version
PINOT_VERSION=0.3.0Build from source or download the distribution
# checkout pinot
git clone https://github.com/apache/incubator-pinot.git
cd incubator-pinot
# build pinot
mvn install package -DskipTests -Pbin-dist
# navigate to directory containing the setup scripts
cd pinot-distribution/target/apache-pinot-incubating-$PINOT_VERSION-bin/apache-pinot-incubating-$PINOT_VERSION-binwget https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-$PINOT_VERSION/apache-pinot-incubating-$PINOT_VERSION-bin.tar.gz# untar it
tar -zxvf apache-pinot-incubating-$PINOT_VERSION-bin.tar.gz
# navigate to directory containing the launcher scripts
cd apache-pinot-incubating-$PINOT_VERSION-binSetting up a Pinot cluster
Batch
Streaming
Hybrid
Last updated
Was this helpful?

