You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Anil Gupta (JIRA)" <ji...@apache.org> on 2012/08/03 01:23:02 UTC

[jira] [Created] (MAPREDUCE-4508) YARN needs to properly check the NM,AM memory properties in yarn-site.xml and mapred.xml and report errors accordingly.

Anil Gupta created MAPREDUCE-4508:
-------------------------------------

             Summary: YARN needs to properly check the NM,AM memory properties in yarn-site.xml and mapred.xml and report errors accordingly.
                 Key: MAPREDUCE-4508
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4508
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: nodemanager, resourcemanager
    Affects Versions: 2.0.0-alpha
         Environment: CentOs6.0, Hadoop2.0.0 Alpha
            Reporter: Anil Gupta


Please refer to this discussion on the Hadoop Mailing list:
http://comments.gmane.org/gmane.comp.jakarta.lucene.hadoop.user/33110

Summary:
I was running YARN(Hadoop2.0.0 Alpha) on a 8 datanode, 4 admin node Hadoop/HBase cluster. My datanodes were only having 3.2GB of memory. So, i configured the yarn.nodemanager.resource.memory-mb property in yarn-site.xml to 1200. After setting the property if i run any Yarn Job then the NodemManager wont be able to start any Map task since by default the yarn.app.mapreduce.am.resource.mb property is set to 1500 MB in mapred-site.xml. 
Expected Behavior: NodeManager should give an error if yarn.app.mapreduce.am.resource.mb >= yarn.nodemanager.resource.memory-mb.

Please let me know if more information is required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira