AMBARI-18724. Add dependency of HSI config 'hive.llap.zk.sm.connectionString' on 'enable_hive_interactive', so as to cover the HDP 2.4 -> 2.5 upgrade case, to get 'hive.llap.zk.sm.connectionString' updated.
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3617fd93 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3617fd93 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3617fd93 Branch: refs/heads/branch-feature-AMBARI-18634 Commit: 3617fd933466365766a305022aeabeab65167ddf Parents: edc74e6 Author: Swapan Shridhar <[email protected]> Authored: Thu Oct 27 15:30:49 2016 -0700 Committer: Swapan Shridhar <[email protected]> Committed: Fri Oct 28 02:19:23 2016 -0700 ---------------------------------------------------------------------- .../2.5/services/HIVE/configuration/hive-interactive-site.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3617fd93/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml index 17f87ad..0207e49 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml @@ -615,6 +615,10 @@ limitations under the License. <type>zoo.cfg</type> <name>clientPort</name> </property> + <property> + <type>hive-interactive-env</type> + <name>enable_hive_interactive</name> + </property> </depends-on> <on-ambari-upgrade add="true"/> </property>
