hi every one:thanks a lot for all you help.







In my case , there is a data stream and a huge data set. Each element in the 
data stream wants to join the huge data set to produce a new data stream.

But it can’t  use the join method like the shuffle method or the broadcast 
method because of time or memory issue.

I want a  data set that can be queryable. so my problem can be solved by this 
api:
DataStream.join(HugeQueryableDataSet).byKey(…)

This is a common problem in the production.

By the way because of problems with my email client, I can't cite the email. I 
will fix it.thanks again!


From: maguo...@outlook.com
To: dev@flink.apache.org
Subject: Is there Any api that let DataStream join DataSet ?
Date: Sun, 28 Jun 2015 02:29:40 +0000




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!
                                                                                
  

Reply via email to