You could try to use foreachRDD on the result of countByWindow with a
function that performs the save operation.


On Fri, Aug 22, 2014 at 1:58 AM, Josh J <joshjd...@gmail.com> wrote:

> Hi,
>
> Hopefully a simple question. Though is there an example of where to save
> the output of countByWindow ? I would like to save the results to external
> storage (kafka or redis). The examples show only stream.print()
>
> Thanks,
> Josh
>

Reply via email to