[
https://issues.apache.org/jira/browse/AMBARI-13929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013271#comment-15013271
]
Hadoop QA commented on AMBARI-13929:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12773107/AMBARI-13929.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 1 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:red}-1 core tests{color}. The patch failed these unit tests in
ambari-server ambari-web:
org.apache.ambari.server.agent.TestHeartbeatMonitor
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4335//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4335//console
This message is automatically generated.
> 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)