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

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

GitHub user huor opened a pull request:

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

    HAWQ-294. Rename prefix of logs in pg_log from gpdb-xxx to hawq-xxx

    

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

    $ git pull https://github.com/huor/incubator-hawq github_huor_pglog

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

    https://github.com/apache/incubator-hawq/pull/233.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 #233
    
----
commit 3824e18a6d7168e890188f9fad2fdf2bead436e9
Author: Ruilong Huo <r...@pivotal.io>
Date:   2015-12-30T07:45:43Z

    HAWQ-294. Rename prefix of logs in pg_log from gpdb-xxx to hawq-xxx

----


> Rename prefix of logs in pg_log from gpdb-xxx to hawq-xxx
> ---------------------------------------------------------
>
>                 Key: HAWQ-294
>                 URL: https://issues.apache.org/jira/browse/HAWQ-294
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.0-beta-incubating
>            Reporter: Ruilong Huo
>            Assignee: Ruilong Huo
>            Priority: Minor
>
> We need to rename prefix of logs in pg_log from gpdb-xxx to hawq-xxx to make 
> it not confusing.
> For example:
> 1. Before rename to hawq-xxx
> {noformat}
> [gpadmin@localhost apache-hawq]$ ls -alt 
> /data/workspace/hawq-2.0/hawq-data/master/pg_log/
> total 9648
> -rw-------.  1 gpadmin gpadmin 9858530 Dec 29 23:35 gpdb-2015-12-29_232212.csv
> drwx------.  2 gpadmin gpadmin    4096 Dec 29 23:31 .
> drwx------. 16 gpadmin gpadmin    4096 Dec 29 23:22 ..
> -rw-------.  1 gpadmin gpadmin    7992 Dec 29 23:22 startup.log
> {noformat}
> 2. After rename to hawq-xxx
> {noformat}
> [gpadmin@localhost apache-hawq]$ ls -alt 
> /data/workspace/hawq-2.0/hawq-data/master/pg_log/
> total 9648
> -rw-------.  1 gpadmin gpadmin 9858530 Dec 29 23:35 hawq-2015-12-29_232212.csv
> drwx------.  2 gpadmin gpadmin    4096 Dec 29 23:31 .
> drwx------. 16 gpadmin gpadmin    4096 Dec 29 23:22 ..
> -rw-------.  1 gpadmin gpadmin    7992 Dec 29 23:22 startup.log
> {noformat}



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

Reply via email to