[
https://issues.apache.org/jira/browse/AMBARI-13929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bhuvnesh chaudhary updated AMBARI-13929:
----------------------------------------
Attachment: AMBARI-13929.patch
> 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
> Fix For: trunk
>
> Attachments: AMBARI-13929.patch
>
>
> 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)