Skip to content

Commit 54e8ab0

Browse files
committed
Revert "[HOTFIX] Fix compile in MasterSuite"
This reverts commit 5aed926.
1 parent 5aed926 commit 54e8ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/master/MasterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class MasterSuite extends SparkFunSuite with Matchers with Eventually with Priva
357357

358358
private def makeMaster(conf: SparkConf = new SparkConf): Master = {
359359
val securityMgr = new SecurityManager(conf)
360-
val rpcEnv = RpcEnv.create(Master.systemName, "localhost", 7077, conf, securityMgr)
360+
val rpcEnv = RpcEnv.create(Master.SYSTEM_NAME, "localhost", 7077, conf, securityMgr)
361361
val master = new Master(rpcEnv, rpcEnv.address, 8080, securityMgr, conf)
362362
master
363363
}

0 commit comments

Comments
 (0)