[
https://issues.apache.org/jira/browse/AMBARI-8281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207818#comment-14207818
]
Hudson commented on AMBARI-8281:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #920 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/920/])
AMBARI-8281 UI only loads content property from stack for *-env.xml, others are
ignored (Max Shepel via ababiichuk) (ababiichuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=355ff1f75c4d1c360c1f8be70a897aa238ca8068)
* ambari-web/app/data/site_properties.js
* ambari-web/app/data/HDP2.2/site_properties.js
* ambari-web/app/data/BIGTOP/site_properties.js
* ambari-web/app/data/HDP2/site_properties.js
* ambari-web/app/utils/config.js
* ambari-web/test/utils/config_test.js
* ambari-web/test/mock_data_setup/configs_mock_data.js
> UI only loads content property from stack for *-env.xml, others are ignored
> ---------------------------------------------------------------------------
>
> Key: AMBARI-8281
> URL: https://issues.apache.org/jira/browse/AMBARI-8281
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Andrii Babiichuk
> Assignee: Andrii Babiichuk
> Fix For: 2.0.0
>
> Attachments: AMBARI-8281.patch
>
>
> Currently all properties except _content_ one from *-env.xml configurations
> files should be duplicated in _ambari-web/app/data/HDP2/site_properties.js_ .
> Otherwise they are ignored on service deploy (not added to ambari configs).
> More details:
> It looks like UI has some property values for services hardcoded and hidden
> from user. These include _hbase.tmp.dir_ and bunch of others.
> When user makes changes to configs these properties are added to
> corresponding configs and sent to server.
> Issue is that UI probably filters them by property name only, so if other
> service has property with same name, this property will not be shown to user
> and, which is more important, will not be sent to server as it is wired to
> another service.
> We are adding new service which contains embedded hbase, so we have config
> with all duplicated hbase properties, as result it is impossible to create
> correct configuration via UI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)