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

    https://github.com/apache/spark/pull/21221#discussion_r198609800
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -1922,6 +1928,12 @@ class SparkContext(config: SparkConf) extends 
Logging {
         Utils.tryLogNonFatalError {
           _eventLogger.foreach(_.stop())
         }
    +    if(_heartbeater != null) {
    --- End diff --
    
    nit: space before (


---

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

Reply via email to