You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "bhuvnesh chaudhary (JIRA)" <ji...@apache.org> on 2015/11/18 00:45:10 UTC

[jira] [Assigned] (AMBARI-13929) Move displayType element for HAWQ/PXF from site_properties.json to stack definition

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

bhuvnesh chaudhary reassigned AMBARI-13929:
-------------------------------------------

    Assignee: bhuvnesh chaudhary

> Move displayType element for HAWQ/PXF from site_properties.json to stack definition
> -----------------------------------------------------------------------------------
>
>                 Key: AMBARI-13929
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13929
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: trunk
>            Reporter: bhuvnesh chaudhary
>            Assignee: bhuvnesh chaudhary
>            Priority: Minor
>
> Move displayType element for HAWQ/PXF from site_properties.json to stack definition.
> Example:
> {noformat}
> {
>     "name": "hawq_master_address_host",
>     "displayType": "componentHost",
>     "filename": "hawq-site.xml",
>     "category": "General",
>     "serviceName": "HAWQ",
>     "index": 0
>   },
> {noformat}
> {noformat}
> <configuration>
>   <property>
>     <name>hawq_master_address_host</name>
>     <display-name>HAWQ Master</display-name>
>     <value>localhost</value>
>     <description>The host name of HAWQ master.</description>
>     <value-attributes>
>         <type>componentHost</type>
>    </value-attributes>
>   </property>
> {noformat}
> Move the displayType to value-attributes tag in hawq-site.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)