Skip to content

Commit

Permalink
HBASE-6734 Code duplication in LoadIncrementalHFiles (Richard Ding)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.94@1382354 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Zhihong Yu committed Sep 8, 2012
1 parent 23f61b3 commit 20a8c95
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -212,12 +212,6 @@ public void doBulkLoad(Path hfofDir, final HTable table)
return;
}

if (queue.isEmpty()) {
LOG.warn("Bulk load operation did not find any files to load in " +
"directory " + hfofDir.toUri() + ". Does it contain files in " +
"subdirectories that correspond to column family names?");
}

// Assumes that region splits can happen while this occurs.
while (!queue.isEmpty()) {
// need to reload split keys each iteration.
Expand Down

0 comments on commit 20a8c95

Please sign in to comment.