You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/03/23 04:56:22 UTC

[GitHub] [incubator-druid] havannavar commented on issue #6872: druid-0.13.0-incubating | Druid broker and Druid History is failing to start in Docker

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org