[ANNOUNCE] Apache flink-connector-parent 1.1.0 released

2024-02-29 Thread Etienne Chauchot
ible! Regards, Etienne Chauchot

Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-15 Thread Etienne Chauchot
Hi, Any feedback on the interest of the API benchmark article below ? Best Etienne Le 09/11/2022 à 12:18, Etienne Chauchot a écrit : Hi, And by the way, I was planing on writing another article to compare the performances of DataSet, DataStream and SQL APIs over TPCDS query3. I thought

Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-09 Thread Etienne Chauchot
Hi Yun Gao, FYI I just updated the article after your review: https://echauchot.blogspot.com/2022/11/flink-howto-migrate-real-life-batch.html Best Etienne Le 09/11/2022 à 10:04, Etienne Chauchot a écrit : Hi Yun Gao, thanks for your email and your review ! My comments are inline Le 08

Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-09 Thread Etienne Chauchot
think ? Best Etienne Le 09/11/2022 à 10:04, Etienne Chauchot a écrit : Hi Yun Gao, thanks for your email and your review ! My comments are inline Le 08/11/2022 à 06:51, Yun Gao a écrit : Hi Etienne, Very thanks for the article! Flink is currently indeed keeping increasing the ability of

Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-09 Thread Etienne Chauchot
astream/EndOfStreamWindows.java -- From:liu ron Send Time:2022 Nov. 8 (Tue.) 10:21 To:dev ; Etienne Chauchot ; user Subject:Re: [blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStrea

[blog article] Howto migrate a real-life batch pipeline from the DataSet API to the DataStream API

2022-11-07 Thread Etienne Chauchot
Hi everyone, In case some of you are interested, I just posted a blog article about migrating a real-life batch pipeline from the DataSet API to the DataStream API: https://echauchot.blogspot.com/2022/11/flink-howto-migrate-real-life-batch.html Best Etienne

Re: [ANNOUNCE] Apache Flink 1.13.0 released

2021-05-04 Thread Etienne Chauchot
Congrats to everyone involved ! Best Etienne On 03/05/2021 15:38, Dawid Wysakowicz wrote: |The Apache Flink community is very happy to announce the release of Apache Flink 1.13.0.| |Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available,

Re: Glob support on file access

2021-03-29 Thread Etienne Chauchot
I'm gonna do it if everyone agrees. Best Etienne Chauchot On 25/03/2021 13:12, Etienne Chauchot wrote: Hi all, In case it is useful to some of you: I have a big batch that needs to use globs (*.parquet for example) to read input files. It seems that globs do not work out of the

Glob support on file access

2021-03-25 Thread Etienne Chauchot
provided to GlobFilePathFilter*/ inputFormat.setNestedFileEnumeration(true); Hope, it helps some people Etienne Chauchot