Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11339 HBase MOB
  3. HBASE-13151

IllegalArgumentException in compaction when table has a namespace

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      In the PartitionedMobFileCompactor we have a bulk load path, currently it directly use table.getNameAsString as part of the path, if the table has a namespace, the path contains character ":" which is regarded as a illegal character in file path. As fixing, we need to divide the namespace and qualifier into directories like the way in table path.

      Attachments

        1. HBASE-13151.diff
          1 kB
          Jingcheng Du
        2. HBASE-13151-V2.diff
          30 kB
          Jingcheng Du
        3. HBASE-13151-V3.diff
          30 kB
          Jingcheng Du
        4. HBASE-13151-V4.diff
          30 kB
          Jingcheng Du
        5. HBASE-13151-V5.diff
          34 kB
          Jonathan Hsieh

        Activity

          People

            jingcheng.du@intel.com Jingcheng Du
            jingcheng.du@intel.com Jingcheng Du
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: