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

    https://github.com/apache/spark/pull/7027#discussion_r33304292
  
    --- Diff: 
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala ---
    @@ -548,6 +548,7 @@ object JarCreationTest extends Logging {
         if (result.nonEmpty) {
           throw new Exception("Could not load user class from jar:\n" + 
result(0))
         }
    +    sc.stop()
    --- End diff --
    
    Looks like there is something wrong with the shutdown process of 
local-cluster. There are several rounds of killing executors and launching new 
executors before `Successfully stopped SparkContext` shows up. You can take a 
look at  https://issues.apache.org/jira/browse/SPARK-8643 for the log I got.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to