Skip to content

Commit c671c46

Browse files
author
Marcelo Vanzin
committed
Fix merge.
1 parent 3979aad commit c671c46

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,6 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
14721472
if (!stopped) {
14731473
stopped = true
14741474
postApplicationEnd()
1475-
<<<<<<< HEAD
14761475
_ui.foreach(_.stop())
14771476
if (env != null) {
14781477
env.metricsSystem.report()
@@ -1496,20 +1495,6 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
14961495
}
14971496
_progressBar.foreach(_.stop())
14981497
_taskScheduler = null
1499-
=======
1500-
ui.foreach(_.stop())
1501-
env.metricsSystem.report()
1502-
metadataCleaner.cancel()
1503-
cleaner.foreach(_.stop())
1504-
executorAllocationManager.foreach(_.stop())
1505-
dagScheduler.stop()
1506-
dagScheduler = null
1507-
listenerBus.stop()
1508-
eventLogger.foreach(_.stop())
1509-
env.actorSystem.stop(heartbeatReceiver)
1510-
progressBar.foreach(_.stop())
1511-
taskScheduler = null
1512-
>>>>>>> master
15131498
// TODO: Cache.stop()?
15141499
if (_env != null) {
15151500
_env.stop()

0 commit comments

Comments
 (0)