You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2017/09/22 08:55:00 UTC

[jira] [Reopened] (AMBARI-22034) AMS: Add smart configs support for service

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

Doroszlai, Attila reopened AMBARI-22034:
----------------------------------------

Hi [~swagle],

The property {{timeline.metrics.service.operation.mode}} has duplicate attributes {{display-name}}, {{description}} in {{ams-site.xml}}, causing {{ServicePropertiesTest}} to [fail|https://builds.apache.org/job/Ambari-trunk-Commit/8119/testReport/junit/org.apache.ambari.server.state/ServicePropertiesTest/validatePropertySchemaOfServiceXMLs/].  Can you please remove one of the duplicates?

{noformat:title=ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml}
  <property>
    <name>timeline.metrics.service.operation.mode</name>
    <value>embedded</value>
    <display-name>Metrics Service operation mode</display-name>
    <description>
      Service Operation modes:
      1) embedded: Metrics stored on local FS, HBase in Standalone mode
      2) distributed: HBase daemons writing to HDFS
    </description>
    <on-ambari-upgrade add="true"/>
    <display-name>Operation Mode</display-name>
    <description>Metrics service Operation mode</description>
...
{noformat}

> AMS: Add smart configs support for service
> ------------------------------------------
>
>                 Key: AMBARI-22034
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22034
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-metrics
>    Affects Versions: 2.1.0
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>            Priority: Critical
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-22034.patch
>
>
> Mode, memory and some other settings are hard to hand edit and can use some better UI tooling.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)