Created 08-27-2017 10:16 AM
I have installed HDP sandbox on my Windows laptop on Virtual Box. Now I want to access the sandbox environment from my another mac machine using SSH connection. What network option i have to use to achieve this ?.
I have already tried bridged network option and port forwarding option of NAT in Virtual Box but none of the option work.
my both machine under same wifi network. I can access the CDH Virtual Box using the same approach.
Created 08-27-2017 10:58 AM
Have a look at this document, I used to resolve the same issue.
Also see other network options for reference
Created 10-06-2019 09:30 AM
I tried using successfully my sandbox/shell in box from another pc by configuring my sandbox in bridged adapter mode.
Created 04-27-2019 03:58 PM
Hi,
I am facing a similar issue. I am using HDP 3.0 on a Windows 7 machine. After starting the sandbox on Oracle VM Virtual box I am able to access http://127.0.0.1:1080/splash.html page but not the Ambari home page (http://127.0.0.1:8080/ ). I am getting a 401 Unauthorized access error. I have tried resetting the admin password from the ssh console multiple times but no difference. If I use the curl command from the ssh console it is successful (curl -u admin:password -G http://127.0.0.1:8080/api/v1/check).
Any pointers where I am going wrong will be very helpful.
Thanks
Raj
Created 04-30-2019 03:33 PM
Any updates?