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 "Amr Awadallah (JIRA)" <ji...@apache.org> on 2009/10/15 07:38:31 UTC

[jira] Created: (MAPREDUCE-1115) Support hierarchical pools of directories to use for intermediate MapReduce data files (for SSD drives)

Support hierarchical pools of directories to use for intermediate MapReduce data files (for SSD drives)
-------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1115
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1115
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: tasktracker
            Reporter: Amr Awadallah
            Priority: Minor


Some initial benchmarking shows that SSDs can help a lot for local data files (for shuffle and other intermediate files). 

Currently mapred.local.dir just round-robins over the provided directories, it would be nice to allocate a set of SSD directories to round-robin across first, then spill over to normal drives if the SSD directories are full.

-- amr


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