-
- Downloads
[SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.start()
It's meaningless to display the Streaming tab before `ssc.start()`. So we should attach it in the `ssc.start` method. Author: zsxwing <zsxwing@gmail.com> Closes #5898 from zsxwing/SPARK-7350 and squashes the following commits: e676487 [zsxwing] Attach the Streaming tab when calling ssc.start()
Showing
- streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala 1 addition, 0 deletions...n/scala/org/apache/spark/streaming/StreamingContext.scala
- streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingTab.scala 4 additions, 1 deletion...in/scala/org/apache/spark/streaming/ui/StreamingTab.scala
Please register or sign in to comment