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 2021/05/30 13:01:16 UTC

[GitHub] [druid] SharuBob commented on issue #11317: DRUID: Using 'No Zookeeper on Master' option for cluster deployment; issue with showing up all co-ordinator host and other host names as localhost in router concole

SharuBob commented on issue #11317:
URL: https://github.com/apache/druid/issues/11317#issuecomment-850996666


   Found the issue, it was due to common.runtime.properties config druid.host=localhost, do not configure druid.host=localhost when deploying as cluster, it will use the in-process function InetAddress.getLocalHost().getCanonicalHostName() to get the hostname, which is very convenient 🙇 
   
   
   Wondering why this basic step was not mentioned in the official document 🤦 Please update it; took me almost few hours to figure out and this https://www.programmersought.com/article/25355543579/ helped. Thanks for the blog 🙇‍♂️ 


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



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