Skip to content

Commit

Permalink
Update master/src/main/scala/org/apache/celeborn/service/deploy/maste…
Browse files Browse the repository at this point in the history
…r/Master.scala
  • Loading branch information
pan3793 authored Jul 5, 2023
1 parent 22b6989 commit 9e47b1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ private[celeborn] class Master(
val fileStatus = iter.next()
if (!statusSystem.appHeartbeatTime.containsKey(fileStatus.getPath.getName)) {
logInfo(
s"Clean HDFS dir ${fileStatus.getPath.toString} using ${Utils.msDurationToString(
System.currentTimeMillis() - startTime)}")
s"Clean HDFS dir ${fileStatus.getPath.toString} costs
${Utils.msDurationToString(System.currentTimeMillis() - startTime)}")
hadoopFs.delete(fileStatus.getPath, true)
}
}
Expand Down

0 comments on commit 9e47b1a

Please sign in to comment.