Hello all, I have accumulator in spark streaming application which counts number of events received from Kafka.
>From the documentation , It seems Spark UI has support to display it . But I am unable to see it on UI. I am using spark 1.3.1 Do I need to call any method (print) or am I missing something ? Thanks in advance, Snehal
