Hi,
I want to know if it is possible to load a small dataset in a stream application under flink.

Here's an example:
I have a data stream A and a Data Set B
I need to compare all A tuple to tuple of B.
Since B is small, it would be loaded on all node and be persistent (not reloaded at every computation)

I am doing a Master on realtime geospatial operator in Big Data and I looking at different strategy to spatially distribute the stream base on application and operation characteristic.
One of them involve comparing dataset & datastream.

Regards,

Sylvain Hotte


Reply via email to