Skip to content

Commit b7486cc

Browse files
author
Marcelo Vanzin
committed
Fix mesos compilation.
1 parent 1d18928 commit b7486cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesos/src/main/scala/org/apache/spark/executor/MesosExecutorBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private[spark] class MesosExecutorBackend
7575
val conf = new SparkConf(loadDefaults = true).setAll(properties)
7676
val port = conf.getInt("spark.executor.port", 0)
7777
val env = SparkEnv.createExecutorEnv(
78-
conf, executorId, slaveInfo.getHostname, port, cpusPerTask, isLocal = false)
78+
conf, executorId, slaveInfo.getHostname, port, cpusPerTask, None, isLocal = false)
7979

8080
executor = new Executor(
8181
executorId,

0 commit comments

Comments
 (0)