public static void loadTable(HTable table, LoadIncrementalHFiles loader, String path) throws IOException, ClassNotFoundException, InterruptedException, Exception { loader.doBulkLoad(new Path(path), table); }