Github user zhichao-li commented on a diff in the pull request:
https://github.com/apache/spark/pull/4828#discussion_r26278085
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala ---
@@ -578,6 +578,7 @@ class StreamingContext private[streaming] (
// Even if we have already stopped, we still need to attempt to stop
the SparkContext because
// a user might stop(stopSparkContext = false) and then call
stop(stopSparkContext = true).
if (stopSparkContext) sc.stop()
+ uiTab.foreach(StreamingTab.detachStreamingTab(this, _))
--- End diff --
@tdas the code has been updated. Thanks for your review.
---
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]