Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/7027#discussion_r33302768
--- 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 --
These are run in separate processes, no? Shouldn't the shutdown hook
registered by SparkContext itself take care of calling `stop` already?
I'm not sure where the logs for these child processes end up, but you
should be able to check if the "Successfully stopped SparkContext" message
shows up.
---
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]