Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Split from HADOOP-14539.
Now IOUtils.cleanup only accepts commons-logging logger API. Now we are migrating the APIs to slf4j, slf4j logger API should be accepted as well. Adding IOUtils.cleanup(Logger, Closeable...) causes IOUtils.cleanup(null, Closeable...) to fail (incompatible change), so it's better to change the method name to avoid the conflict.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-14539 Move commons logging APIs over to slf4j in hadoop-common
- Resolved