Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11877

SnappyDecompressor's Logger class name is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.8.0, 3.0.0-alpha1
    • conf
    • None
    • Reviewed

    Description

      In SnappyDecompressor class logger name configured SnappyCompressor.class.

         private static final Log LOG =
            LogFactory.getLog(SnappyCompressor.class.getName());
      

      It should be SnappyDecompressor.class.

      Attachments

        1. HADOOP-11877 .patch
          0.9 kB
          Surendra Singh Lilhore

        Activity

          People

            surendralilhore Surendra Singh Lilhore
            surendralilhore Surendra Singh Lilhore
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: