You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2013/08/13 03:17:48 UTC

[jira] [Commented] (AMBARI-2880) null property values generated during Hadoop 1 stack install

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

Srimanth Gunturi commented on AMBARI-2880:
------------------------------------------

Problem was that App.isHadoopStack() always returns true - even when Hadoop 1.x stack is selected. This is due to some changes made for mock data.
                
> null property values generated during Hadoop 1 stack install
> ------------------------------------------------------------
>
>                 Key: AMBARI-2880
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2880
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2880.patch
>
>
> Some of the puppet scripts have property values of null:
> {code}
> "mapred.cluster.max.reduce.memory.mb" => 'null',
> "mapred.job.reuse.jvm.num.tasks" => '1',
> "mapred.healthChecker.script.path" => 'null',
> "mapreduce.jobtracker.staging.root.dir" => '/user',
> "mapred.job.shuffle.merge.percent" => '0.66',
> "mapred.cluster.reduce.memory.mb" => 'null',
> "mapreduce.tasktracker.group" => 'hadoop',
> "mapred.tasktracker.map.tasks.maximum" => 'null',
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira