Repository: ambari Updated Branches: refs/heads/trunk f44b99e93 -> a5945c9f4
AMBARI-16194. Changing and saving the llap percentage slider does not trigger any notifications to restart Hive interactive. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a5945c9f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a5945c9f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a5945c9f Branch: refs/heads/trunk Commit: a5945c9f4ff41b49e23728a7f92e2dced1630a63 Parents: f44b99e Author: Jaimin Jetly <[email protected]> Authored: Mon May 2 11:13:13 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Mon May 2 11:13:13 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml | 1 + .../src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a5945c9f/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml index 4e05c58..ff98f37 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml @@ -338,6 +338,7 @@ <config-type>hive-env</config-type> <!-- TODO, hive-interactive-site shouldn't be in common-services. --> <config-type>hive-interactive-site</config-type> + <config-type>hive-interactive-env</config-type> <config-type>hivemetastore-site.xml</config-type> <config-type>webhcat-site</config-type> <config-type>webhcat-env</config-type> http://git-wip-us.apache.org/repos/asf/ambari/blob/a5945c9f/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml index 568648b..38396a5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml @@ -110,6 +110,7 @@ <configuration-dependencies> <config-type>hive-site</config-type> <config-type>hive-interactive-site</config-type> + <config-type>hive-interactive-env</config-type> </configuration-dependencies> </component> </components>
