HBASE-14929 There is a space missing from table "foo" is not currently available (Carlos A. Morillo)
This commit is contained in:
parent
3b9b8cc667
commit
7d3af71db5
|
@ -348,7 +348,7 @@ public class LoadIncrementalHFiles extends Configured implements Tool {
|
|||
RegionLocator regionLocator) throws TableNotFoundException, IOException {
|
||||
|
||||
if (!admin.isTableAvailable(regionLocator.getName())) {
|
||||
throw new TableNotFoundException("Table " + table.getName() + "is not currently available.");
|
||||
throw new TableNotFoundException("Table " + table.getName() + " is not currently available.");
|
||||
}
|
||||
|
||||
ExecutorService pool = createExecutorService();
|
||||
|
|
Loading…
Reference in New Issue