pinot-spi
moduleAvro
/CSV
/JSON
/ORC
/Parquet
/Thrift
Azure Data Lake
/Google Cloud Storage
/S3
/HDFS
Kafka
/Kinesis
/Eventhub
Standalone
, Hadoop
, Spark
.JDK 11
SupportDistinctCountHLL
, PercentileEst
, PercentileTDigest
(#4666)pinot-hadoop
and pinot-spark
modules, replace with pinot-batch-ingestion-hadoop
and pinot-batch-ingestion-spark
GET /cluster/configs
POST /cluster/configs
DELETE /cluster/configs/{configName}
controller.host
is now optional in Pinot Controllerpinot.broker.enable.query.limit.override
configurable max query response size (#5040)pinot.server.starter.enableSegmentsLoadingCheck
pinot.server.starter.timeoutInSeconds
pinot.server.instance.enable.shutdown.delay
pinot.server.instance.starter.maxShutdownWaitTime
pinot.server.instance.starter.checkIntervalTime
pinot-admin.sh
as an example.GET /tables/{tableName}/segments
GET /tables/{tableName}/segments/metadata
GET /tables/{tableName}/segments/crc
GET /tables/{tableName}/segments/{segmentName}
GET /tables/{tableName}/segments/{segmentName}/metadata
GET /tables/{tableName}/segments/{segmentName}/reload
POST /tables/{tableName}/segments/{segmentName}/reload
GET /tables/{tableName}/segments/reload
POST /tables/{tableName}/segments/reload
/tasks/taskqueues
: List all task queues/tasks/taskqueuestate/{taskType}
-> /tasks/{taskType}/state
/tasks/tasks/{taskType}
-> /tasks/{taskType}/tasks
/tasks/taskstates/{taskType}
-> /tasks/{taskType}/taskstates
/tasks/taskstate/{taskName}
-> /tasks/task/{taskName}/taskstate
/tasks/taskconfig/{taskName}
-> /tasks/task/{taskName}/taskconfig
/tasks/scheduletasks
-> POST
/tasks/schedule
/tasks/cleanuptasks/{taskType}
-> /tasks/{taskType}/cleanup
/tasks/taskqueue/{taskType}
: Toggle a task queue/tasks/taskqueue/{taskType}
-> /tasks/{taskType}
pinot-hadoop
and pinot-spark
and replaced with pinot-batch-ingestion-hadoop
and pinot-batch-ingestion-spark
.