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 root@127.0.0.1 -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 😞