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.

jps command is not working after opening HDP sandbox in vmware

avatar
Frequent Visitor

sandbox-command-issue.pngHi,

I have downloaded HDP 2.6 for VMware and imported the image in vmware 12.5 ver.

Able to log on but none of the commands like jps, ipconfig, java -version are working.

Attached screenshot, please help me here

Thanks,

Vinay

1 ACCEPTED SOLUTION

avatar
Rising Star

Connect to Sandbox using Command to access the Sandbox thru SSH:

ssh root@127.0.0.1 -p 2222;

java -version

or

Use Web Client Shell:

url : 127.0.0.1:4200

root/password

java -version

View solution in original post

4 REPLIES 4

avatar
Super Guru

@Vinay Uppala

you are likely logging into the VM but you need to log into docker container. Try the following:

ssh -p 2222 root@127.0.0.1

Notice port number is 2222 and not 22.

avatar
Rising Star

Connect to Sandbox using Command to access the Sandbox thru SSH:

ssh root@127.0.0.1 -p 2222;

java -version

or

Use Web Client Shell:

url : 127.0.0.1:4200

root/password

java -version

avatar
Frequent Visitor

Thank you @mqureshi , @Palanivelrajan Chellakutty .... It's working now

Thanks,

Vinay Uppala

avatar

Dear Vinay Upala

Pls join Me ON Skype to proceed my request

i have same issue Commands can't run