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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2009/09/28 04:49:16 UTC

[jira] Created: (MAPREDUCE-1046) Remove mapred.{map|reduce}.child.ulimit and use mapred.job.{map|reduce}.memory.mb as the task's ulimit value

Remove mapred.{map|reduce}.child.ulimit and use mapred.job.{map|reduce}.memory.mb as the task's ulimit value
------------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1046
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1046
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: client, task
    Affects Versions: 0.21.0
            Reporter: Arun C Murthy


Currently mapred.{map|reduce}.child.ulimit is the ulimit value set for the child map/reduce task. We also have mapred.job.{map|reduce}.memory.mb in the capacity-scheduler which specifies the 'slot-size' in terms of memory for the child task. I propose we deprecate mapred.{map|reduce}.child.ulimit and use the value of mapred.job.{map|reduce}.memory.mb - this will help reduce proliferation of config knobs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.