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

LoadIncrementalHFiles fails to load data in table when CF name starts with '_'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.98.5
    • 0.98.8, 0.99.2
    • None
    • None
    • Reviewed

    Description

      We do not restrict user from creating a table having column family starting with '_'.
      So when user creates a table in such a way then LoadIncrementalHFiles will skip those family data to load into the table.

      // Skip _logs, etc
      if (familyDir.getName().startsWith("_")) continue;
      

      I think we should remove that check as I do not see any _logs directory being created by the bulkload tool in the output directory.

      Attachments

        1. HBASE-12375.patch
          3 kB
          Ashish Singhi
        2. HBASE-12375-0.98.patch
          3 kB
          Ashish Singhi
        3. HBASE-12375-v2.patch
          3 kB
          Ashish Singhi

        Activity

          People

            ashish singhi Ashish Singhi
            ashish singhi Ashish Singhi
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: