Beispiel #1
0
 public void initTestTable() throws IOException {
   HBaseTestingUtility.createPreSplitLoadTestTable(
       conf, tableName, COLUMN_FAMILY, compressAlgo, dataBlockEncodingAlgo);
   applyColumnFamilyOptions(tableName, COLUMN_FAMILIES);
 }