Temporary fix for build break after rebase
This commit is contained in:
committed by
vinoth chandar
parent
86209640f7
commit
45dd8980c3
@@ -90,14 +90,15 @@ public class TestMergeOnReadTable {
|
|||||||
dfsCluster.shutdown();;
|
dfsCluster.shutdown();;
|
||||||
}
|
}
|
||||||
FSUtils.setFs(null);
|
FSUtils.setFs(null);
|
||||||
FileSystem.closeAll();
|
// TEMPFIX(vc): Fix failing build
|
||||||
|
//FileSystem.closeAll();
|
||||||
HoodieTestUtils.resetFS();
|
HoodieTestUtils.resetFS();
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setUpDFS() throws IOException {
|
public static void setUpDFS() throws IOException {
|
||||||
|
// TEMPFIX(vc): Fix failing build
|
||||||
FileSystem.closeAll();
|
//FileSystem.closeAll();
|
||||||
if (hdfsTestService == null) {
|
if (hdfsTestService == null) {
|
||||||
hdfsTestService = new HdfsTestService();
|
hdfsTestService = new HdfsTestService();
|
||||||
dfsCluster = hdfsTestService.start(true);
|
dfsCluster = hdfsTestService.start(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user