Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 a2ea48195 -> fc469d3b9


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/fc469d3b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fc469d3b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fc469d3b

Branch: refs/heads/branch-2.2
Commit: fc469d3b9dd9c01908a0c76a7b817763a25fb094
Parents: a2ea481
Author: Matt <[email protected]>
Authored: Tue Apr 19 10:45:16 2016 -0700
Committer: Matt <[email protected]>
Committed: Tue Apr 19 10:45:16 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/fc469d3b/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'

Reply via email to