[ 
https://issues.apache.org/jira/browse/HADOOP-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592122#action_12592122
 ] 

Dennis Kubes commented on HADOOP-3261:
--------------------------------------

After talking with doug and doing a little more prototyping, this really isn't 
needed.  We can get the same benefit (in nutch) simply by using the 
configuration setup like hadoop does :) with reflectionutils instead of the 
plugin architecture.  IMO this issue can be closed.

> Allow Mapper and Reducer classes to be created a Spring Beans
> -------------------------------------------------------------
>
>                 Key: HADOOP-3261
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3261
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>         Attachments: HADOOP-3261-1-20080415.patch, spring.jar
>
>
> This improvement abstracts the creation of Mappers and Reducers  in factory 
> classes and adds the ability to define a spring beans.xml file in the 
> classpath and have the Mapper and Reducer classes be created as spring beans. 
>  This is transparent to the rest of Hadoop but the benefit is that is allows 
> Mapper and Reducer classes to have their dependencies injected versus having 
> them hardcoded.  This will help in the ability to test various mapreduce jobs.

-- 
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