You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by outofmem0ry <gi...@git.apache.org> on 2017/12/04 15:50:31 UTC

[GitHub] incubator-hawq-docs pull request #135: HAWQ-1368 Add option to hawq register...

GitHub user outofmem0ry opened a pull request:

    https://github.com/apache/incubator-hawq-docs/pull/135

    HAWQ-1368 Add option to hawq register to specify log directory

    

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

    $ git pull https://github.com/outofmem0ry/incubator-hawq-docs document/HAWQ-1368

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

    https://github.com/apache/incubator-hawq-docs/pull/135.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 #135
    
----
commit 1ac0fb26d0c358876c3a17c678b761132ccc6941
Author: Shubham Sharma <sh...@gmail.com>
Date:   2017-12-04T15:42:15Z

    HAWQ-1368 Add option to hawq register to specify log directory

----


---

[GitHub] incubator-hawq-docs pull request #135: HAWQ-1368 Add option to hawq register...

Posted by lisakowen <gi...@git.apache.org>.
Github user lisakowen commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/135#discussion_r164250784
  
    --- Diff: markdown/reference/cli/admin_utilities/hawqregister.html.md.erb ---
    @@ -200,6 +200,8 @@ group {
     <dt>-\\\-version  </dt> 
     <dd>Show the version of this utility, then exit.</dd>
     
    +<dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
    +<dd>Specifies the log directory that `hawq register` uses for logs. The default is `~/hawqAdminLogs/`.</dd>
    --- End diff --
    
    same comment as hawq extract ...  how about "Specifies the directory that `hawq register` uses for log files."?


---