Skip to content

Commit ea7e4cd

Browse files
committed
SPARK-3223 runAsSparkUser cannot change HDFS write permission properly in mesos cluster mode
- Fix imports from intellij's auto rearrangement
1 parent 197952e commit ea7e4cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ import org.apache.spark.{Logging, SparkContext, SparkException, TaskState}
3333
import org.apache.spark.scheduler.{ExecutorExited, ExecutorLossReason, SchedulerBackend, SlaveLost, TaskDescription, TaskSchedulerImpl, WorkerOffer}
3434
import org.apache.spark.util.Utils
3535

36-
37-
38-
39-
4036
/**
4137
* A SchedulerBackend for running fine-grained tasks on Mesos. Each Spark task is mapped to a
4238
* separate Mesos task, allowing multiple applications to share cluster nodes both in space (tasks

0 commit comments

Comments
 (0)