You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2013/10/29 18:48:25 UTC

[jira] [Resolved] (AMBARI-3601) Modify Stack definition to include config dependencies

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

Nate Cole resolved AMBARI-3601.
-------------------------------

    Resolution: Implemented

> Modify Stack definition to include config dependencies
> ------------------------------------------------------
>
>                 Key: AMBARI-3601
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3601
>             Project: Ambari
>          Issue Type: Task
>            Reporter: Nate Cole
>            Assignee: Nate Cole
>             Fix For: 1.4.2
>
>
> Add an attribute to the stack service definition that shows the defined configs.  The response will look like:
> {noformat}
> {
>   "href" : "http://localhost:8080/api/v1/stacks2/HDP/versions/2.0.6/stackServices/HDFS?fields=StackServices/config_types",
>   "StackServices" : {
>     "config_types" : [
>       "hdfs-site",
>       "global",
>       "hadoop-policy",
>       "core-site"
>     ],
>     "service_name" : "HDFS",
>     "stack_name" : "HDP",
>     "stack_version" : "2.0.6"
>   }
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)