Skip to content

Commit

Permalink
[SPARK-4465] runAsSparkUser doesn't affect TaskRunner in Mesos enviro…
Browse files Browse the repository at this point in the history
…nment at all.

- Removed unused import
  • Loading branch information
jongyoul committed Jan 2, 2015
1 parent 3d6631f commit 46ad71e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import java.nio.ByteBuffer
import scala.collection.JavaConversions._

import org.apache.mesos.protobuf.ByteString
import org.apache.mesos.{Executor => MesosExecutor, ExecutorDriver, MesosExecutorDriver, MesosNativeLibrary}
import org.apache.mesos.{Executor => MesosExecutor, ExecutorDriver, MesosExecutorDriver}
import org.apache.mesos.Protos.{TaskStatus => MesosTaskStatus, _}

import org.apache.spark.{Logging, TaskState}
Expand Down

0 comments on commit 46ad71e

Please sign in to comment.