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

LoadIncrementalHFile should try to verify the content of unmatched families

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.99.2, 0.98.10
    • 1.0.0, 0.98.11
    • Client, mapreduce
    • None

    Description

      if the bulkload dir contains "other folders" with a valid family name, LoadIncrementalHFile will throw an unmatched family name exception.
      (In this case our test was running with the MR log dir pointing to the same bulkload dir)

      Unmatched family names found: unmatched family names in HFiles to be bulkloaded: [_logs]; valid family names of table testMRIncrementalLoad_1423719217782 are: [info-A, info-B]
      Stacktrace
      

      In theory we can add a second check to verify if the file inside the unmatched family is an hfile or not, and in case the folder doesn't contain hfiles we can skip that folder, and avoid the unmatched family exception.

      Attachments

        1. HBASE-13037-v1.patch
          8 kB
          Matteo Bertozzi
        2. HBASE-13037-v0.patch
          5 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: