[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Kling updated MAPREDUCE-2142:
-------------------------------------

    Attachment: MAPREDUCE-2142.patch

     [exec] +1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to include 12 new or 
modified tests.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.
     [exec]
     [exec]     +1 system tests framework.  The patch passed system tests 
framework compile.


> Refactor RaidNode to remove dependence on map reduce
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-2142
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2142
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>            Reporter: Patrick Kling
>         Attachments: MAPREDUCE-2142.patch
>
>
> I am refactoring the RaidNode code as follows: The base class RaidNode will 
> contain the common functionality needed for raiding files. The derived class 
> LocalRaidNode contains an implementation of RaidNode that performs raiding 
> locally. The derived class DistRaidNode performs raiding using map reduce 
> jobs. This way, only DistRaidNode has a dependency on map reduce code and 
> RaidNode and LocalRaidNode can be moved to HDFS.

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

Reply via email to