You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/12 20:19:18 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15145115#comment-15145115 ] 

Hudson commented on AMBARI-14772:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4321 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4321/])
AMBARI-14772. Added ability to set rack information in the add host (rlevas: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9d8675ade510fa9617a48fa761cd7a829c40ef0b])
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ScaleClusterRequest.java
* ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterTopologyImpl.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostResourceProvider.java


> 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
>
>         Attachments: AMBARI-14772.v1.patch
>
>   Original Estimate: 48h
>          Time Spent: 48h
>  Remaining Estimate: 0h
>
> {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)