Repository: incubator-hawq-docs Updated Branches: refs/heads/master 135ab9b85 -> caf68c725
adding (non) usage note to for Ambari users 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/a819abd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/a819abd7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/a819abd7 Branch: refs/heads/master Commit: a819abd79973d665d5a4b132a473162def4e5ebc Parents: e169704 Author: David Yozie <[email protected]> Authored: Thu Oct 6 09:42:23 2016 -0700 Committer: David Yozie <[email protected]> Committed: Thu Oct 6 09:42:23 2016 -0700 ---------------------------------------------------------------------- reference/cli/admin_utilities/hawqconfig.html.md.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/a819abd7/reference/cli/admin_utilities/hawqconfig.html.md.erb ---------------------------------------------------------------------- diff --git a/reference/cli/admin_utilities/hawqconfig.html.md.erb b/reference/cli/admin_utilities/hawqconfig.html.md.erb index a406537..5323310 100644 --- a/reference/cli/admin_utilities/hawqconfig.html.md.erb +++ b/reference/cli/admin_utilities/hawqconfig.html.md.erb @@ -2,7 +2,9 @@ title: hawq config --- -Sets server configuration parameters on all nodes (master and segments) within a HAWQ system. +Sets server configuration parameters on all nodes (master and segments) for HAWQ systems that are managed using command-line utilities. + +**Note:** If you install and manage HAWQ using Ambari, do not use `hawq config` to configure HAWQ properties. Ambari will overwrite any changes that were made by `hawq config` when it restarts the cluster. For Ambari-managed HAWQ clusters, always use the Ambari administration interface to set or change HAWQ configuration properties. ## <a id="topic1__section2"></a>Synopsis
