[ 
https://issues.apache.org/jira/browse/AMBARI-17434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348948#comment-15348948
 ] 

Hadoop QA commented on AMBARI-17434:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12813159/AMBARI-17434.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/7541//console

This message is automatically generated.

> 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)

Reply via email to