File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
core/src/main/scala/org/apache/spark Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments