I am currently trying to learn how to install and configure Cloudera before using it.
So, I install in VirtualBox, Ubuntu 14.04, Cloudera Manager. I would like to try it on a pseudo single node (only on my computer: without a cluster).
I was able to complete the installation. Then, to specify the hosts to install your CDH cluster; localhost 127.0.0.1
My problem is "Provide SSH credentials for login." step
Installing Cloudera packages requires root access to your hosts. This installer will connect to your hosts via SSH and log in either directly, or as root, or as another user with sudo / pbrun privileges without a password to become root. Login for all hosts: Root
You can connect using a password or public key authentication for the user selected above. Authentication Method: All hosts accept the same password
Enter password: *********
SSH Port: 22
Then click Continue
Installation error on all hosts. Installation failed. Authentication failed.
"Exhausted Authentication Methods Exhausted"
I tried resetting the root password, did not change .. I tried to use another user who had permissions without a password (not sure if I did it right .. but did not work) I tried to use the ssh public key after tutorials with this
ssh-keygen -t rsa -P "" cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
But I can not see the id_rsa.pub path ... because Cloudera Manager does not have permission to acess / .ssh /: (
I assume that I did not quite understand what is behind this step, but there is no textbook to go through it. Any solution to configure it?
Thanks for any advice.