I’m trying to install HDP 2.1 using Ambari on 4 Azure VMs having Suse Enterprise 11.
I’m able to do a passwordless SSH from the Ambari server machine(fmsmaster.cloudapp.net) to the rest of the three machines.
After the host registration page, all the entries are failing but I’m getting similar logs for the three slave(?) machines and a different for the Ambari server machine as follows :
Ambari server machine failure log :
==========================
Copying common functions script…
==========================
Command start time 2014-12-03 12:31:00
Permission denied (publickey,keyboard-interactive).
lost connection
scp /usr/lib/python2.6/site-packages/ambari_commons
host=fmsmaster.cloudapp.net, exitcode=1
Command end time 2014-12-03 12:31:05
ERROR: Bootstrap of host fmsmaster.cloudapp.net fails because previous action finished with non-zero exit code (1)
ERROR MESSAGE: Permission denied (publickey,keyboard-interactive).
lost connection
STDOUT:
Permission denied (publickey,keyboard-interactive).
lost connection
Other machine log :
Due to the character limit, can’t post the entire log, please refer the below link for the complete logs :
http://stackoverflow.com/questions/27272408/hdp-installation-over-azure-linux-vms
I see two problems here :
The Ambari server machine running into access issues but not clear as to what
The other machines having different hostnames(output of hostname and hostname -f differ) but I’m using Azure VMs not sure if need to change anything
How should I proceed ?
Thanks !