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/06/25 00:18:19 UTC

ambari git commit: AMBARI-17434. Keep empty value for Hive2/hive-interactive-site.xml config 'hive.llap.io.memory.mode'.

Repository: ambari
Updated Branches:
  refs/heads/trunk 128f77e2f -> 08f62c868


AMBARI-17434. Keep empty value for Hive2/hive-interactive-site.xml config 'hive.llap.io.memory.mode'.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/08f62c86
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/08f62c86
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/08f62c86

Branch: refs/heads/trunk
Commit: 08f62c8688439db63240f213cf1d73c6875eb285
Parents: 128f77e
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Fri Jun 24 16:30:51 2016 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Fri Jun 24 17:18:16 2016 -0700

----------------------------------------------------------------------
 .../2.5/services/HIVE/configuration/hive-interactive-site.xml   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/08f62c86/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 45d94cd..8f5991d 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
@@ -567,7 +567,10 @@ limitations under the License.
   </property>
   <property>
     <name>hive.llap.io.memory.mode</name>
-    <value>none</value>
+    <value/>
+    <value-attributes>
+      <empty-value-valid>true</empty-value-valid>
+    </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>