Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
small formatting change
  • Loading branch information
ArtRand committed Aug 12, 2017
commit 4c77d54d8479035dbd8fbedbe05ec7c7b79cccaf
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
sc: SparkContext,
master: String,
securityManager: SecurityManager)
extends CoarseGrainedSchedulerBackend(
scheduler,
sc.env.rpcEnv)
with org.apache.mesos.Scheduler
with MesosSchedulerUtils {
extends CoarseGrainedSchedulerBackend(scheduler, sc.env.rpcEnv)
with org.apache.mesos.Scheduler with MesosSchedulerUtils {

this.hadoopDelegationTokenManager = Some(new HadoopDelegationTokenManager(
sc.conf, sc.hadoopConfiguration))
Expand Down