You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2016/10/28 09:19:35 UTC

ambari git commit: 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.

Repository: ambari
Updated Branches:
  refs/heads/trunk edc74e6f2 -> 3617fd933


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/trunk
Commit: 3617fd933466365766a305022aeabeab65167ddf
Parents: edc74e6
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Thu Oct 27 15:30:49 2016 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
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>