kfaraz commented on code in PR #13550:
URL: https://github.com/apache/druid/pull/13550#discussion_r1045552345
##########
examples/bin/start-druid-main.py:
##########
@@ -133,10 +137,10 @@ def configure_parser():
from the given root directory. Calculates memory requirements for
each service, if required, using upto 80% of the total system
memory.
start-druid -m=100g \\
- -s=broker,router \\
+ -s=broker,router,zk \\
-c=conf/druid/single-server/custom \\
- --zk
Starts broker, router and zookeeper.
+ broker and router config is read from given root directory.
Review Comment:
```suggestion
Configs for broker and router are read from the specified root
directory.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]