Apache Flink 1.5.1 发布,通用数据处理平台

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Apache Flink 1.5.1 是 1.5 系列的第一个 bug 修复版本。此版本包含针对 Flink 1.5.0 的 60 多项修复和改进。 发行公告 下载地址 亮点包括: [FLINK-9153] - TaskManagerRunner should support rpc port range [...

Apache Flink 1.5.1 是 1.5 系列的第一个 bug 修复版本。此版本包含针对 Flink 1.5.0 的 60 多项修复和改进。

亮点包括:

  • [FLINK-9153] - TaskManagerRunner should support rpc port range

  • [FLINK-9280] - Extend JobSubmitHandler to accept jar files

  • [FLINK-9316] - Expose operator unique ID to the user defined functions in DataStream .

  • [FLINK-9564] - Expose end-to-end module directory to test scripts

  • [FLINK-9599] - Implement generic mechanism to receive files via rest

  • [FLINK-9669] - Introduce task manager assignment store

  • [FLINK-9670] - Introduce slot manager factory

  • [FLINK-9671] - Add configuration to enable task manager isolation.

Maven 依赖

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.5.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java_2.11</artifactId>
  <version>1.5.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients_2.11</artifactId>
  <version>1.5.1</version>
</dependency>

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Apache Flink 1.5.1 发布,通用数据处理平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to Computation and Programming Using Python

Introduction to Computation and Programming Using Python

John V. Guttag / The MIT Press / 2013-7 / USD 25.00

This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具