内容简介:Apache Flink 1.4 系列的第二个 bug 修复版本已发布。此版本包含 10 多个修补程序和对 Flink 1.4.1 的小改进。官方强烈建议所有用户升级到 Flink 1.4.2。 下面的内容包含了所有修补程序的详细列表: Sub-task [FL...
Apache Flink 1.4 系列的第二个 bug 修复版本已发布。此版本包含 10 多个修补程序和对 Flink 1.4.1 的小改进。官方强烈建议所有用户升级到 Flink 1.4.2。
下面的内容包含了所有修补程序的详细列表:
Sub-task
[FLINK-6321] - RocksDB state backend Checkpointing is not working with KeyedCEP.
[FLINK-7756] - RocksDB state backend Checkpointing (Async and Incremental) is not working with CEP.
Bug
[FLINK-8423] - OperatorChain#pushToOperator catch block may fail with NPE
[FLINK-8451] - CaseClassSerializer is not backwards compatible in 1.4
[FLINK-8520] - CassandraConnectorITCase.testCassandraTableSink unstable on Travis
[FLINK-8621] - PrometheusReporterTest.endpointIsUnavailableAfterReporterIsClosed unstable on Travis
[FLINK-8692] - Mistake in MyMapFunction code snippet
[FLINK-8735] - Add savepoint migration ITCase that covers operator state
[FLINK-8741] - KafkaFetcher09/010/011 uses wrong user code classloader
[FLINK-8772] - FlinkKafkaConsumerBase partitions discover missing a log parameter
[FLINK-8791] - Fix documentation on how to link dependencies
[FLINK-8798] - Make commons-logging a parent-first pattern
[FLINK-8849] - Wrong link from concepts/runtime to doc on chaining
改进
[FLINK-8202] - Update queryable section on configuration page
[FLINK-8574] - Add timestamps to travis logging messages
[FLINK-8576] - Log message for QueryableState loading failure too verbose
[FLINK-8652] - Reduce log level of QueryableStateClient.getKvState() to DEBUG
Task
[FLINK-8308] - Update yajl-ruby dependency to 1.3.1 or higher
更新
<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-java</artifactId> <version>1.4.2</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java_2.11</artifactId> <version>1.4.2</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients_2.11</artifactId> <version>1.4.2</version> </dependency>
二进制包下载地址:http://flink.apache.org/downloads.html
Apache Flink 是高效和分布式的通用数据处理平台。Apache Flink 声明式的数据分析开源系统,结合了分布式 MapReduce 类平台的高效,灵活的编程和扩展性。同时在并行数据库发现查询优化方案。

【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Apache Flink 1.3.0 发布,通用数据处理平台
- Apache Flink 1.4.0 发布,通用数据处理平台
- Apache Flink 1.4.1 发布,通用数据处理平台
- Apache Flink 1.5.0 发布,通用数据处理平台
- Apache Flink 1.5.1 发布,通用数据处理平台
- Apache Flink 1.5.5 和 1.6.2 发布,通用数据处理平台
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms for Image Processing and Computer Vision
Parker, J. R. / 2010-12 / 687.00元
A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing with......一起来看看 《Algorithms for Image Processing and Computer Vision》 这本书的介绍吧!