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 "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2018/06/18 21:25:00 UTC

[jira] [Updated] (MAPREDUCE-7063) Fix log level inconsistency in CombineFileInputFormat.java

     [ https://issues.apache.org/jira/browse/MAPREDUCE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira Ajisaka updated MAPREDUCE-7063:
-------------------------------------
    Summary: Fix log level inconsistency in CombineFileInputFormat.java  (was: Update Logging to DEBUG Level)

> Fix log level inconsistency in CombineFileInputFormat.java
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-7063
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7063
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Vidura Bhathiya Mudalige
>            Priority: Minor
>              Labels: newbie
>         Attachments: 395.patch
>
>
> [https://github.com/apache/hadoop/blob/178751ed8c9d47038acf8616c226f1f52e884feb/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/CombineFileInputFormat.java#L428-L429]
>  
> {code:java}
> LOG.info("DEBUG: Terminated node allocation with : CompletedNodes: "
> + completedNodes.size() + ", size left: " + totalLength);
> {code}
> # Use SLF4J Parameterized logging
> # The message literal string contains the word "DEBUG" but this is _INFO_ level logging.  Remove the word "DEBUG" and set the logging level to _DEBUG_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org