bhuvnesh chaudhary created AMBARI-13929:
-------------------------------------------

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

Reply via email to