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