Re: Issue with Spark Streaming UI

2016-05-23 Thread Saisai Shao
I think it is by design FileInputDStream doesn't support report info, because FileInputDStream doesn't have event/record concept (it is file based), so it is hard to define how to correctly report the input info. Current input info reporting can be supported for all receiver based InputDStream and

Issue with Spark Streaming UI

2016-05-23 Thread Sachin Janani
Hi, I'm trying to run a simple spark streaming application with File Streaming and its working properly but when I try to monitor the number of events in the Streaming Ui it shows that as 0.Is this a issue and are there any plans to fix this.Attached is the screenshot of what it shows on the UI.