Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21898#discussion_r207846166
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -1930,6 +1930,12 @@ class SparkContext(config: SparkConf) extends 
Logging {
         Utils.tryLogNonFatalError {
           _executorAllocationManager.foreach(_.stop())
         }
    +    if (_dagScheduler != null) {
    --- End diff --
    
    Add a comment 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to