Skip to content

Commit

Permalink
[SPARK-5088] Use spark-class for running executors directly
Browse files Browse the repository at this point in the history
- Adjusted orders of import
  • Loading branch information
jongyoul committed Jan 19, 2015
1 parent 97e4bd4 commit ff57bda
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import java.io.File
import java.util.{ArrayList => JArrayList, List => JList}
import java.util.Collections

import org.apache.spark.executor.MesosExecutorBackend

import scala.collection.JavaConversions._
import scala.collection.mutable.{HashMap, HashSet}

Expand All @@ -32,6 +30,7 @@ import org.apache.mesos._
import org.apache.mesos.Protos.{TaskInfo => MesosTaskInfo, TaskState => MesosTaskState,
ExecutorInfo => MesosExecutorInfo, _}

import org.apache.spark.executor.MesosExecutorBackend
import org.apache.spark.{Logging, SparkContext, SparkException, TaskState}
import org.apache.spark.scheduler.cluster.ExecutorInfo
import org.apache.spark.scheduler._
Expand Down

0 comments on commit ff57bda

Please sign in to comment.