Quick Start Examples
This section describes quick start commands that launch all Pinot components in a single process.
docker run \ -p 9000:9000 \ apachepinot/pinot:latest-arm64 QuickStart \ -type batch
Failed to start a Pinot [SERVER]
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.apache.pinot.core.transport.QueryServer.start(QueryServer.java:103) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-cf8b84e8b0d6ab62374048de586ce7da21132906]
at org.apache.pinot.server.starter.ServerInstance.start(ServerInstance.java:158) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-cf8b84e8b0d6ab62374048de586ce7da21132906]
at org.apache.helix.manager.zk.ParticipantManager.handleNewSession(ParticipantManager.java:110) ~[pinot-all-0.9.0-jar-with-dependencies.jar:0.9.0-cf8b84e8b0d6ab62374048de586ce7da2113Batch Processing
Batch JSON
Batch with complex data types
Streaming
Streaming JSON
Streaming with minion cleanup
Streaming with complex data types
Upsert
Upsert JSON
Hybrid
Join
Was this helpful?

