You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Charles Llewellyn (JIRA)" <ji...@apache.org> on 2015/04/16 16:14:59 UTC

[jira] [Updated] (AMBARI-10524) Ambari blueprints generated by the API do not update all hostgroups

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

Charles Llewellyn updated AMBARI-10524:
---------------------------------------
    Description: 
Steps to produce.

1. Create a cluster via the Ambari UI. The cluster consists of dedicated three zookeeper servers, three slave nodes and two master nodes.
2. Generate a new blueprint via the API:
curl -u admin:'admin' -i -H 'X-Requested-By: ambari' -X GET http://192.168.0.2:8080/api/v1/clusters/testCluster?format=blueprint
3. Inspecting the blueprint shows static hostname entries for the following keys:
"yarn.resourcemanager.webapp.https.address"
"yarn.resourcemanager.zk-address"
e.g. "yarn.resourcemanager.zk-address" : "zk.host1.hdplab.com:2181"

I believe this be making the references generic like  "yarn.resourcemanager.zk-address" : "%HOSTGROUP::host_group_2%:2181"

  was:
Steps to produce.

1. Create a cluster via the Ambari UI. The cluster consists of dedicated three zookeeper servers, three slave nodes and two master nodes.
2. Generate a new via the API:
curl -u admin:'admin' -i -H 'X-Requested-By: ambari' -X GET http://192.168.0.2:8080/api/v1/clusters/testCluster?format=blueprint
3. Inspecting the blueprint shows static hostname entries for the following keys:
"yarn.resourcemanager.webapp.https.address"
"yarn.resourcemanager.zk-address"
e.g. "yarn.resourcemanager.zk-address" : "zk.host1.hdplab.com:2181"

I believe this be making the references generic like  "yarn.resourcemanager.zk-address" : "%HOSTGROUP::host_group_2%:2181"


> Ambari blueprints generated by the API do not update all hostgroups
> -------------------------------------------------------------------
>
>                 Key: AMBARI-10524
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10524
>             Project: Ambari
>          Issue Type: Bug
>          Components: blueprints
>    Affects Versions: 2.2.0
>            Reporter: Charles Llewellyn
>            Priority: Minor
>
> Steps to produce.
> 1. Create a cluster via the Ambari UI. The cluster consists of dedicated three zookeeper servers, three slave nodes and two master nodes.
> 2. Generate a new blueprint via the API:
> curl -u admin:'admin' -i -H 'X-Requested-By: ambari' -X GET http://192.168.0.2:8080/api/v1/clusters/testCluster?format=blueprint
> 3. Inspecting the blueprint shows static hostname entries for the following keys:
> "yarn.resourcemanager.webapp.https.address"
> "yarn.resourcemanager.zk-address"
> e.g. "yarn.resourcemanager.zk-address" : "zk.host1.hdplab.com:2181"
> I believe this be making the references generic like  "yarn.resourcemanager.zk-address" : "%HOSTGROUP::host_group_2%:2181"



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