fix this import order

This commit is contained in:
liguoqiang 2013-12-26 15:49:33 +08:00
parent 2bd76f693d
commit b662c88a24
2 changed files with 2 additions and 2 deletions

View file

@ -20,8 +20,8 @@ package org.apache.spark.scheduler.cluster
import org.apache.spark._
import org.apache.hadoop.conf.Configuration
import org.apache.spark.deploy.yarn.YarnAllocationHandler
import org.apache.spark.util.Utils
import org.apache.spark.scheduler.TaskSchedulerImpl
import org.apache.spark.util.Utils
/**
*

View file

@ -19,9 +19,9 @@ package org.apache.spark.scheduler.cluster
import org.apache.spark._
import org.apache.spark.deploy.yarn.{ApplicationMaster, YarnAllocationHandler}
import org.apache.spark.scheduler.TaskSchedulerImpl
import org.apache.spark.util.Utils
import org.apache.hadoop.conf.Configuration
import org.apache.spark.scheduler.TaskSchedulerImpl
/**
*