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 2016/10/31 16:35:31 UTC

[1/4] incubator-hawq-docs git commit: Add note on hawq stop -u -M fast

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop c321fc533 -> d98b06d36


Add note on hawq stop -u -M fast


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/56a046dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/56a046dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/56a046dc

Branch: refs/heads/develop
Commit: 56a046dc0a8be0d52d4c667a103528fe1aaa4a73
Parents: e169704
Author: Jane Beckman <jb...@pivotal.io>
Authored: Wed Oct 19 16:15:08 2016 -0700
Committer: Jane Beckman <jb...@pivotal.io>
Committed: Wed Oct 19 16:15:08 2016 -0700

----------------------------------------------------------------------
 admin/startstop.html.md.erb                        | 6 ++++++
 reference/cli/admin_utilities/hawqstop.html.md.erb | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/56a046dc/admin/startstop.html.md.erb
----------------------------------------------------------------------
diff --git a/admin/startstop.html.md.erb b/admin/startstop.html.md.erb
index 5c07f96..0cc7539 100644
--- a/admin/startstop.html.md.erb
+++ b/admin/startstop.html.md.erb
@@ -147,6 +147,12 @@ For best results in using `hawq start` and `hawq stop` to manage your HAWQ syste
     $ hawq stop master -M fast
     $ hawq stop master -M immediate
     ```
+-   If you want to reload server parameter setting on a HAWQ database where there are active connections, use the command:
+
+
+	```shell
+    $ hawq stop master -u -M fast 
+    ```   
 
 -   When stopping a segment or all segments, you can use the default mode of smart mode. Using fast or immediate mode on segments will have no effect since segments are stateless.
 

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/56a046dc/reference/cli/admin_utilities/hawqstop.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/cli/admin_utilities/hawqstop.html.md.erb b/reference/cli/admin_utilities/hawqstop.html.md.erb
index a5ba297..67ced1c 100644
--- a/reference/cli/admin_utilities/hawqstop.html.md.erb
+++ b/reference/cli/admin_utilities/hawqstop.html.md.erb
@@ -23,6 +23,7 @@ The `hawq stop` utility is used to stop the database servers that comprise a HAW
 By default, you are not allowed to shut down HAWQ if there are any client connections to the database. Use the `-M fast` option to roll back all in progress transactions and terminate any connections before shutting down. If there are any transactions in progress, the default behavior is to wait for them to commit before shutting down.
 
 With the `-u` option, the utility uploads changes made to the master `pg_hba.conf` file or to *runtime* configuration parameters in the master `hawq-site.xml` file without interruption of service. Note that any active sessions will not pick up the changes until they reconnect to the database.
+When active connections to the database are present, use the command `hawq stop cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
 
 ## Objects
 


[2/4] incubator-hawq-docs git commit: Edits

Posted by yo...@apache.org.
Edits


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/e0d83918
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/e0d83918
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/e0d83918

Branch: refs/heads/develop
Commit: e0d839185a160552ff67fc47accd855af6f8441c
Parents: 56a046d
Author: Jane Beckman <jb...@pivotal.io>
Authored: Tue Oct 25 16:36:39 2016 -0700
Committer: Jane Beckman <jb...@pivotal.io>
Committed: Tue Oct 25 16:36:39 2016 -0700

----------------------------------------------------------------------
 admin/startstop.html.md.erb                        | 2 +-
 reference/cli/admin_utilities/hawqstop.html.md.erb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/e0d83918/admin/startstop.html.md.erb
----------------------------------------------------------------------
diff --git a/admin/startstop.html.md.erb b/admin/startstop.html.md.erb
index 0cc7539..907a582 100644
--- a/admin/startstop.html.md.erb
+++ b/admin/startstop.html.md.erb
@@ -147,7 +147,7 @@ For best results in using `hawq start` and `hawq stop` to manage your HAWQ syste
     $ hawq stop master -M fast
     $ hawq stop master -M immediate
     ```
--   If you want to reload server parameter setting on a HAWQ database where there are active connections, use the command:
+-   If you want to reload server parameter settings on a HAWQ database where there are active connections, use the command:
 
 
 	```shell

http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/e0d83918/reference/cli/admin_utilities/hawqstop.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/cli/admin_utilities/hawqstop.html.md.erb b/reference/cli/admin_utilities/hawqstop.html.md.erb
index 67ced1c..aea4437 100644
--- a/reference/cli/admin_utilities/hawqstop.html.md.erb
+++ b/reference/cli/admin_utilities/hawqstop.html.md.erb
@@ -23,7 +23,7 @@ The `hawq stop` utility is used to stop the database servers that comprise a HAW
 By default, you are not allowed to shut down HAWQ if there are any client connections to the database. Use the `-M fast` option to roll back all in progress transactions and terminate any connections before shutting down. If there are any transactions in progress, the default behavior is to wait for them to commit before shutting down.
 
 With the `-u` option, the utility uploads changes made to the master `pg_hba.conf` file or to *runtime* configuration parameters in the master `hawq-site.xml` file without interruption of service. Note that any active sessions will not pick up the changes until they reconnect to the database.
-When active connections to the database are present, use the command `hawq stop cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
+If the hawq cluster has active connections, use the command `hawq stop cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
 
 ## Objects
 


[4/4] incubator-hawq-docs git commit: Merge branch 'feature/stop_fast' of https://github.com/janebeckman/incubator-hawq-docs into develop

Posted by yo...@apache.org.
Merge branch 'feature/stop_fast' of https://github.com/janebeckman/incubator-hawq-docs into develop


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/d98b06d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/d98b06d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/d98b06d3

Branch: refs/heads/develop
Commit: d98b06d3610878a8e45cdffeedac0b18fe7996c6
Parents: c321fc5 9249d86
Author: David Yozie <yo...@apache.org>
Authored: Mon Oct 31 09:35:25 2016 -0700
Committer: David Yozie <yo...@apache.org>
Committed: Mon Oct 31 09:35:25 2016 -0700

----------------------------------------------------------------------
 admin/startstop.html.md.erb                        | 6 ++++++
 reference/cli/admin_utilities/hawqstop.html.md.erb | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/d98b06d3/admin/startstop.html.md.erb
----------------------------------------------------------------------


[3/4] incubator-hawq-docs git commit: Capitalization

Posted by yo...@apache.org.
Capitalization


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/9249d862
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/9249d862
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/9249d862

Branch: refs/heads/develop
Commit: 9249d862190aab7dd57c804e66b4c27954c0298e
Parents: e0d8391
Author: Jane Beckman <jb...@pivotal.io>
Authored: Wed Oct 26 10:16:44 2016 -0700
Committer: Jane Beckman <jb...@pivotal.io>
Committed: Wed Oct 26 10:16:44 2016 -0700

----------------------------------------------------------------------
 reference/cli/admin_utilities/hawqstop.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/9249d862/reference/cli/admin_utilities/hawqstop.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/cli/admin_utilities/hawqstop.html.md.erb b/reference/cli/admin_utilities/hawqstop.html.md.erb
index aea4437..dd54156 100644
--- a/reference/cli/admin_utilities/hawqstop.html.md.erb
+++ b/reference/cli/admin_utilities/hawqstop.html.md.erb
@@ -23,7 +23,7 @@ The `hawq stop` utility is used to stop the database servers that comprise a HAW
 By default, you are not allowed to shut down HAWQ if there are any client connections to the database. Use the `-M fast` option to roll back all in progress transactions and terminate any connections before shutting down. If there are any transactions in progress, the default behavior is to wait for them to commit before shutting down.
 
 With the `-u` option, the utility uploads changes made to the master `pg_hba.conf` file or to *runtime* configuration parameters in the master `hawq-site.xml` file without interruption of service. Note that any active sessions will not pick up the changes until they reconnect to the database.
-If the hawq cluster has active connections, use the command `hawq stop cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
+If the HAWQ cluster has active connections, use the command `hawq stop cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
 
 ## Objects