Repository: ambari Updated Branches: refs/heads/trunk 369109092 -> a95ed0aa6
AMBARI-15793. Blueprint: Presence/absence of HiveServer2 Interactive component in the template should be validated against related configurations (delete extra statement) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a95ed0aa Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a95ed0aa Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a95ed0aa Branch: refs/heads/trunk Commit: a95ed0aa62d986f088c95571b38fef304456067f Parents: 3691090 Author: Sumit Mohanty <[email protected]> Authored: Mon Apr 11 11:14:00 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Apr 11 11:14:00 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.5/services/stack_advisor.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a95ed0aa/ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py b/ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py index a3009ee..1812d05 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py @@ -37,7 +37,6 @@ class HDP25StackAdvisor(HDP24StackAdvisor): message = "Only one host can install HIVE_SERVER_INTERACTIVE. " childItems.append( {"type": 'host-component', "level": 'ERROR', "message": message, "component-name": 'HIVE_SERVER_INTERACTIVE'}) - print '3329' parentItems.extend(childItems) return parentItems
