You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Vishnu Viswanath <vi...@gmail.com> on 2016/06/15 21:43:05 UTC

dataset dataframe join

Hi All,

Is there any workaround/hack to join a dataset with datastream since
https://issues.apache.org/jira/browse/FLINK-2320 is still in progress.

Regards,
Vishnu

Re: dataset dataframe join

Posted by Vishnu Viswanath <vi...@gmail.com>.
Thank you Till,

On Thu, Jun 16, 2016 at 10:08 AM, Till Rohrmann <tr...@apache.org>
wrote:

> Hi Vishnu,
>
> currently the only way to do this, is to persist the DataSet (e.g. writing
> to a file) and then reading from the persisted form (e.g. file) in the open
> method of a rich function in the DataStream program. That way you can keep
> the data in your operator and then join with incoming stream records.
>
> Cheers,
> Till
>
> On Wed, Jun 15, 2016 at 11:43 PM, Vishnu Viswanath <
> vishnu.viswanath25@gmail.com> wrote:
>
>> Hi All,
>>
>> Is there any workaround/hack to join a dataset with datastream since
>> https://issues.apache.org/jira/browse/FLINK-2320 is still in progress.
>>
>> Regards,
>> Vishnu
>>
>
>


-- 
Thanks and Regards,
Vishnu Viswanath,
*www.vishnuviswanath.com <http://www.vishnuviswanath.com>*

Re: dataset dataframe join

Posted by Till Rohrmann <tr...@apache.org>.
Hi Vishnu,

currently the only way to do this, is to persist the DataSet (e.g. writing
to a file) and then reading from the persisted form (e.g. file) in the open
method of a rich function in the DataStream program. That way you can keep
the data in your operator and then join with incoming stream records.

Cheers,
Till

On Wed, Jun 15, 2016 at 11:43 PM, Vishnu Viswanath <
vishnu.viswanath25@gmail.com> wrote:

> Hi All,
>
> Is there any workaround/hack to join a dataset with datastream since
> https://issues.apache.org/jira/browse/FLINK-2320 is still in progress.
>
> Regards,
> Vishnu
>