You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Qing Chi (JIRA)" <ji...@apache.org> on 2014/06/09 09:44:01 UTC

[jira] [Created] (AMBARI-6058) add configurations to specific host to create cluster using blueprint ?

Qing Chi created AMBARI-6058:
--------------------------------

             Summary: 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


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)