[3]https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/ops/state/checkpoints/ [4]https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/ops/state/savepoints/ [5]https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/ops/state/checkpoints_vs_savepoints/ [6]ht...
[FLINK-24607] - SourceCoordinator may miss to close SplitEnumerator when failover frequently [FLINK-25171] - When the DDL statement was executed, the column names of the Derived Columns were not validated [FLINK-25199] - StreamEdges are not unique in self-union, which blocks propagation of wa...
PyFlink:Python DataStream API 为了扩展 PyFlink 的可用性,此版本引入了 Python DataStream API(FLIP-130)的第一个版本,该版本支持无状态操作(例如Map,FlatMap,Filter,KeyBy)。 from pyflink.common.typeinfo import Types from pyflink.datastream import MapFunction, StreamExecutionEnvironment class MyMapFunction(...
因此,简化 Flink 在云环境下的使用与维护、支持无缝连接到其他系统并继续支持 Java 和 Python 等编程语言对完善 Flink 生态十分重要。 云环境互操作性 许多用户在不同云服务提供商所提供的云基础设施中部署与使用 Flink,同时也有一些服务可以帮助用户管理部署在他们的平台...
apache-flink==1.14.4 Release Notes Sub-task [FLINK-21788] - Throw PartitionNotFoundException if the partition file has been lost for blocking shuffle [FLINK-24954] - Reset read buffer request timeout on buffer recycling for sort-shuffle ...
Release Notes 贡献者名单 Apache Flink 1.12.0发行公告 2020年12月10日Marta Paes(@morsapaes)和Aljoscha Krettek(@aljoscha) Apache Flink社区很高兴宣布Flink 1.12.0的发布!近300个贡献者在1000个线程上进行了工作,以显着提高可用性以及新功能,这些功能简化了(并统一了)整个API堆栈的Flink处理。
apache-flink==1.14.4 Release Notes Sub-task [FLINK-21788] - Throw PartitionNotFoundException if the partition file has been lost for blocking shuffle [FLINK-24954] - Reset read buffer request timeout on buffer recycling for sort-shuffle ...
本文翻译自官网:https://flink.apache.org/news/2020/02/11/release-1.10.0.html 11 Feb 2020 Marta Paes (@morsapaes) Apache Flink 社区很激动的表示 Flink 的版本达到2位数,并宣布发布 Flink 1.10.0!这是迄今为止最大社区努力的结果,有超过 1.2 K 个 issues 被合并和超过 200 位的贡献者,此版本对Flin...
Release Notes 原文链接: https://flink.apache.org/news/2019/08/22/release-1.9.0.html ▼Apache Flink 社区推荐 ▼ Apache Flink 及大数据领域顶级盛会 Flink Forward Asia 2019 重磅开启,目前正在征集议题,限量早鸟票优惠ing。了解 Flink Forward Asia 2019 的更多信息,请查看: ...
1.15 版本中,Flink 进一步完善流批一体的体验:继续完善部分作业完成后的 Checkpoint 操作;支持批模式下的 Window table-valued 函数,并且使其在流批混合的场景下更加易用。 Flink SQL 的进阶:包括能够在不丢失状态的情况下升级 SQL 作业;添加了对 JSON 相关函数的支持来简化数据的输入与输出操作。