havannavar commented on issue #6872: druid-0.13.0-incubating | Druid broker and Druid History is failing to start in Docker URL: https://github.com/apache/incubator-druid/issues/6872#issuecomment-475839578 my main issues was `druid.zk.service.host`, I fixed that by adding IP address of the zookeeper ``` druid.zk.service.host=<ip-address of running zookeeper> druid.zk.paths.base=<base folder of the druid inside the docker container eg. /druid> ``` And for paths.base, it should be the location of the /druid inside the container.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
