You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Matt (JIRA)" <ji...@apache.org> on 2016/04/13 03:11:25 UTC

[jira] [Created] (AMBARI-15852) Changing HAWQ Ports through Ambari prevents HAWQ service from restarting

Matt created AMBARI-15852:
-----------------------------

             Summary: Changing HAWQ Ports through Ambari prevents HAWQ service from restarting
                 Key: AMBARI-15852
                 URL: https://issues.apache.org/jira/browse/AMBARI-15852
             Project: Ambari
          Issue Type: Bug
          Components: stacks
    Affects Versions: trunk, 2.2.2
            Reporter: Matt
             Fix For: trunk, 2.2.2


Steps to reproduce:
- The initial HAWQ masters port is set to 5432.
- Change port to 10432, and restart HAWQ service.

HAWQMASTER failed to start because it skipped stopping the process (it attempted to stop process on 10432, while the process was actually running on 5432). 

Removing the only_if condition might fix this issue: https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/common.py#L3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)