39404142434445464748
} @After public void cleanHCatalog() { // ensures all tables are removed MetaStoreUtil hcat = new MetaStoreUtil(fileSystem.getConf()); for (String tableName : hcat.getAllTables("default")) { hcat.dropTable("default", tableName); } }