相关文章:《Apache Flink 1.1.0和1.1.1发布,支持SQL》
Apache Flink 1.1.2于2016年09月05日正式发布,此版本主要是修复一些小bug,推荐所有使用Apache Flink 1.1.0以及Apache Flink 1.1.1的用户升级到此版本,我们可以在pom.xml文件引入以下依赖:
<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-java</artifactId> <version>1.1.2</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java_2.10</artifactId> <version>1.1.2</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients_2.10</artifactId> <version>1.1.2</version> </dependency>
Release Notes
[FLINK-4236] - Flink Dashboard stops showing list of uploaded jars if main method cannot be looked up
[FLINK-4309] - Potential null pointer dereference in DelegatingConfiguration#keySet()
[FLINK-4334] - Shaded Hadoop1 jar not fully excluded in Quickstart
[FLINK-4341] - Kinesis connector does not emit maximum watermark properly
[FLINK-4402] - Wrong metrics parameter names in documentation
[FLINK-4409] - class conflict between jsr305-1.3.9.jar and flink-shaded-hadoop2-1.1.1.jar
[FLINK-4411] - Chained dual input children are not properly propagated
[FLINK-4412] - Chaining does not properly handle broadcast variables
[FLINK-4425] - "Out Of Memory" during savepoint deserialization
[FLINK-4454] - Lookups for JobManager address in config
[FLINK-4480] - Incorrect link to elastic.co in documentation
[FLINK-4486] - JobManager not fully running when yarn-session.sh finishes
[FLINK-4488] - Prevent cluster shutdown after job execution for non-detached jobs
[FLINK-4514] - ExpiredIteratorException in Kinesis Consumer on long catch-ups to head of stream
[FLINK-4526] - ApplicationClient: remove redundant proxy messages
[FLINK-3866] - StringArraySerializer claims type is immutable; shouldn't
[FLINK-3899] - Document window processing with Reduce/FoldFunction + WindowFunction
[FLINK-4302] - Add JavaDocs to MetricConfig
[FLINK-4495] - Running multiple jobs on yarn (without yarn-session)
Flink 1.1.2下载地址
本博客文章除特别声明,全部都是原创!原创文章版权归过往记忆大数据(过往记忆)所有,未经许可不得转载。
本文链接: 【Apache Flink 1.1.2正式发布】(https://www.iteblog.com/archives/1785.html)