mohamedkashifuddin commented on issue #2415: URL: https://github.com/apache/drill/issues/2415#issuecomment-1001116007
Hi @Z0ltrix The hostname is been automatically assign by drillbit at the time of drillbit startup script which uses drill-env.sh so this time I added the hostname in drill-env.sh. default setup address given by drillbit drill-env.sh  after custom name given in drill-env.sh with hostname of the vm in drill-env.sh  So now zookeeper/conf/zoo.cfg , drill/conf/drill-override.conf, and drill/conf/drill-env.sh have a same hostname After that change when I try to connect with zk style I get a error : `No active Drillbit endpoint found from ZooKeeper. Check connection parameters?`  Any idea why isn't it connecting with zk style but even now it connects with drillbit style ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
