[ 
https://issues.apache.org/jira/browse/AMBARI-8281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206793#comment-14206793
 ] 

Hadoop QA commented on AMBARI-8281:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12680820/AMBARI-8281.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 2 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/604//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/604//console

This message is automatically generated.

> 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)

Reply via email to