Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 d370a4467 -> 678877dcd


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/678877dc
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/678877dc
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/678877dc

Branch: refs/heads/branch-2.4
Commit: 678877dcd8342d6a6c8edfdacbf215d02c89f580
Parents: d370a44
Author: Swapan Shridhar <[email protected]>
Authored: Fri Jun 24 17:19:04 2016 -0700
Committer: Swapan Shridhar <[email protected]>
Committed: Fri Jun 24 17:19:22 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/678877dc/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>
 

Reply via email to