Hi , I am using spark 1.4 with direct kafka api . In my streaming ui , I am able to see the events listed in UI only if add stream.print() statements or else event rate and input events remains in 0 eventhough the events gets processed.
Without print statements , I have the action saveToCassandra in the dstream. Any reasons why is this not working ? Thanks Vimal