private HConnection getConnection() throws IOException {
   return HBaseConnection.get(hbaseUrl);
 }
 private void createHTableIfNeeded(String tableName) throws IOException {
   HBaseConnection.createHTableIfNeeded(getConnection(), tableName, FAMILY);
 }