Created on
01-28-2020
04:24 AM
- last edited on
01-28-2020
04:38 AM
by
ask_bill_brooks
Hi all,
Basically, I tried to add an ec2 host to the quickstart Cloudera manager server but I got this following error. Can anyone please help me to solve this issue which would be very much appreciated. Thank you
Created 01-28-2020 11:14 PM
Hi @lalprasanth ,
This error in screenshot indicates that while adding a new node in the cluster, the new node is not able to reach to CM server on port 7182 and the request timed out.
Make sure that port 7182 is open. Test from new node if you are able to connect
nc 182.156.238.158 7182
or
telnet 182.156.238.158 7182
Thanks,
Salim