You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Laszlo Puskas (JIRA)" <ji...@apache.org> on 2016/01/22 13:23:39 UTC

[jira] [Updated] (AMBARI-14772) Ability to set rack_information in add host templates

     [ https://issues.apache.org/jira/browse/AMBARI-14772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Puskas updated AMBARI-14772:
-----------------------------------
    Description: 
{code:none}
[
  {
    "blueprint" : "multi-node-hdfs-yarn",
    "host_group" : "slaves",
    "host_name" : "c6403.ambari.apache.org",
    "rack_info":"/rack1"
  },
  {
    "blueprint" : "multi-node-hdfs-yarn",
    "host_group" : "slaves",
    "host_name" : "c6404.ambari.apache.org",
    "rack_info":"/rack1"
  }
....
]
{code

  was:
[
  {
    "blueprint" : "multi-node-hdfs-yarn",
    "host_group" : "slaves",
    "host_name" : "c6403.ambari.apache.org",
    "rack_info":"/rack1"
  },
  {
    "blueprint" : "multi-node-hdfs-yarn",
    "host_group" : "slaves",
    "host_name" : "c6404.ambari.apache.org",
    "rack_info":"/rack1"
  }
]


> Ability to set rack_information in add host templates
> -----------------------------------------------------
>
>                 Key: AMBARI-14772
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14772
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-server
>    Affects Versions: 2.2.1
>            Reporter: Laszlo Puskas
>            Assignee: Laszlo Puskas
>             Fix For: 2.2.2
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> {code:none}
> [
>   {
>     "blueprint" : "multi-node-hdfs-yarn",
>     "host_group" : "slaves",
>     "host_name" : "c6403.ambari.apache.org",
>     "rack_info":"/rack1"
>   },
>   {
>     "blueprint" : "multi-node-hdfs-yarn",
>     "host_group" : "slaves",
>     "host_name" : "c6404.ambari.apache.org",
>     "rack_info":"/rack1"
>   }
> ....
> ]
> {code



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)