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:
parent
0d17817fde
commit
f1815cf544
|
@ -250,6 +250,7 @@ public class TestImportTsv {
|
||||||
}
|
}
|
||||||
assertTrue(verified);
|
assertTrue(verified);
|
||||||
} finally {
|
} finally {
|
||||||
|
htu1.shutdownMiniMapReduceCluster();
|
||||||
htu1.shutdownMiniCluster();
|
htu1.shutdownMiniCluster();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue