Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Incompatible change, Reviewed
-
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)
Description
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.
Attachments
Issue Links
- causes
-
HADOOP-17581 Fix reference to LOG is ambiguous after HADOOP-17482
- Resolved
- links to