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/12/12 20:54:13 UTC

[GitHub] [incubator-druid] xvrl opened a new pull request #9019: allow druid.host to be undefined in the docker image

xvrl opened a new pull request #9019: allow druid.host to be undefined in the docker image
URL: https://github.com/apache/incubator-druid/pull/9019
 
 
   It is currently not possible to unset the `druid.host` property in the docker image to let Druid default to the canonical hostname. It always gets set to the container's IP address. Passing the override environment varialbe `druid_host=` unfortunately does not solve the problem, as this gets interpreted as empty string and does not let the default kick in.
   
   This change adds the option to pass DRUID_SET_HOST=0 as environment variable to disable the default behavior, and allows passing a common runtime.properties file without druid.host.

----------------------------------------------------------------
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