You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2014/09/06 00:26:28 UTC

[jira] [Commented] (MAPREDUCE-6046) Change the class name for logs in RMCommunicator.java

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123706#comment-14123706 ] 

Sahil Takiar commented on MAPREDUCE-6046:
-----------------------------------------

Patch submitted

> Change the class name for logs in RMCommunicator.java
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-6046
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6046
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am
>    Affects Versions: 3.0.0
>            Reporter: Devaraj K
>            Priority: Minor
>              Labels: newbie
>         Attachments: MAPREDUCE-6046-01.patch
>
>
> It is little confusing when the logs gets generated with the class name as RMContainerAllocator and not present in RMContainerAllocator.java.
> {code:title=RMCommunicator.java|borderStyle=solid}
>   private static final Log LOG = LogFactory.getLog(RMContainerAllocator.class);
> {code}
> In the above RMContainerAllocator.class needs to be changed to RMCommunicator.class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)