You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "surendra singh lilhore (JIRA)" <ji...@apache.org> on 2015/05/05 16:25:17 UTC

[jira] [Updated] (HADOOP-11877) SnappyDecompressor's Logger class name is wrong

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

surendra singh lilhore updated HADOOP-11877:
--------------------------------------------
    Labels: BB2015-05-RFC  (was: )

> SnappyDecompressor's Logger class name is wrong
> -----------------------------------------------
>
>                 Key: HADOOP-11877
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11877
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 2.6.0
>            Reporter: surendra singh lilhore
>            Assignee: surendra singh lilhore
>              Labels: BB2015-05-RFC
>         Attachments: HADOOP-11877 .patch
>
>
> In SnappyDecompressor class logger name configured SnappyCompressor.class.
> {code}
>    private static final Log LOG =
>       LogFactory.getLog(SnappyCompressor.class.getName());
> {code}
> It should be SnappyDecompressor.class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)