You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/10/21 08:06:44 UTC

[jira] Commented: (HADOOP-4187) Create a MapReduce-specific ReflectionUtils that handles JobConf and JobConfigurable

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

Owen O'Malley commented on HADOOP-4187:
---------------------------------------

Just to be clear, the problem is that core/**/utils/ReflectionUtils references mapred/**/mapred/JobConf and JobConfigurable. Clearly before the subprojects split, this needs to be removed. We need a solution for 0.20, so we can't just ignore the problem, unfortunately. I'd suggest that:
  1. We make a package private mapred.ReflectionUtils that uses JobConf and JobConfigurable. 
  2. Make the callers in mapred call it.


> Create a MapReduce-specific ReflectionUtils that handles JobConf and JobConfigurable
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4187
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4187
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>


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