Apache Flink 1.7.1 发布,开源流处理框架

栏目: 编程工具 · 发布时间: 7年前

内容简介:Apache Flink 1.7.1 已发布,此版本包括27项修复及针对 Flink 1.7.0 的小改进。建议所有用户升级。Apache Flink 是一个开源的流处理框架,应用于分布式、高性能、始终可用的、准确的数据流应用程序。Sub-taskBug

Apache Flink 1.7.1 已发布,此版本包括27项修复及针对 Flink 1.7.0 的小改进。建议所有用户升级。Apache Flink 是一个开源的流处理框架,应用于分布式、高性能、始终可用的、准确的数据流应用程序。

Sub-task

  • [ FLINK-10252 ] - Handle oversized metric messages

  • [ FLINK-10367 ] - Avoid recursion stack overflow during releasing SingleInputGate

  • [ FLINK-10522 ] - Check if RecoverableWriter supportsResume and act accordingly.

  • [ FLINK-10963 ] - Cleanup small objects uploaded to S3 as independent objects

Bug

  • [ FLINK-8336 ] - YarnFileStageTestS3ITCase.testRecursiveUploadForYarnS3 test instability

  • [ FLINK-9646 ] - ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart failed on Travis

  • [ FLINK-10149 ] - Fink Mesos allocates extra port when not configured to do so.

  • [ FLINK-10359 ] - Scala example in DataSet docs is broken

  • [ FLINK-10482 ] - java.lang.IllegalArgumentException: Negative number of in progress checkpoints

  • [ FLINK-10566 ] - Flink Planning is exponential in the number of stages

  • [ FLINK-10997 ] - Avro-confluent-registry does not bundle any dependency

  • [ FLINK-11011 ] - Elasticsearch 6 sink end-to-end test unstable

  • [ FLINK-11013 ] - Fix distinct aggregates for group window in Table API

  • [ FLINK-11017 ] - Time interval for window aggregations in SQL is wrongly translated if specified with YEAR_MONTH resolution

  • [ FLINK-11029 ] - Incorrect parameter in Working with state doc

  • [ FLINK-11032 ] - Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis

  • [ FLINK-11033 ] - Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis

  • [ FLINK-11041 ] - ReinterpretDataStreamAsKeyedStreamITCase.testReinterpretAsKeyedStream failed on Travis

  • [ FLINK-11044 ] - RegisterTableSink docs incorrect

  • [ FLINK-11045 ] - UserCodeClassLoader has not been set correctly for RuntimeUDFContext in CollectionExecutor

  • [ FLINK-11047 ] - CoGroupGroupSortTranslationTest does not compile with scala 2.12

  • [ FLINK-11085 ] - NoClassDefFoundError in presto-s3 filesystem

  • [ FLINK-11087 ] - Broadcast state migration Incompatibility from 1.5.3 to 1.7.0

  • [ FLINK-11094 ] - Restored state in RocksDBStateBackend that has not been accessed in restored execution causes NPE on snapshot

  • [ FLINK-11123 ] - Missing import in ML quickstart docs

  • [ FLINK-11136 ] - Fix the logical of merge for DISTINCT aggregates

Improvement

  • [ FLINK-11080 ] - Define flink-connector-elasticsearch6 uber-jar dependencies via artifactSet

发行说明:

https://flink.apache.org/news/2018/12/21/release-1.7.1.html

下载地址:

https://flink.apache.org/downloads.html

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

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

算法之美

算法之美

左飞 / 电子工业出版社 / 2016-3 / 79.00元

《算法之美——隐匿在数据结构背后的原理(C++版)》围绕算法与数据结构这个话题,循序渐进、深入浅出地介绍了现代计算机技术中常用的40 余个经典算法,以及回溯法、分治法、贪婪法和动态规划等算法设计思想。在此过程中,《算法之美——隐匿在数据结构背后的原理(C++版)》也系统地讲解了链表(包括单向链表、单向循环链表和双向循环链表)、栈、队列(包括普通队列和优先级队列)、树(包括二叉树、哈夫曼树、堆、红黑......一起来看看 《算法之美》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具