Repository: ambari Updated Branches: refs/heads/branch-2.2.2 810c69a50 -> b611d806c
AMBARI-15960: HAWQ Immediate Stop cluster fails with key error (mithmatt) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b611d806 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b611d806 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b611d806 Branch: refs/heads/branch-2.2.2 Commit: b611d806ccc67607389522d2427905096e8b135c Parents: 810c69a Author: Matt <[email protected]> Authored: Tue Apr 19 10:46:24 2016 -0700 Committer: Matt <[email protected]> Committed: Tue Apr 19 10:46:24 2016 -0700 ---------------------------------------------------------------------- .../common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b611d806/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py index 4ce0c94..919d7d8 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py @@ -68,6 +68,10 @@ default_exec_timeout = 600 hawq_operation_exec_timeout = 900 COMPONENT_ATTRIBUTES_MAP = { + CLUSTER: { + 'port_property': 'hawq_master_address_port', + 'process_name': 'postgres' + }, MASTER: { 'port_property': 'hawq_master_address_port', 'process_name': 'postgres'
