Add me to slack

2022-06-06 Thread Sahil Aulakh
Hi Please add me to the slack group. Thanks Sahil Aulakh

Re: flink-ml algorithms

2022-06-06 Thread Natia Chachkhiani
Hi, I have another question. Is the implementation of kmeans in flink-ml same as Spark's StreamingKmeans? Should the accuracy/results from the same dataset be comparable between the two? On Sun, Jun 5, 2022 at 8:14 PM Natia Chachkhiani < natia.chachkhia...@gmail.com> wrote: > Thanks for the reply

Re: filesink part files roll over

2022-06-06 Thread Sucheth S
Thank you! On Mon, Jun 6, 2022 at 2:57 AM Qingsheng Ren wrote: > Hi Sucheth, > > Please see https://issues.apache.org/jira/browse/FLINK-27910 > > Best, > > Qingsheng > > > On Jun 5, 2022, at 23:21, Sucheth S wrote: > > > > Hi, > > > > Can someone please help me with this please - > https://stac

Re: [ANNOUNCE] Apache Flink Kubernetes Operator 1.0.0 released

2022-06-06 Thread John Gerassimou
Thank you for all your efforts! Thanks John On Sun, Jun 5, 2022 at 10:33 PM Aitozi wrote: > Thanks Yang and Nice to see it happen. > > Best, > Aitozi. > > Yang Wang 于2022年6月5日周日 16:14写道: > >> The Apache Flink community is very happy to announce the release of >> Apache Flink Kubernetes Operato

Re: filesink part files roll over

2022-06-06 Thread Qingsheng Ren
Hi Sucheth, Please see https://issues.apache.org/jira/browse/FLINK-27910 Best, Qingsheng > On Jun 5, 2022, at 23:21, Sucheth S wrote: > > Hi, > > Can someone please help me with this please - > https://stackoverflow.com/q/72496963/9125940 ? > > Regards, > Sucheth Shivakumar > website : htt

Re: Best way to perform look up with historical data in Flink

2022-06-06 Thread Konstantin Knauf
Hi Surendra, where does your historical data reside? In a database? Files? Behind a REST API? Depending on the answer and which API you use, the AsyncIO [1] operator (DataStream API) or a Lookup Table Join [2] might be good options. There are other ways, too. A while back I did a webinar [3] on