You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2013/12/27 18:13:50 UTC

[jira] [Commented] (AMBARI-4189) 'DataNode maximum Java heap size' and 'Hadoop maximum Java heap size' overrides for config groups didn't get persisted during installer

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

Andrii Tkach commented on AMBARI-4189:
--------------------------------------

+1 for the patch.

> 'DataNode maximum Java heap size' and 'Hadoop maximum Java heap size' overrides for config groups didn't get persisted during installer
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-4189
>                 URL: https://issues.apache.org/jira/browse/AMBARI-4189
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.3
>            Reporter: Antonenko Alexander
>            Assignee: Antonenko Alexander
>             Fix For: 1.4.3
>
>         Attachments: AMBARI-4189.patch, AMBARI-4189_branch-1.4.3.patch
>
>
> 1. During hadoop installation 2 config groups were created for HDFS with overrides for properties. 
> 2. After hadoop installation go to the config tab of Hdfs.
> Checked that 2 other properties 'DataNode directories' and 'Reserved space for HDFS' were persisted correctly for both config groups. 
> But the 'DataNode maximum Java heap size' and 'Hadoop maximum Java heap size' have the same default values in /etc/hadoop/conf/hadoop-env.sh: 
> {noformat}
> export HADOOP_HEAPSIZE="1024"
> ...
> HADOOP_DATANODE_OPTS="-Xmx1024m -Dhadoop.security.logger=ERROR,DRFAS ${HADOOP_DATANODE_OPTS}"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)