Skip to content
Snippets Groups Projects
Commit 252845d3 authored by Charles Reiss's avatar Charles Reiss
Browse files

Remove remants of attempt to use slaveId-executorId in MesosExecutorBackend

parent f7de6978
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment