You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/10 08:55:25 UTC

[jira] [Commented] (HAWQ-651) Enhance update and append for ugly format xml file

    [ https://issues.apache.org/jira/browse/HAWQ-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233939#comment-15233939 ] 

ASF GitHub Bot commented on HAWQ-651:
-------------------------------------

GitHub user radarwave opened a pull request:

    https://github.com/apache/incubator-hawq/pull/584

    HAWQ-651. Enhance update property values in xml file

    1. Let 'hawq config' can deal with xml file which do not have a pretty format.
    
    2. Minor typo fix to help message.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/radarwave/incubator-hawq HAWQ-651

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/584.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #584
    
----
commit db273e9b40ca15d857fdd0fb73ea0a05b078d3eb
Author: rlei <rl...@pivotal.io>
Date:   2016-04-09T09:46:09Z

    HAWQ-651. Enhance update property values in xml file

----


> Enhance update and append for ugly format xml file
> --------------------------------------------------
>
>                 Key: HAWQ-651
>                 URL: https://issues.apache.org/jira/browse/HAWQ-651
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Command Line Tools
>            Reporter: Radar Lei
>            Assignee: Radar Lei
>
> When xml file not in pretty format, update the property values in hawq-site.xml might fail. Should enhance it.
> For example:
> <configuration><property><name>
> hawq_master_address_host</name>
>                 <value>test1</value>
>                 <description>The host name of hawq master.</description>
>         </property><property>
>                 <name>hawq_master_address_port</name>
>                 <value>21000</value>
>                 <description>The port of hawq master.</description>
>         </property>



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