Example #1
0
 private void createHTableIfNeeded(String tableName) throws IOException {
   HBaseConnection.createHTableIfNeeded(getConnection(), tableName, FAMILY);
 }