Re: How to perform multiple stream join functionality

2017-06-29 Thread Aljoscha Krettek
1.3? I'm use flink 1.3, how can I do to implement this? > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionality-tp7184p14031.html > Sent from the Apache Flink User

Re: How to perform multiple stream join functionality

2017-06-27 Thread yunfan123
Flink 1.3? I'm use flink 1.3, how can I do to implement this? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionality-tp7184p14031.html Sent from the Apache Flink User Mailing List archive. ma

Re: How to perform multiple stream join functionality

2017-06-27 Thread Aljoscha Krettek
che-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionality-tp7184p14011.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Re: How to perform multiple stream join functionality

2017-06-27 Thread yunfan123
In flink release 1.3, can I do this in simple way? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionality-tp7184p14011.html Sent from the Apache Flink User Mailing List archive. mailing list archive

Re: How to perform multiple stream join functionality

2016-05-26 Thread prateekarora
Hi Thanks for the information . it will be good if in future you provide a API to implement such use cases more pleasantly. Regards Prateek -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionality

Re: How to perform multiple stream join functionality

2016-05-26 Thread Aljoscha Krettek
entTimeWindows.of(Time.milliseconds(windowSize))).apply{ > (l, r) => > (l._1,(((l._2._1,l._2._2),r._2._1),r._2._2)) >} > > > please help me to find out right approach . > > > Regards > Prateek > > > > -- > View this message in

How to perform multiple stream join functionality

2016-05-25 Thread prateekarora
))).apply{ (l, r) => (l._1,(((l._2._1,l._2._2),r._2._1),r._2._2)) } please help me to find out right approach . Regards Prateek -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-perform-multiple-stream-join-functionali