HBASE-9687 Addendum shuts down the MiniMapReduceCluster

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1529304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-10-04 21:05:28 +00:00
parent b7b14cc80a
commit 6b9cbc2e0a
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class TestExportSnapshot {
@AfterClass
public static void tearDownAfterClass() throws Exception {
TEST_UTIL.shutdownMiniMapReduceCluster();
TEST_UTIL.shutdownMiniCluster();
}