[
https://issues.apache.org/jira/browse/AMBARI-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027463#comment-14027463
]
jeryma commented on AMBARI-6058:
--------------------------------
I meet the same question
> add configurations to specific host to create cluster using blueprint ?
> -----------------------------------------------------------------------
>
> Key: AMBARI-6058
> URL: https://issues.apache.org/jira/browse/AMBARI-6058
> Project: Ambari
> Issue Type: New Feature
> Reporter: Qing Chi
> Labels: features, rest_api
>
> Tthere is a host or more than one in a host_group. So if I want to set
> configurations for each host. How to do?
> I think it isn't convenient to set configurations to each host when a
> host_group has many hosts.For example,
> {
> "blueprint": "multi-node-hdfs-yarn",
> "host_groups":[
> {
> "name": "master",
> "hosts": [
> {
> "fqdn": "c6401.ambari.apache.org"
> }
> ]
> },
> {
> "name": "slaves",
> "hosts": [
> {
> "fqdn": "c6402.ambari.apache.org"
> },
> {
> "fqdn": "c6403.ambari.apache.org"
> }
> ]
> }
> ]
> }
> The host_groups slaves has two hosts. In this case how to set configurations
> for each host?
--
This message was sent by Atlassian JIRA
(v6.2#6252)