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

Steve Loughran updated HADOOP-17482:
------------------------------------
    Hadoop Flags: Incompatible change,Reviewed  (was: Reviewed)
    Release Note: The protected commons-logging LOG has been removed from the 
FileSystem class. Any FileSystem implementation which referenced this for 
logging will no longer link. Fix: move these implementations to using their 
own, private SLF4J log (or other logging API)

> Remove Commons Logger from FileSystem Class
> -------------------------------------------
>
>                 Key: HADOOP-17482
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17482
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> Remove reference to Commons Logger in FileSystem, it already has SLF4J, so 
> it's a bit weird to be mixing and matching and interweaving loggers in this 
> way.  Also, my hope is to eventually migrate everything to SLF4J to simplify 
> things for downstream consumers of the common library.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to