Skip to content

Commit e9cf8a6

Browse files
committed
Fix YarnClusterSuite
1 parent 257acf3 commit e9cf8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private[yarn] class YarnAllocator(
105105
new ThreadFactoryBuilder().setNameFormat("ContainerLauncher #%d").setDaemon(true).build())
106106
launcherPool.allowCoreThreadTimeOut(true)
107107

108-
private val driverUrl = "akka.tcp://spark@%s:%s/user/%s".format(
108+
private val driverUrl = "akka.tcp://sparkDriver@%s:%s/user/%s".format(
109109
sparkConf.get("spark.driver.host"),
110110
sparkConf.get("spark.driver.port"),
111111
CoarseGrainedSchedulerBackend.ACTOR_NAME)

0 commit comments

Comments
 (0)