Repository: ambari Updated Branches: refs/heads/branch-2.2 569573b32 -> 2ce347419
AMBARI-15741: Remove PHD references from HAWQ (Lav Jain via mithmatt) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2ce34741 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2ce34741 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2ce34741 Branch: refs/heads/branch-2.2 Commit: 2ce347419206f274d0c8f4a1634b1b194fc319c6 Parents: 569573b Author: Matt <[email protected]> Authored: Fri Apr 8 10:43:24 2016 -0700 Committer: Matt <[email protected]> Committed: Fri Apr 8 10:43:24 2016 -0700 ---------------------------------------------------------------------- .../common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2ce34741/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py index a080158..c00b101 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqmaster.py @@ -22,7 +22,7 @@ from resource_management.core.logger import Logger from resource_management.libraries.functions.check_process_status import check_process_status from resource_management.libraries.functions.default import default from resource_management.core.source import InlineTemplate -from resource_management.libraries.functions import stack_select +from resource_management.libraries.functions import hdp_select as stack_select import master_helper import common
