【发布时间】:2018-05-07 15:19:22
【问题描述】:
我正在 ubuntu 14.04 上安装 apache-ambari。浏览器上的IP:8080 工作正常,我可以通过ssh 连接到另一台主机。我关注了这个问题的验证答案Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) during ambari hadoop installation
和Host registration in Ambari fails with "Permission denied" 但我的问题还没有解决。
错误:
Registration log for hadoopmaster
==========================
Creating target directory...
==========================
Command start time 2018-05-08 19:05:24
Permission denied (publickey,password).
SSH command execution finished
host=hadoopmaster, exitcode=255
Command end time 2018-05-08 19:05:24
ERROR: Bootstrap of host hadoopmaster fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,password).
STDOUT:
Permission denied (publickey,password).
在这一步中,我想创建一个集群并添加一个节点(我自己作为服务器或主节点)。我为ssh 和authorized_keys 设置了正确的权限。
我的私钥错了吗?我的FQDN(hadoopmaster) 错了吗?
注意:我在我的系统上安装了没有 apache-ambari 的 hadoop,没关系。
请帮帮我。
【问题讨论】:
标签: ubuntu ssh cluster-computing ambari