Slackbot
06/12/2023, 8:42 PMBen Krug
06/12/2023, 10:04 PMOleg Yamin
06/12/2023, 10:06 PM$ /apache-druid/druid-26/bin/start-druid router
usage: start-druid [-h] [--memory MEMORY] [--services SERVICES]
[--config CONFIG] [--compute] [--verbose]
start-druid: error: unrecognized arguments: router
Ben Krug
06/12/2023, 11:00 PMBen Krug
06/12/2023, 11:00 PMstart-druid -m=100g -s=broker,router
Starts a broker and a router, using a total memory of 100GB.Oleg Yamin
06/12/2023, 11:02 PMbroker.sh
coordinator.sh
dsql
dsql-main
generate-example-metrics
greet
historical.sh
java-util
jconsole.sh
middleManager.sh
node.sh
overlord.sh
post-index-task
post-index-task-main
post-index-task-main3
run-druid
run-java
run-zk
service
start-cluster-data-server
start-cluster-master-no-zk-server
start-cluster-master-with-zk-server
start-cluster-query-server
start-druid
start-druid-main.py
start-micro-quickstart
start-nano-quickstart
start-single-server-large
start-single-server-medium
start-single-server-small
start-single-server-xlarge
supervise
verify-default-ports
verify-java
Ben Krug
06/12/2023, 11:04 PMBen Krug
06/12/2023, 11:05 PMBen Krug
06/12/2023, 11:08 PMBen Krug
06/12/2023, 11:09 PM&
etc. So I guess I don't have an better answer to your questions, sorry.Oleg Yamin
06/12/2023, 11:32 PMAbhishek Balaji Radhakrishnan
06/13/2023, 12:56 AMstart-druid
start-druid-main.py
I think what you’re missing is the -s
argument to the shell script start-druid
. Try:
./apache-druid/druid-26/bin/start-druid -s router
Sergio Ferragut
06/14/2023, 12:28 AMstart-druid
will look at available memory on the node where it starts (or the max you specify it can use) and split up the memory intelligently among the services you want to bring up. It tries to make the best use of the resources available to start the services you request.Oleg Yamin
06/14/2023, 12:31 AM