You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2015/02/13 12:06:11 UTC

[jira] [Created] (HBASE-13037) LoadIncrementalHFile should try to verify the content of unmatched families

Matteo Bertozzi created HBASE-13037:
---------------------------------------

             Summary: LoadIncrementalHFile should try to verify the content of unmatched families
                 Key: HBASE-13037
                 URL: https://issues.apache.org/jira/browse/HBASE-13037
             Project: HBase
          Issue Type: Bug
          Components: Client, mapreduce
    Affects Versions: 0.98.10, 0.99.2
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Minor
             Fix For: 1.0.0, 2.0.0, 0.98.11
         Attachments: HBASE-13037-v0.patch

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)
{code}
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
{code}

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)