-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46186/
-----------------------------------------------------------
(Updated April 15, 2016, midnight)
Review request for Ambari.
Bugs: AMBARI-15852
https://issues.apache.org/jira/browse/AMBARI-15852
Repository: ambari
Description
-------
HAWQ restart after port change will fail because Ambari looks for a currently
running process with a new port number.
This change is to make Ambari to look for an older port value.
Diffs
-----
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/common.py
413cf1a
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py
3f6c371
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py
f2ec914
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqsegment.py
636dcad
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqstandby.py
67d1cb0
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqstatus.py
92ac0af
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/utils.py
0baa4c5
ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqmaster.py c18941c
ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqsegment.py 17d7473
ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqstandby.py 44565b3
ambari-server/src/test/python/stacks/2.3/HAWQ/test_utils.py PRE-CREATION
Diff: https://reviews.apache.org/r/46186/diff/
Testing (updated)
-------
Unit test has passed.
----------------------------------------------------------------------
Ran 277 tests in 8.851s
OK
----------------------------------------------------------------------
Total run:957
Total errors:0
Total failures:0
OK
Manual Test in progress.
Thanks,
jun aoki