Hi, I am trying to deploy a dockerized Drill in a mesos cluster with bridge networking and in distributed mode. I can successfully run a single instance of drill but when I try to scale to 2 instances Drill breaks with java.io.IOException: Failed to create DrillClient: CONNECTION : java.nio.channels.UnresolvedAddressException
>From my first pass at debugging, I think this is related to the host name that Drill publishes to zookeeper. When run in a bridged docker container, Drill seems to put the hostname from inside the docker container in the zookeeper node which has no meaning outside of that instance. Is there a way to specify the hostname Drill publishes? https://github.com/vadio/docker-apache-drill Thanks, Suhas
