mirror of
https://github.com/apache/druid.git
synced 2025-03-01 14:59:08 +00:00
* Some adjustments to config examples. - Add ExitOnOutOfMemoryError to jvm.config examples. It was added a pretty long time ago (8u92) and is helpful since it prevents zombie processes from hanging around. (OOMEs tend to bork things) - Disable Broker caching and enable it on Historicals in example configs. This config tends to scale better since it enables the Historicals to merge results rather than sending everything by-segment to the Broker. Also switch to "caffeine" cache from "local". - Increase concurrency a bit for Broker example config. - Enable SQL in the example config, a baby step towards making SQL more of a thing. (It's still off by default in the code.) - Reduce memory use a bit for the quickstart configs. - Add example Router configs, in case someone wants to use that. One reason might be to get the fancy new console (#6923). * Add example Router configs. * Fix up router example properties. * Add router to quickstart supervise conf.
15 lines
684 B
Plaintext
15 lines
684 B
Plaintext
:verify bin/verify-java
|
|
:verify bin/verify-default-ports
|
|
:kill-timeout 10
|
|
|
|
!p10 zk bin/run-zk quickstart/tutorial/conf
|
|
coordinator bin/run-druid coordinator quickstart/tutorial/conf
|
|
broker bin/run-druid broker quickstart/tutorial/conf
|
|
router bin/run-druid router quickstart/tutorial/conf
|
|
historical bin/run-druid historical quickstart/tutorial/conf
|
|
!p80 overlord bin/run-druid overlord quickstart/tutorial/conf
|
|
!p90 middleManager bin/run-druid middleManager quickstart/tutorial/conf
|
|
|
|
# Uncomment to use Tranquility Server
|
|
#!p95 tranquility-server tranquility/bin/tranquility server -configFile quickstart/tutorial/conf/tranquility/wikipedia-server.json -Ddruid.extensions.loadList=[]
|