[
https://issues.apache.org/jira/browse/AMBARI-17434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15349026#comment-15349026
]
Hudson commented on AMBARI-17434:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5159 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5159/])
AMBARI-17434. Keep empty value for Hive2/hive-interactive-site.xml (sshridhar:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=08f62c8688439db63240f213cf1d73c6875eb285])
*
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
> Keep empty value for Hive2/hive-interactive-site.xml config
> 'hive.llap.io.memory.mode'.
> ---------------------------------------------------------------------------------------
>
> Key: AMBARI-17434
> URL: https://issues.apache.org/jira/browse/AMBARI-17434
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Swapan Shridhar
> Assignee: Swapan Shridhar
> Fix For: 2.4.0
>
> Attachments: AMBARI-17434.patch
>
>
> Ambari default value for Hive2/LLAP
> ambari/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml,
> has value for 'hive.llap.io.memory.mode' as :
> {code}
> </property>
> <property>
> <name>hive.llap.io.memory.mode</name>
> <value>none</value>
> <on-ambari-upgrade add="true"/>
> </property>
> {code}
> - Stack Advisor never changes this value. Thus, practically, this config
> stays as none during the lifetime.
> Fix: need to remove the 'none' value, and keep it as :
> {code}
> <property>
> <name>hive.llap.io.memory.mode</name>
> <value/>
> <value-attributes>
> <empty-value-valid>true</empty-value-valid>
> </value-attributes>
> <on-ambari-upgrade add="true"/>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)