Support Questions

Find answers, ask questions, and share your expertise

jps command is not working after opening HDP sandbox in vmware

avatar
Explorer

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
Explorer

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

Thanks,

Vinay Uppala

avatar
New Contributor

Dear Vinay Upala

Pls join Me ON Skype to proceed my request

i have same issue Commands can't run