Skip to content

Commit

Permalink
fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gummelt committed Jun 6, 2017
1 parent ee10af6 commit 9c21758
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ import org.apache.mesos.Protos.Environment.Variable
import org.apache.mesos.Protos.TaskStatus.Reason

import org.apache.spark.{SecurityManager, SparkConf, SparkException, TaskState}
import org.apache.spark.deploy.mesos.config
import org.apache.spark.deploy.mesos.MesosDriverDescription
import org.apache.spark.deploy.rest.{CreateSubmissionResponse, KillSubmissionResponse, SubmissionStatusResponse}
import org.apache.spark.metrics.MetricsSystem
import org.apache.spark.util.Utils
import org.apache.spark.deploy.mesos.config


/**
* Tracks the current state of a Mesos Task that runs a Spark driver.
Expand Down

0 comments on commit 9c21758

Please sign in to comment.