You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2018/02/06 17:15:31 UTC

incubator-hawq-docs git commit: HAWQ-1562 Fixed incorrect path to default log directory (closes #136)

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/master a04f8cae1 -> 848d45a56


HAWQ-1562 Fixed incorrect path to default log directory (closes #136)


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/848d45a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/848d45a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/848d45a5

Branch: refs/heads/master
Commit: 848d45a568e7a7a223a781e6988440d59f255f6e
Parents: a04f8ca
Author: Shubham Sharma <sh...@gmail.com>
Authored: Tue Feb 6 09:15:20 2018 -0800
Committer: David Yozie <yo...@apache.org>
Committed: Tue Feb 6 09:15:20 2018 -0800

----------------------------------------------------------------------
 markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb | 2 +-
 markdown/reference/cli/admin_utilities/hawqinit.html.md.erb     | 2 +-
 markdown/reference/cli/admin_utilities/hawqload.html.md.erb     | 2 +-
 markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb  | 2 +-
 markdown/reference/cli/admin_utilities/hawqstart.html.md.erb    | 2 +-
 markdown/reference/cli/admin_utilities/hawqstop.html.md.erb     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb b/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
index 1dafe54..e3ba135 100644
--- a/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
@@ -75,7 +75,7 @@ Fast shut down interrupts and rolls back any transactions currently in progress.
 Immediate shutdown aborts transactions in progress and kills all `postgres` processes without allowing the database server to complete transaction processing or clean up any temporary or in-process work files. Because of this, immediate shutdown is not recommended. In some instances, it can cause database corruption that requires manual recovery.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\> </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-v, -\\\-verbose  </dt>
 <dd>Displays detailed status, progress and error messages output by the utility.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb b/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
index 46069d8..364145d 100644
--- a/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
@@ -116,7 +116,7 @@ If the primary master fails, the log replication process is shut down. Run the `
 
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>The directory to write the log file. Defaults to `~/hawq/AdminLogs`.</dd>
+<dd>The directory to write the log file. Defaults to `~/hawqAdminLogs`.</dd>
 
 <dt>-q, -\\\-quiet (no screen output)  </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqload.html.md.erb b/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
index 45aa182..7a5bf2e 100644
--- a/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
@@ -76,7 +76,7 @@ The operation, including any SQL commands specified in the `SQL` collection of t
 <dd>Sets the timeout for the `gpfdist` parallel file distribution program to send a response. Enter a value from `0` to `30` seconds (entering "`0`" to disables timeouts). Note that you might need to increase this value when operating on high-traffic networks.</dd>
 
 <dt>-l &lt;log\_file&gt;  </dt>
-<dd>Specifies where to write the log file. Defaults to `~/hawq/Adminlogs/hawq_load_YYYYMMDD`. For more information about the log file, see [Log File Format](#topic1__section9).</dd>
+<dd>Specifies where to write the log file. Defaults to `~/hawqAdminLogs/hawq_load_YYYYMMDD`. For more information about the log file, see [Log File Format](#topic1__section9).</dd>
 
 <dt>-q (no screen output)  </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb b/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
index 12fd4ec..9f6f761 100644
--- a/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
@@ -70,7 +70,7 @@ When the `hawq restart` command runs, the utility uploads changes made to the ma
 <dd>Do not prompt the user for confirmation.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-q, -\\\-quiet   </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb b/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
index fb7f1ed..dd81665 100644
--- a/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
@@ -73,7 +73,7 @@ Before you can start a HAWQ system, you must have initialized the system or node
 ## <a id="topic1__section4"></a>Options
 
 <dt>-l , -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-q , -\\\-quiet   </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/848d45a5/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb b/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
index 3e30a27..d154a52 100644
--- a/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
@@ -67,7 +67,7 @@ If the HAWQ cluster has active connections, use the command `hawq stop cluster -
 <dd>Do not prompt the user for confirmation before executing.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>The directory to write the log file. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>The directory to write the log file. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-M, -\\\-mode (smart | fast | immediate)  </dt>
 <dd>Smart shutdown is the default. Shutdown fails with a warning message, if active connections are found.