Re: Is there some way to use broadcastSet in streaming ?

2016-12-27 Thread Fabian Hueske
Hi,

no, broadcast sets are not available in the DataStream API.
There might be other ways to achieve similar functionality, but the optimal
solution depends on the use case.
If you give a few details about what you would like to do, we might be able
to suggest alternatives.

Best, Fabian

2016-12-27 3:38 GMT+01:00 刘喆 <whiteli...@gmail.com>:

> hi, everyone
>     Is there some way to use broadcastSet in streaming ?  It seams that
> broadcastSet is only usable in batch.
>


Is there some way to use broadcastSet in streaming ?

2016-12-26 Thread 刘喆
hi, everyone
Is there some way to use broadcastSet in streaming ?  It seams that
broadcastSet is only usable in batch.