Created 02-21-2017 11:31 AM
I am facing a problem using beeline to acces the hiveserver2.
i used git bash to ssh the sandbox in the virtuabox version hdp 2.5
When i type "sudo su hive", The shell display that the hive user does not exist.
any suggestion?
thanks.
Created 02-21-2017 12:20 PM
the Sandbox in 2.5 is dockerized within a VM. You logged into a VM then you need to locate the docker container and there you will be able to login to Hive. Please review http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Created 02-21-2017 12:30 PM
Thanks Artem for your response.
Few days before , i could do the same command as you can see the joined screen, using the same shell.
How can I locate the docker please?
Created 03-06-2017 06:54 PM
To access the Docker shell from the Sandbox VM, use the following: ssh -p 2222 root@localhost
Default password is "hadoop".