Skip to content

Commit

Permalink
Update MiniClusterFeature.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
waitinfuture authored Feb 15, 2024
1 parent 675d4e5 commit 7d4a48e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ trait MiniClusterFeature extends Logging {
s"${CelebornConf.MASTER_ENDPOINTS.key}" -> s"localhost:$randomPort") ++
masterConf
val finalWorkerConf = Map(
s"${CelebornConf.MASTER_ENDPOINTS.key}" -> s"localhost:$randomPort",
s"${CelebornConf.WORKER_DISK_MONITOR_CHECKLIST}" -> "readwrite") ++
s"${CelebornConf.MASTER_ENDPOINTS.key}" -> s"localhost:$randomPort") ++
workerConf
logInfo(s"generated configuration $finalMasterConf")
val (m, w) =
Expand Down

0 comments on commit 7d4a48e

Please sign in to comment.