Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ranger Admin Process alert

avatar
Contributor

After installing ranger on my cluster, one alert is always on

Ranger Admin Process Connection failed to http://node4-ip-172-31-21-57.eu-west-1.compute.internal:80 (<urlopen error [Errno 111] Connection refused>) 

I'm using ec2 and all ports are open. when i try to telnet my host on port 80 i'm getting this :

telnet node4-ip-172-31-21-57.eu-west-1.compute.internal 80
Trying 172.31.21.57...
telnet: connect to address 172.31.21.57: Connection refused

Config : centos 7, hdp 2.3, Ambari 2.1

1 ACCEPTED SOLUTION

avatar
Contributor

Finally i fixed my issue, the problem was the ranger external url set to node4-ip-172-31-21-57.eu-west-1.compute.internal

After adding http and port : http://node4-ip-172-31-21-57.eu-west-1.compute.internal:6080 the alert disappears

View solution in original post

1 REPLY 1

avatar
Contributor

Finally i fixed my issue, the problem was the ranger external url set to node4-ip-172-31-21-57.eu-west-1.compute.internal

After adding http and port : http://node4-ip-172-31-21-57.eu-west-1.compute.internal:6080 the alert disappears