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
   
![image](https://user-images.githubusercontent.com/59591190/147401277-b1cc7cfb-0397-4b50-b2ae-8c2715f9774d.png)
   
   after custom name given in  drill-env.sh  with hostname of the vm in 
drill-env.sh 
   
![image](https://user-images.githubusercontent.com/59591190/147401319-ce51027a-9bea-4c8a-b4ca-b08ca6e62a1f.png)
   
   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?`
   
   
![image](https://user-images.githubusercontent.com/59591190/147401397-a0a98d66-5a40-44d2-a44b-8991e562dfd6.png)
   
   
   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]


Reply via email to