Created on 10-25-2016 02:36 PM - edited 09-16-2022 03:45 AM
Where can I find the application logs for the dockerized HDP 2.5 sandbox?
I tried going to 127.0.0.1:8888 and using the ssh client, but the suggested password does not work.
Created 10-25-2016 02:54 PM
Are you using the native Docker sandbox? Or are you use the VirtualBox/VMware Docker sandbox?
You should be able to log into the Docker container in either case via ssh -p 2222 root@localhost. The default password is hadoop. Logs are in /var/log for the various applications and components.
Created 10-25-2016 02:54 PM
Are you using the native Docker sandbox? Or are you use the VirtualBox/VMware Docker sandbox?
You should be able to log into the Docker container in either case via ssh -p 2222 root@localhost. The default password is hadoop. Logs are in /var/log for the various applications and components.
Created 10-25-2016 03:34 PM
I reimported the virtual box VM and the default password works. However the security constraint requires you change the password.