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 c6afd6a commit 374ddc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ 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.MASTER_ENDPOINTS.key}" -> s"localhost:$randomPort",
s"${CelebornConf.WORKER_DISK_MONITOR_CHECKLIST}" -> "readwrite") ++
workerConf
logInfo(s"generated configuration $finalMasterConf")
val (m, w) =
Expand Down

0 comments on commit 374ddc2

Please sign in to comment.