Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

I am trying to use sandbox with virtual machine on Mac but after it says Linux loading it gets stuck at the black screen ... can you please tell me what could possibly go wrong I have i7 Mbp with 8 g ram. Thank you so much :)

avatar
 
1 ACCEPTED SOLUTION

avatar
Super Collaborator

@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.

View solution in original post

11 REPLIES 11

avatar
Super Collaborator

@Ahmad Hassan, Please accept the best answer to close the thread.

avatar

Thank you so much for your help so far. I have been running in circles from last three days 😞