Repository: ambari Updated Branches: refs/heads/trunk 22cd004c4 -> 1fc8fe9fa
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/1fc8fe9f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1fc8fe9f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1fc8fe9f Branch: refs/heads/trunk Commit: 1fc8fe9fa0e9ada94ca3f523f32ce17642f82849 Parents: 22cd004 Author: Matt <[email protected]> Authored: Tue Apr 19 10:43:37 2016 -0700 Committer: Matt <[email protected]> Committed: Tue Apr 19 10:43:37 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/1fc8fe9f/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'
