Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/9384#issuecomment-152722604
Something like this needs to happen, yes. Thinking it through, doesn't the
superclass open and close `sc`? so now, these tests overwrite `sc` only. This
changes causes the new `sc` to be closed, but the original one is lost, and the
new one is actually closed twice (that part doesn't matter). I think we
actually want to `sc.stop()` at the very _start_ of these methods to close the
one the framework provides? then it will close the new one normally.
---
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]