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/12/03 19:29:37 UTC

[GitHub] [druid] henriquekops commented on issue #11992: Misconfigured coordinator service in helm chart

henriquekops commented on issue #11992:
URL: https://github.com/apache/druid/issues/11992#issuecomment-985773573


   I got into this same problem when creating a custom image for Druid v0.20.0.
   
   You're using a custom Druid image as well, right?
   
   ```
   ...
   containers:
           - name: druid
             image: "alvarogg777/druid:0.22.0"
   ...
   ```
   
   Is your image Ubuntu based? Because if it is, you should check if `druid.sh` dependencies are fulfilled.
   
   In my case, I had to `apt install iproute2` for `ip` commands, otherwise I would get  this exact same error:
   
   ```
   ...
   ...    Caused by: java.net.URISyntaxException: Expected hostname at index 7: http://:8081
   ...
   ```
   


-- 
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: commits-unsubscribe@druid.apache.org

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