aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/scala/spark/executor/MesosExecutorBackend.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/spark/executor/MesosExecutorBackend.scala b/core/src/main/scala/spark/executor/MesosExecutorBackend.scala
index b981b26916..818d6d1dda 100644
--- a/core/src/main/scala/spark/executor/MesosExecutorBackend.scala
+++ b/core/src/main/scala/spark/executor/MesosExecutorBackend.scala
@@ -33,7 +33,7 @@ private[spark] class MesosExecutorBackend(executor: Executor)
this.driver = driver
val properties = Utils.deserialize[Array[(String, String)]](executorInfo.getData.toByteArray)
executor.initialize(
- slaveInfo.getId.getValue + "-" + executorInfo.getExecutorId.getValue,
+ executorInfo.getExecutorId.getValue,
slaveInfo.getHostname,
properties
)