Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Bhushan committed Apr 5, 2014
1 parent 4803c19 commit 04b9662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ private[spark] class MesosExecutorBackend
slaveInfo: SlaveInfo) {
val cl = Thread.currentThread.getContextClassLoader
try {
Thread.currentThread.setContextClassLoader(getClass.getClassLoader)
logInfo("Registered with Mesos as executor ID " + executorInfo.getExecutorId.getValue)
this.driver = driver
val properties = Utils.deserialize[Array[(String, String)]](executorInfo.getData.toByteArray)
Expand Down

0 comments on commit 04b9662

Please sign in to comment.