[
https://issues.apache.org/jira/browse/HBASE-13037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320601#comment-14320601
]
Hudson commented on HBASE-13037:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #809 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/809/])
HBASE-13037 LoadIncrementalHFile should try to verify the content of unmatched
families (matteo.bertozzi: rev 6507ddecb72842890f107791e05d4d32cc61baba)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFiles.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java
> 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)