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 "Rodrigo Schmidt (JIRA)" <ji...@apache.org> on 2010/02/19 09:05:27 UTC

[jira] Created: (MAPREDUCE-1512) RAID could use HarFileSystem directly instead of FileSystem.get

RAID could use HarFileSystem directly instead of FileSystem.get
---------------------------------------------------------------

                 Key: MAPREDUCE-1512
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1512
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: contrib/raid
            Reporter: Rodrigo Schmidt
            Priority: Minor


Makes the code run slightly faster and avoids possible problems in matching the right filesystem like the stale cache reported in HADOOP-6097.

This is a minor improvement for trunk, but it is really helpful for people running RAID on earlier releases susceptible to HADOOP-6097, since RAID would crash on them.

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