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 <[email protected]> Authored: Wed Oct 26 10:16:44 2016 -0700 Committer: Jane Beckman <[email protected]> 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
