Skip to content

Commit 5aed926

Browse files
author
Andrew Or
committed
[HOTFIX] Fix compile in MasterSuite
1 parent d0ef42c commit 5aed926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.SYSTEM_NAME, "localhost", 7077, conf, securityMgr)
360+
val rpcEnv = RpcEnv.create(Master.systemName, "localhost", 7077, conf, securityMgr)
361361
val master = new Master(rpcEnv, rpcEnv.address, 8080, securityMgr, conf)
362362
master
363363
}

0 commit comments

Comments
 (0)