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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/07/06 20:11:15 UTC

[jira] Created: (MAPREDUCE-711) Move Distributed Cache from Common to Map/Reduce

Move Distributed Cache from Common to Map/Reduce
------------------------------------------------

                 Key: MAPREDUCE-711
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-711
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Owen O'Malley


Distributed Cache logically belongs as part of map/reduce and not Common.

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


[jira] Resolved: (MAPREDUCE-711) Move Distributed Cache from Common to Map/Reduce

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala resolved MAPREDUCE-711.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
     Release Note: 
- Removed distributed cache classes and package from the Common project. 
- Added the same to the mapreduce project. 
- This will mean that users using Distributed Cache will now necessarily need the mapreduce jar in Hadoop 0.21.
- Modified the package name to o.a.h.mapreduce.filecache from o.a.h.filecache and deprecated the old package name.
     Hadoop Flags: [Incompatible change, Reviewed]

HDFS tests have also passed. Now, all the projects are sync'ed up.

I committed this to trunk. Thanks, Vinod !

> Move Distributed Cache from Common to Map/Reduce
> ------------------------------------------------
>
>                 Key: MAPREDUCE-711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-711
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Owen O'Malley
>            Assignee: Vinod K V
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-711-20090709-common.txt, MAPREDUCE-711-20090709-mapreduce.1.txt, MAPREDUCE-711-20090709-mapreduce.txt, MAPREDUCE-711-20090710.txt
>
>
> Distributed Cache logically belongs as part of map/reduce and not Common.

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