We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257acf3 commit e9cf8a6Copy full SHA for e9cf8a6
yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala
@@ -105,7 +105,7 @@ private[yarn] class YarnAllocator(
105
new ThreadFactoryBuilder().setNameFormat("ContainerLauncher #%d").setDaemon(true).build())
106
launcherPool.allowCoreThreadTimeOut(true)
107
108
- private val driverUrl = "akka.tcp://spark@%s:%s/user/%s".format(
+ private val driverUrl = "akka.tcp://sparkDriver@%s:%s/user/%s".format(
109
sparkConf.get("spark.driver.host"),
110
sparkConf.get("spark.driver.port"),
111
CoarseGrainedSchedulerBackend.ACTOR_NAME)
0 commit comments