I want to reach Hortonworks Ambari GUI. I tried all below. It was not successful , I am getting "This site can’t be reached" . I did all instructions on (https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html). Its same. Could you please help me ?
(http://sandbox-hdp.hortonworks.com:8080)
(http://127.0.0.1:8080)
(http://sandbox-hdp.hortonworks.com:1080/)
(http://127.0.0.1:4200)
. Docker was installed on windows 10.I downloaded hdp-sandbox image and installed on my docker with
docker pull hortonworks/sandbox-hdp-standalone
Afterwards , I changed my windows hosts file like below. HSP sandbox seems that is working and
My hdp-sandbox container is up.
My hosts file is like below.
'''
# Added by Docker Desktop
192.168.1.25 host.docker.internal
192.168.1.25 gateway.docker.internal
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
127.0.0.1 localhost sandbox-hdp.hortonworks.com
'''