Created on 09-25-2016 12:21 AM - edited 08-18-2019 03:54 AM
I am running HDP 2.5 Sandbox in VM. I am able to lunch HDP 2.5 welcome page and Ambari. However when I ran commands like sandbox-version and ambari-admin-password-reset in VM Terminal, I get message like command not found. Did I miss any step in the tutorial ? These commands were running fine in HDP 2.4.
Created on 09-25-2016 02:12 PM - edited 08-18-2019 03:54 AM
The sandbox is now in a docker container inside this vm. if you want to avoid manually jumping into container, you can login to the dashboard by going to http://<YOUR VM IP>:8888/ and then click the "quick links" in "Advanced HDP" box. There you have option to login using web ssh client. then you can run the usual commands that you used to with the sandbox VM.
Created on 09-25-2016 02:12 PM - edited 08-18-2019 03:54 AM
The sandbox is now in a docker container inside this vm. if you want to avoid manually jumping into container, you can login to the dashboard by going to http://<YOUR VM IP>:8888/ and then click the "quick links" in "Advanced HDP" box. There you have option to login using web ssh client. then you can run the usual commands that you used to with the sandbox VM.
Created 09-26-2016 08:21 AM
This is because now by default port forwarding to the Sandbox VM is on port 2222 for both vmware and virtualbox and that is to where the :4200 console is connecting. If you need to access the Docker Host Machine, the ports are 22 on vmware and 2122 on virtualbox.
Created 09-26-2016 10:20 PM
Is there some documentation around how to jump into the container (if you SSH to port 22), or are we just supposed to SSH to port 2222?
Created 10-12-2016 01:06 PM
ssh to port 2222. I know this is not mentioned in the splash screen that comes up when VM is booted up but this is the port on which you can establish ssh connection to the docker. I was unable to find this in documentation and followed intuition as to what was done in HDP 2.4. Cheers!
Created 04-03-2017 11:14 PM
This worked like a charm. Wish the documentation was a bit more clear.
Created 09-25-2016 08:07 PM
Commands/scripts worked fine in SSH web client. @Muhammad, Thank you.
Created 04-07-2017 09:18 PM
Thank you...sorted for me...was facing the same issue
Created 01-15-2019 10:10 PM
thank you Mohammad