Virtual Box and Hortonworks Sandbox accessing the url from the host machine(Mac OSx)
I downloaded the Hortonworks sandbox and try to run the steps but was not able to access the URLs from the host machine. I tried many ways but finally resolved with the following:
Service | URL |
---|---|
Sandbox Welcome Page | http://host:8888 |
Ambari Dashboard | http://host:8080 |
Manage Ambari | http://host:8080/views/ADMIN_VIEW/2.2.1.0/INSTANCE/#/ |
Hive User View | http://host:8080/#/main/views/HIVE/1.0.0/AUTO_HIVE_INSTANCE |
Pig User View | http://host:8080/#/main/views/PIG/1.0.0/Pig |
File User View | http://host:8080/#/main/views/FILES/1.0.0/Files |
SSH Web Client | http://host:4200 |
Hadoop Configuration | http://host:50070/dfshealth.html http://host:50070/explorer.html |
Ports used for different applications are 8888, 8080, 50070.
In the Virtualbox, I added the port bindings for these ports mentioned above and network adapter as NAT like in the following images. In the first image selected the adapter as NAT and in the second image added the port forwardings.
Comments
Post a Comment