[
https://issues.apache.org/jira/browse/HDFS-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592958#comment-14592958
]
Rakesh R commented on HDFS-6564:
--------------------------------
Please ignore the previous, small correction to the logger class.
{code}
Users may need attention for this change while upgrading to this version.
org.apache.hadoop.hdfs.protocol.CachePoolInfo#LOG public static member variable
has been removed as it is not used anywhere. Users need to correct their code
if any one has a reference to this variable. One can retrieve the named logger
via the logging framework of their choice directly like, org.slf4j.Logger LOG =
org.slf4j.LoggerFactory.getLogger(org.apache.hadoop.hdfs.protocol.CachePoolInfo.class);
{code}
> Use slf4j instead of common-logging in hdfs-client
> --------------------------------------------------
>
> Key: HDFS-6564
> URL: https://issues.apache.org/jira/browse/HDFS-6564
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Haohui Mai
> Assignee: Rakesh R
> Attachments: HDFS-6564-01.patch, HDFS-6564-02.patch,
> HDFS-6564-03.patch
>
>
> hdfs-client should depends on slf4j instead of common-logging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)