Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 23, 2024
1 parent ac21273 commit a980e07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ class SparkContext(config: SparkConf) extends Logging {
_env.initializeShuffleManager()
_env.initializeMemoryManager(SparkContext.numDriverCores(master, conf))


// Create and start the scheduler
val (sched, ts) = SparkContext.createTaskScheduler(this, master)
_schedulerBackend = sched
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ class MemoryOverridePlugin extends SparkPlugin {
}

object MemoryOverridePlugin {
var driverContext: PluginContext = _
var offHeapMemory: Long = _
}

Expand Down

0 comments on commit a980e07

Please sign in to comment.