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

Hudson commented on MAPREDUCE-6046:
-----------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #38 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/38/])
MAPREDUCE-6046. Change the class name for logs in RMCommunicator. (devaraj: rev 
0bd022911013629a8c9e7357fae8cf4399d7a1e3)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMCommunicator.java


> 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
>            Assignee: Sahil Takiar
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.7.0
>
>         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)

Reply via email to