Created on 03-06-2016 05:58 AM - edited 09-16-2022 03:07 AM
this HDP/ambari install is without internet access on AWS/EC2.
Finally, I downloaded ambari repository, HDP and HDP_UTIL tarball files untar them, also, download ambari.repo file and replace to .etc/yum.repo.d. and setup and start ambari server.
I used this URL --- http://ip-172-31-62-67.ec2.internal:8080/, it seemed not workin
1. my /etc/hosts listed all internal IP for each node, since this is without internet access, so no public IP
2. error msg:
DNS error (the host name of the page you are looking for does not exist) or Server did not accept the connection. Please check that the host name has been spelled correctly.
any suggestion?
thank you very much.
Created 03-06-2016 06:06 AM
You have to hit public IP:8080
Please follow this http://hortonworks.com/blog/deploying-hadoop-cluster-amazon-ec2-hortonworks/
Created 03-06-2016 06:06 AM
You have to hit public IP:8080
Please follow this http://hortonworks.com/blog/deploying-hadoop-cluster-amazon-ec2-hortonworks/
Created 03-06-2016 06:13 AM
306-neeraj.pngyou are right, I need use public IP. so I had this URL
http://ec2-54-xx-xx-xx.compute-1.amazonaws.com:8080/
however, I still get this error, pls see attached image.
please help.
Created 03-06-2016 06:19 AM
@Robin Dong You have to add 8080 port in your network security settings.
See this http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html
Created 03-06-2016 06:21 AM
I think we are close to resolve this problem. tell me how to add this port to my network security settings.
AWS/EC2 have security group settings, I dont see the setting for port number. however, I will look into it.
thank you for this valuable info.
Robin
Created 03-06-2016 06:26 AM
Created 02-27-2018 07:27 AM
I have deployed cluster on Amazon EC2. I have followed this steps for Ranger as I want to add rule for Ranger in inbound rule. I have added inbound rule TYPE as Custom TCP and SOURCE as 6080. And now I want to open Ranger UI by using http://ec2-xx-xxx-xx-xxx.compute-1.amazonaws.com:6080. I still couldn't able to resolve my problem.
Created 03-06-2016 08:44 PM
Thanks Mr. Wonderful. yes, I can start ambari install after add HTTP role in security group configures. the default port for HTTP is 80, but 8080 still working. that is good.
thank you very much.
Robin