1
0

Temporary fix for build break after rebase

This commit is contained in:
Vinoth Chandar
2017-08-04 17:00:40 -07:00
committed by vinoth chandar
parent 86209640f7
commit 45dd8980c3

View File

@@ -90,14 +90,15 @@ public class TestMergeOnReadTable {
dfsCluster.shutdown();;
}
FSUtils.setFs(null);
FileSystem.closeAll();
// TEMPFIX(vc): Fix failing build
//FileSystem.closeAll();
HoodieTestUtils.resetFS();
}
@BeforeClass
public static void setUpDFS() throws IOException {
FileSystem.closeAll();
// TEMPFIX(vc): Fix failing build
//FileSystem.closeAll();
if (hdfsTestService == null) {
hdfsTestService = new HdfsTestService();
dfsCluster = hdfsTestService.start(true);