Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-16360

TableMapReduceUtil addHBaseDependencyJars has the wrong class name for PrefixTreeCodec

    XMLWordPrintableJSON

Details

    Description

      HBASE-15152 included the prefix tree module as dependency to TableMapReduceUtil. but the hardcoded string of the class name is wrong.

      Class.forName("org.apache.hadoop.hbase.code.prefixtree.PrefixTreeCodec");
      

      should be ".codec." instead of ".code."

      Class.forName("org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeCodec");
      

      Attachments

        1. HBASE-16360-v0.patch
          0.8 kB
          Jing Pu Chen

        Activity

          People

            jimpu Jing Pu Chen
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: