Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyuxia committed Dec 2, 2024
1 parent db505a8 commit e70d36e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ static void createHDFS(@TempDir File tmp) throws Exception {
@AfterAll
static void destroyHDFS() throws Exception {
if (hdfsCluster != null) {
hdfsCluster
.getFileSystem()
.delete(new org.apache.hadoop.fs.Path(basePath.toUri()), true);
// fs.delete(basePath, true);
hdfsCluster.shutdown();
}
}
Expand Down

0 comments on commit e70d36e

Please sign in to comment.