Search code examples
apache-zookeeperapache-drill

Apache drill address loopback exception in apache drill


I have a similar question to this one I 'm looking to start zookeeper with drill in the same local cluser (localhost)

but i'm having always a loopback adress problem, and if I delete the entry in my ect/hosts, another exception saying inet adress could not be resolved is thrown.

what to do to start both in the same machine ?


Solution

  • I solved the problem, by changing the adresse of the local machine (not localhost) to the internet adresse or public IP adresse (you should be connected to the internet) start again drillbit it will run successfully. once it is running you can change it back to the loopback adresse 127.0.0.1 so you can work without the internet connection.