Use S3 and Pinot in Docker
Setup Pinot Cluster
Create a docker network
docker network create -d bridge pinot-demoStart Zookeeper
docker run \
--name zookeeper \
--restart always \
--network=pinot-demo \
-d zookeeper:3.5.6Prepare Pinot configuration files
/tmp/pinot-s3-docker/
controller.conf
server.conf
ingestionJobSpec.yamlStart Controller
Start Broker
Start Server
Setup Table
Set up Ingestion Jobs
Standalone Job
Last updated
Was this helpful?

