gpt4 book ai didi

json - 如何使用 Ambari 安装程序安装 Hadoop?

转载 作者:可可西里 更新时间:2023-11-01 16:48:00 25 4
gpt4 key购买 nike

我尝试使用 ambari_setup.sh 在 3 节点集群上安装 Hadoop。我已经在 NODE_1 上成功启动了 ambari-server,并且 ambari-agent 正在所有 3 个节点上运行。

我还使用以下方法推送了蓝图:

root@host curl -H "X-Requested-By: ambari" -X POST -d @blueprint.json -u admin:admin HOST_NAME:8080/api/v1/blueprints/blueprints-c1

但是在使用下面给出的命令安装时,我得到了下面给出的错误。

[root@host]# curl -H "X-Requested-By: ambari" -X POST -d @hostmapping.json -u admin:admin HOST_NAME:8080/api/v1/clusters/blueprints-c1 {
"status" : 400, "message" : "The properties [host-groups] specified in the request or predicate are not supported for the resource type Cluster."

下面是我正在使用的 hostmapping.json 文件

> { "blueprint":"blueprints-c1",  "host-groups":[
> { "name":"host_group_1",
> "hosts":[ { "fqdn":"NODE_1" } ] },
> { "name":"host_group_2",
> "hosts":[ { "fqdn":"NODE_2" } ] },
> { "name":"host_group_3",
> "hosts":[ { "fqdn":"NODE_3" } ] } ] }

最佳答案

你在这里犯了一个错误:属性[host-groups]

应该是[host_groups]

关于json - 如何使用 Ambari 安装程序安装 Hadoop?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35138431/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com