-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-7350][Streaming][WebUI] Attach the Streaming tab when calling ssc.start() #5898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It's meaningless to display the Streaming tab before `ssc.start()`. So we should attach it in the `ssc.start` method.
Test build #31802 has finished for PR 5898 at commit
|
rest this please. |
retest this please. |
Test build #31810 has finished for PR 5898 at commit
|
retest this please. |
Test build #31825 has finished for PR 5898 at commit
|
The test failure is unrelated. This makes some sense to me. @tdas? |
retest this please |
LGTM. Will merge when tests pass. |
Test build #31852 has finished for PR 5898 at commit
|
retest this please |
I'm getting unrelated test failures too.. |
Test build #31867 has finished for PR 5898 at commit
|
…g 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() (cherry picked from commit c6d1efb) Signed-off-by: Sean Owen <sowen@cloudera.com>
…g 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 apache#5898 from zsxwing/SPARK-7350 and squashes the following commits: e676487 [zsxwing] Attach the Streaming tab when calling ssc.start()
…g 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 apache#5898 from zsxwing/SPARK-7350 and squashes the following commits: e676487 [zsxwing] Attach the Streaming tab when calling ssc.start()
…g 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 apache#5898 from zsxwing/SPARK-7350 and squashes the following commits: e676487 [zsxwing] 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 thessc.start
method.