[ 
https://issues.apache.org/jira/browse/HBASE-16509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449052#comment-15449052
 ] 

Hudson commented on HBASE-16509:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1509 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1509/])
HBASE-16509 Add option to LoadIncrementalHFiles which allows skipping (tedyu: 
rev 9cb0094bdbecf95455388278430833188bf021ef)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java


> Add option to LoadIncrementalHFiles which allows skipping unmatched column 
> families
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-16509
>                 URL: https://issues.apache.org/jira/browse/HBASE-16509
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 2.0.0
>
>         Attachments: 16509.v1.txt, 16509.v2.txt, 16509.v3.txt, 16509.v3.txt, 
> 16509.v4.txt, 16509.v5.txt
>
>
> During my work on HBASE-15449, there came the need for LoadIncrementalHFiles 
> not to bail out on unmatched column families.
> The use case is like this:
> * table has two column families, A and B
> * full backup is taken on this table
> * column family B is dropped
> * more data is written to the table
> * incremental backup is performed on the table
> * user performs incremental restore using the latest backup
> Since column family B is gone, LoadIncrementalHFiles would fail with 
> IOException for family mismatch.
> This issue is to add an option to LoadIncrementalHFiles so that bulk load can 
> load hfiles for the existing column families.



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

Reply via email to