If you only want to "join" a finite data set (like a file) to a stream, you can do that. you can create a DataStream from a (distributed) file.
If you want specific batch-api operations, this is still on the roadmap, not in yet, as Marton said. On Sun, Jun 28, 2015 at 10:45 AM, Márton Balassi <balassi.mar...@gmail.com> wrote: > Hi, > > Flink currently does not have explicit Api support for that, but is > definitely possible to do. In fact Gyula (cc-d) mocked up a prototype for a > similar problem some time ago. > > The idea needs some refinement to properly support all the viable use cases > though and the streaming Api currently has some more pressing challenges > than this integration. :) > > It's on our roadmap, but is not an immediate task. Could you tell us more > about your use case? > > Best, > Marton > On Jun 28, 2015 8:29 AM, "马国维" <maguo...@outlook.com> wrote: > > > Hi,everyone: > > Is there Any api that let the DataStream join a DataSet ? I have read all > > the document But I can't find . > > If Flink now does not have the api, will Flink support it in the future ? > > thanks a lot! > > >