Repository: ambari Updated Branches: refs/heads/branch-2.4 dc7222ce7 -> 1d5d9b1d5
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/1d5d9b1d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1d5d9b1d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1d5d9b1d Branch: refs/heads/branch-2.4 Commit: 1d5d9b1d5fdae82785212c20c6c476cf81e32036 Parents: dc7222c Author: Swapan Shridhar <[email protected]> Authored: Thu Oct 27 15:30:49 2016 -0700 Committer: Swapan Shridhar <[email protected]> Committed: Fri Oct 28 02:22:16 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/1d5d9b1d/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>
