ambari 注册主机是出现错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ambari 注册主机是出现错误相关的知识,希望对你有一定的参考价值。
参考技术A解决方法 修改 ambari-agent 的配置文件
为啥 Ambari 集群设置在 zookeeper 安装时失败并出现符号链接错误?
【中文标题】为啥 Ambari 集群设置在 zookeeper 安装时失败并出现符号链接错误?【英文标题】:Why does Ambari cluster setup fails at zookeeper installation with a error in symlink?为什么 Ambari 集群设置在 zookeeper 安装时失败并出现符号链接错误? 【发布时间】:2018-01-15 11:03:29 【问题描述】:我正在尝试在本地设置中安装 HortanWorks Ambari-Server,但在安装 Kafka 客户端时遇到了问题。尝试设置集群时弹出以下错误。
resource_management.core.exceptions.ExecutionFailed: Execution of
'ambari-python-wrap /usr/bin/hdp-select set zookeeper-client 2.6.3.0-235'
returned 1. symlink target /usr/hdp/current/zookeeper-client for zookeeper
already exists and it is not a symlink.
如何解决这个问题?我也研究了 HDP 问题讨论 [1] 但那里给出的答案似乎对我不起作用。有人可以详细说明需要做什么来纠正这个问题吗?
HDP 讨论 [1]
【问题讨论】:
【参考方案1】:错误是不言自明的,它表明目录或文件/usr/hdp/current/zookeeper-client
已经存在。因此,要解决问题,您需要删除目录或文件/usr/hdp/current/zookeeper-client
,然后创建正确的软链接。
mv /usr/hdp/current/zookeeper-client /usr/hdp/current/zookeeper-client_back
ln -s /usr/hdp/2.6.3.0-235/zookeeper /usr/hdp/current/zookeeper-client
【讨论】:
以上是关于ambari 注册主机是出现错误的主要内容,如果未能解决你的问题,请参考以下文章