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]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member
 
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 [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.

View solution in original post

11 REPLIES 11

avatar
Super Collaborator

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

avatar
New Member

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