AMBARI-20599. HDP 3.0: stack advisor validation fails for Hive.(vbrodetskyi)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f14ede83 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f14ede83 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f14ede83 Branch: refs/heads/branch-3.0-perf Commit: f14ede83322fb6a43a565ef4de81adbaab40f3a3 Parents: 494c26a Author: Vitaly Brodetskyi <vbrodets...@hortonworks.com> Authored: Tue Mar 28 10:59:00 2017 +0300 Committer: Andrew Onishuk <aonis...@hortonworks.com> Committed: Wed Mar 29 14:55:56 2017 +0300 ---------------------------------------------------------------------- .../resources/common-services/HIVE/2.1.0.3.0/service_advisor.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f14ede83/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/service_advisor.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/service_advisor.py b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/service_advisor.py index 9ced5f1..c60339b 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/service_advisor.py +++ b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/service_advisor.py @@ -734,6 +734,7 @@ class HiveValidator(service_advisor.ServiceAdvisor): def __init__(self, *args, **kwargs): self.as_super = super(HiveValidator, self) self.as_super.__init__(*args, **kwargs) + self.HIVE_INTERACTIVE_SITE = 'hive-interactive-site' self.validators = [("hive-site", self.validateHiveConfigurationsFromHDP21), ("hiveserver2-site", self.validateHiveServer2ConfigurationsFromHDP22),