[jira] [Commented] (MAPREDUCE-2142) Refactor RaidNode to remove dependence on map reduce

2011-04-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13016972#comment-13016972
 ] 

Hudson commented on MAPREDUCE-2142:
---

Integrated in Hadoop-Mapreduce-trunk #643 (See 
[https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/643/])


 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
Assignee: Patrick Kling
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2142.2.patch, MAPREDUCE-2142.3.patch, 
 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (MAPREDUCE-2142) Refactor RaidNode to remove dependence on map reduce

2010-11-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12929523#action_12929523
 ] 

Hudson commented on MAPREDUCE-2142:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #531 (See 
[https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/531/])
MAPREDUCE-2142.  Refactor RaidNode so that the map-reduce component is
clearly separated out. (Patrick Kling via dhruba)


 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
Assignee: Patrick Kling
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2142.2.patch, MAPREDUCE-2142.3.patch, 
 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.