@AfterClass
 public static void tearDown() throws Exception {
   hiveLocalMetaStore.stop();
   FileUtils.deleteFolder(
       new File(propertyParser.getProperty(ConfigVars.HIVE_TEST_TABLE_NAME_KEY))
           .getAbsolutePath());
 }