You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2013/11/01 15:11:25 UTC

[jira] [Updated] (AMBARI-3656) Resource Manager. Params subtitution: allow dictionaries in dictionaries, allow default prefixes

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

Andrew Onischuk updated AMBARI-3656:
------------------------------------

    Attachment: AMBARI-3656.patch

> Resource Manager. Params subtitution: allow dictionaries in dictionaries, allow default prefixes
> ------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-3656
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3656
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 1.5.0
>
>         Attachments: AMBARI-3656.patch
>
>
> 1. Allowing dictionaries in dictionaries is very nessaccary since, configurations we will recieve from json have a lot of that.
> 2. We need to add default prefixes feature, because our configuration names are pretty huge, which will result in a very messy code
> How it is now:
> {code}
> "${clusterHostInfo:configurations:yarn-site:yarn.log.server.url}"
> {code}
> how it should be:
> {code}
> env.set_default_prefixes(['clusterHostInfo.configurations.yarn-site',...])
> "${yarn.log.server.url}"
> {code}



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