Repository: ambari Updated Branches: refs/heads/branch-2.5 bfd8b350f -> 9adaff584
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/9adaff58 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9adaff58 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9adaff58 Branch: refs/heads/branch-2.5 Commit: 9adaff5841a7dbdecac5bc76c86ae432d7306fdb Parents: bfd8b35 Author: Swapan Shridhar <[email protected]> Authored: Thu Oct 27 15:30:49 2016 -0700 Committer: Swapan Shridhar <[email protected]> Committed: Fri Oct 28 02:25:04 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/9adaff58/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>
