Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 12-12-2016 01:46 AM
Created 12-12-2016 02:57 AM
@Ahmad Hassan , this Sandbox is based on docker. So there is a VM and inside that VM, there is a docker container where all HDP components are installed and running. You might have login to the VM using either port 2122 or 22.
Exit the shell and then do the following from your local machine terminal to enter the docker container(use port 2222😞
ssh [email protected] -p2222
This will ask for the password which is hadoop and then it will prompt you to change the password. Then try running hive command.
Created 12-12-2016 04:57 AM
@Ahmad Hassan, Please accept the best answer to close the thread.
Created 12-12-2016 03:27 AM
Thank you so much for your help so far. I have been running in circles from last three days 😞