You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2014/03/18 17:46:45 UTC

[jira] [Resolved] (AMBARI-5114) Allow cluster scoped configuration to be specified in blueprint

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

John Speidel resolved AMBARI-5114.
----------------------------------

    Resolution: Fixed

merged to trunk

> Allow cluster scoped configuration to be specified in blueprint
> ---------------------------------------------------------------
>
>                 Key: AMBARI-5114
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5114
>             Project: Ambari
>          Issue Type: Improvement
>            Reporter: John Speidel
>            Assignee: John Speidel
>             Fix For: 1.5.0
>
>
> Enhance blueprint resource to allow cluster scoped configuration to be specified.  
> Host scoped configuration as well as the ability to export configuration information from a running cluster will be added in subsequent patches.
> {code}
> {
>   "configurations" : [
>     {
>       "core-site" : {
>         "fs.trash.interval" : "480",
>         "ipc.client.idlethreshold" : "8500"
>       }
>     },
>     {
>       "mapred-site" : {
>         "tasktracker.http.threads" : "45"
>       }
>     }
>   ],
>   "host_groups" : [
>     {
>       "name" : "host_group_1",
>       "components" : [
>         {
>           "name" : "DATANODE"
>         },
>         {
>           "name" : "NAMENODE"
>         },
>         {
>           "name" : "JOBTRACKER"
>         },
>         {
>           "name" : "HISTORYSERVER"
>         },
>         {
>           "name" : "SECONDARY_NAMENODE"
>         },
>         {
>           "name" : "TASKTRACKER"
>         }
>       ],
>       "cardinality" : "1"
>     }
>   ],
>   "Blueprints" : {
>     "blueprint_name" : "single-node-test-with-cluster-config",
>     "stack_name" : "HDP",
>     "stack_version" : "1.3.3"
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)