spark git commit: [SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.start()

2015-05-05 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 6f35dac50 -> 49923f7ca [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: z

spark git commit: [SPARK-7350] [STREAMING] [WEBUI] Attach the Streaming tab when calling ssc.start()

2015-05-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5ffc73e68 -> c6d1efba2 [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: zsxwi