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 "Runping Qi (JIRA)" <ji...@apache.org> on 2007/05/18 20:06:17 UTC

[jira] Commented: (HADOOP-1389) In PipeMarRed.java, log related fields seems useless

    [ https://issues.apache.org/jira/browse/HADOOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496985 ] 

Runping Qi commented on HADOOP-1389:
------------------------------------


The remaining codes in contrib/stream are still not up to Hadoop standard and need further 
clean up/refactoring before we can move them to the Hadoop main.  JIRA-1329 was created for 
this purpose. It is fine if somebody goes ahead to fix the specific problems raised in the current JIRA.
Otherwise,  the problems of this kind sould be fixed as a part of JIRA-1329.




> In PipeMarRed.java, log related fields seems useless
> ----------------------------------------------------
>
>                 Key: HADOOP-1389
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1389
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>            Reporter: Devaraj Das
>             Fix For: 0.14.0
>
>
> In PipeMapRed.java, the fields log_ & LOGNAME seems useless since they remain null throughout. It might cause issues at PipeMapRed.java:[line 352]. Also, the field mapRedKey_ in the same file is always null and might cause issues if the getContext() method is ever invoked (it is never invoked in the current code). 
> We possibly can remove references to these fields.

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