[
https://issues.apache.org/jira/browse/AMBARI-15960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15248273#comment-15248273
]
Matt commented on AMBARI-15960:
-------------------------------
Committed to trunk:
{code}
author Matt <[email protected]>
Tue, 19 Apr 2016 10:43:37 -0700 (10:43 -0700)
committer Matt <[email protected]>
Tue, 19 Apr 2016 10:43:37 -0700 (10:43 -0700)
commit 1fc8fe9fa0e9ada94ca3f523f32ce17642f82849
{code}
Committed to branch-2.2:
{code}
author Matt <[email protected]>
Tue, 19 Apr 2016 10:45:16 -0700 (10:45 -0700)
committer Matt <[email protected]>
Tue, 19 Apr 2016 10:45:16 -0700 (10:45 -0700)
commit fc469d3b9dd9c01908a0c76a7b817763a25fb094
{code}
Committed to branch-2.2.2:
{code}
author Matt <[email protected]>
Tue, 19 Apr 2016 10:46:24 -0700 (10:46 -0700)
committer Matt <[email protected]>
Tue, 19 Apr 2016 10:46:24 -0700 (10:46 -0700)
commit b611d806ccc67607389522d2427905096e8b135c
{code}
> HAWQ Immediate Stop cluster fails with key error
> ------------------------------------------------
>
> Key: AMBARI-15960
> URL: https://issues.apache.org/jira/browse/AMBARI-15960
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: trunk, 2.2.2
> Reporter: Matt
> Assignee: Matt
> Priority: Critical
> Fix For: trunk, 2.2.2
>
> Attachments: AMBARI-15960-branch-2.2-orig.patch
>
>
> Error log from running the wizard:
> {code}
> stderr:
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py",
> line 98, in <module>
> HawqMaster().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 219, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py",
> line 69, in immediate_stop_hawq_service
> common.stop_component(hawq_constants.CLUSTER, hawq_constants.IMMEDIATE)
> File
> "/var/lib/ambari-agent/cache/common-services/HAWQ/2.0.0/package/scripts/common.py",
> line 309, in stop_component
> port_property_name =
> hawq_constants.COMPONENT_ATTRIBUTES_MAP[component_name]['port_property']
> KeyError: 'cluster'
> stdout:
> None
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)