[ 
https://issues.apache.org/jira/browse/HBASE-13037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-13037:
------------------------------------
    Attachment:     (was: HBASE-13037-v1.patch)

> 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.99.2, 0.98.10
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 1.0.0, 2.0.0, 0.98.11
>
>         Attachments: HBASE-13037-v0.patch, HBASE-13037-v1.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)

Reply via email to