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/04/25 13:14:38 UTC

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

surendra singh lilhore created HADOOP-11877:
-----------------------------------------------

             Summary: 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


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)