[
https://issues.apache.org/jira/browse/HBASE-16821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576316#comment-15576316
]
Hudson commented on HBASE-16821:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1786 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1786/])
HBASE-16821 Enhance LoadIncrementalHFiles API to convey missing hfiles (tedyu:
rev 39d43ab779a90f28273426ee2887daacaa6b1f48)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFiles.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java
> Enhance LoadIncrementalHFiles API to convey missing hfiles if any
> -----------------------------------------------------------------
>
> Key: HBASE-16821
> URL: https://issues.apache.org/jira/browse/HBASE-16821
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 2.0.0
>
> Attachments: 16821.v1.txt, 16821.v2.txt
>
>
> When map parameter of run() method is not null:
> {code}
> public int run(String dirPath, Map<byte[], List<Path>> map, TableName
> tableName) throws Exception{
> {code}
> the caller knows the exact files to be bulk loaded.
> This issue is to enhance the run() API so that when certain hfiles turn out
> to be missing, the return value should indicate the missing files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)