HBASE-5420 TestImportTsv does not shut down MR Cluster correctly (fails against 0.23 hadoop)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1245795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-02-17 23:02:37 +00:00
parent 0d17817fde
commit f1815cf544
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ public class TestImportTsv {
}
assertTrue(verified);
} finally {
htu1.shutdownMiniMapReduceCluster();
htu1.shutdownMiniCluster();
}
}