Skip to content
Snippets Groups Projects
Commit 2bd76f69 authored by liguoqiang's avatar liguoqiang
Browse files

Renamed ClusterScheduler to TaskSchedulerImpl for yarn and new-yarn

parent 14fcef72
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,7 @@ import scala.collection.JavaConversions._ ...@@ -27,8 +27,7 @@ import scala.collection.JavaConversions._
import scala.collection.mutable.{ArrayBuffer, HashMap, HashSet} import scala.collection.mutable.{ArrayBuffer, HashMap, HashSet}
import org.apache.spark.Logging import org.apache.spark.Logging
import org.apache.spark.scheduler.SplitInfo import org.apache.spark.scheduler.{SplitInfo,TaskSchedulerImpl}
import org.apache.spark.scheduler.TaskSchedulerImpl
import org.apache.spark.scheduler.cluster.CoarseGrainedSchedulerBackend import org.apache.spark.scheduler.cluster.CoarseGrainedSchedulerBackend
import org.apache.spark.util.Utils import org.apache.spark.util.Utils
......
...@@ -27,8 +27,7 @@ import scala.collection.JavaConversions._ ...@@ -27,8 +27,7 @@ import scala.collection.JavaConversions._
import scala.collection.mutable.{ArrayBuffer, HashMap, HashSet} import scala.collection.mutable.{ArrayBuffer, HashMap, HashSet}
import org.apache.spark.Logging import org.apache.spark.Logging
import org.apache.spark.scheduler.SplitInfo import org.apache.spark.scheduler.{SplitInfo,TaskSchedulerImpl}
import org.apache.spark.scheduler.TaskSchedulerImpl
import org.apache.spark.scheduler.cluster.CoarseGrainedSchedulerBackend import org.apache.spark.scheduler.cluster.CoarseGrainedSchedulerBackend
import org.apache.spark.util.Utils import org.apache.spark.util.Utils
......
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