This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit ca874dd3bf7d35613ab154449479473f0ea286c5 Author: zentol <[email protected]> AuthorDate: Tue Aug 21 14:11:29 2018 +0200 Rebuild website --- content/blog/feed.xml | 113 +++++++++++ content/blog/index.html | 38 ++-- content/blog/page2/index.html | 36 ++-- content/blog/page3/index.html | 37 ++-- content/blog/page4/index.html | 38 ++-- content/blog/page5/index.html | 44 +++-- content/blog/page6/index.html | 45 +++-- content/blog/page7/index.html | 25 +++ content/downloads.html | 1 + content/index.html | 10 +- content/news/2018/08/21/release-1.5.3.html | 302 +++++++++++++++++++++++++++++ 11 files changed, 595 insertions(+), 94 deletions(-) diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 937e74c..acd55d2 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -7,6 +7,119 @@ <atom:link href="https://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" /> <item> +<title>Apache Flink 1.5.3 Released</title> +<description><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.5 series.</p> + +<p>This release includes more than 20 fixes and minor improvements for Flink 1.5.3. The list below includes a detailed list of all fixes.</p> + +<p>We highly recommend all users to upgrade to Flink 1.5.3.</p> + +<p>Updated Maven dependencies:</p> + +<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span> + <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> + <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.5.3<span class="nt">&lt;/version&gt;</span> +<span class="nt">&lt;/dependency&gt;</span> +<span class="nt">&lt;dependency&gt;</span> + <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> + <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.11<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.5.3<span class="nt">&lt;/version&gt;</span> +<span class="nt">&lt;/dependency&gt;</span> +<span class="nt">&lt;dependency&gt;</span> + <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> + <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.11<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.5.3<span class="nt">&lt;/version&gt;</span> +<span class="nt">&lt;/dependency&gt;</span></code></pre></div> + +<p>You can find the binaries on the updated <a href="http://flink.apache.org/downloads.html">Downloads page</a>.</p> + +<p>List of resolved issues:</p> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9951">FLINK-9951</a>] - Update scm developerConnection +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-5750">FLINK-5750</a>] - Incorrect translation of n-ary Union +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9289">FLINK-9289</a>] - Parallelism of generated operators should have max parallism of input +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9546">FLINK-9546</a>] - The heartbeatTimeoutIntervalMs of HeartbeatMonitor should be larger than 0 +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9655">FLINK-9655</a>] - Externalized checkpoint E2E test fails on travis +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9693">FLINK-9693</a>] - Possible memory leak in jobmanager retaining archived checkpoints +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9694">FLINK-9694</a>] - Potentially NPE in CompositeTypeSerializerConfigSnapshot constructor +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9923">FLINK-9923</a>] - OneInputStreamTaskTest.testWatermarkMetrics fails on Travis +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9935">FLINK-9935</a>] - Batch Table API: grouping by window and attribute causes java.lang.ClassCastException: +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9936">FLINK-9936</a>] - Mesos resource manager unable to connect to master after failover +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9946">FLINK-9946</a>] - Quickstart E2E test archetype version is hard-coded +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9969">FLINK-9969</a>] - Unreasonable memory requirements to complete examples/batch/WordCount +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9972">FLINK-9972</a>] - Debug memory logging not working +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9978">FLINK-9978</a>] - Source release sha contains absolute file path +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9985">FLINK-9985</a>] - Incorrect parameter order in document +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9988">FLINK-9988</a>] - job manager does not respect property jobmanager.web.address +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10013">FLINK-10013</a>] - Fix Kerberos integration for FLIP-6 YarnTaskExecutorRunner +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10033">FLINK-10033</a>] - Let Task release reference to Invokable on shutdown +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10070">FLINK-10070</a>] - Flink cannot be compiled with maven 3.0.x +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10022">FLINK-10022</a>] - Add metrics for input/output buffers +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9446">FLINK-9446</a>] - Compatibility table not up-to-date +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9765">FLINK-9765</a>] - Improve CLI responsiveness when cluster is not reachable +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9806">FLINK-9806</a>] - Add a canonical link element to documentation HTML +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9859">FLINK-9859</a>] - More Akka config options +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9942">FLINK-9942</a>] - Guard handlers against null fields in requests +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9986">FLINK-9986</a>] - Remove unnecessary information from .version.properties file +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9987">FLINK-9987</a>] - Rework ClassLoader E2E test to not rely on .version.properties file +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10006">FLINK-10006</a>] - Improve logging in BarrierBuffer +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10016">FLINK-10016</a>] - Make YARN/Kerberos end-to-end test stricter +</li> +</ul> +</description> +<pubDate>Tue, 21 Aug 2018 12:00:00 +0000</pubDate> +<link>https://flink.apache.org/news/2018/08/21/release-1.5.3.html</link> +<guid isPermaLink="true">/news/2018/08/21/release-1.5.3.html</guid> +</item> + +<item> <title>Apache Flink 1.6.0 Release Announcement</title> <description><p>The Apache Flink community is proud to announce the 1.6.0 release. Over the past 2 months, the Flink community has worked hard to resolve more than 360 issues. Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&amp;version=12342760">complete changelog</a> for more details.</p> diff --git a/content/blog/index.html b/content/blog/index.html index 323f33f..9f9b642 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -143,6 +143,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></h2> + + <p>21 Aug 2018 + </p> + + <p><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.5 series.</p> + +</p> + + <p><a href="/news/2018/08/21/release-1.5.3.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></h2> <p>09 Aug 2018 @@ -273,19 +288,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2017/12/21/2017-year-in-review.html">Apache Flink in 2017: Year in Review</a></h2> - - <p>21 Dec 2017 - Chris Ward (<a href="https://twitter.com/chrischinch">@chrischinch</a>) & Mike Winters (<a href="https://twitter.com/wints">@wints</a>)</p> - - <p>As 2017 comes to a close, let's take a moment to look back on the Flink community's great work during the past year.</p> - - <p><a href="/news/2017/12/21/2017-year-in-review.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -318,6 +320,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html index 8ab7db7..b00961a 100644 --- a/content/blog/page2/index.html +++ b/content/blog/page2/index.html @@ -143,6 +143,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2017/12/21/2017-year-in-review.html">Apache Flink in 2017: Year in Review</a></h2> + + <p>21 Dec 2017 + Chris Ward (<a href="https://twitter.com/chrischinch">@chrischinch</a>) & Mike Winters (<a href="https://twitter.com/wints">@wints</a>)</p> + + <p>As 2017 comes to a close, let's take a moment to look back on the Flink community's great work during the past year.</p> + + <p><a href="/news/2017/12/21/2017-year-in-review.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2017/12/12/release-1.4.0.html">Apache Flink 1.4.0 Release Announcement</a></h2> <p>12 Dec 2017 @@ -279,19 +292,6 @@ what’s coming in Flink 1.4.0 as well as a preview of what the Flink community <hr> - <article> - <h2 class="blog-title"><a href="/news/2017/03/29/table-sql-api-update.html">From Streams to Tables and Back Again: An Update on Flink's Table & SQL API</a></h2> - - <p>29 Mar 2017 by Timo Walther (<a href="https://twitter.com/">@twalthr</a>) - </p> - - <p><p>Broadening the user base and unifying batch & streaming with relational APIs</p></p> - - <p><a href="/news/2017/03/29/table-sql-api-update.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -324,6 +324,16 @@ what’s coming in Flink 1.4.0 as well as a preview of what the Flink community <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html index 724007d..8292d4a 100644 --- a/content/blog/page3/index.html +++ b/content/blog/page3/index.html @@ -143,6 +143,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2017/03/29/table-sql-api-update.html">From Streams to Tables and Back Again: An Update on Flink's Table & SQL API</a></h2> + + <p>29 Mar 2017 by Timo Walther (<a href="https://twitter.com/">@twalthr</a>) + </p> + + <p><p>Broadening the user base and unifying batch & streaming with relational APIs</p></p> + + <p><a href="/news/2017/03/29/table-sql-api-update.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2017/03/23/release-1.1.5.html">Apache Flink 1.1.5 Released</a></h2> <p>23 Mar 2017 @@ -273,20 +286,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2016/05/24/stream-sql.html">Stream Processing for Everyone with SQL and Apache Flink</a></h2> - - <p>24 May 2016 by Fabian Hueske (<a href="https://twitter.com/">@fhueske</a>) - </p> - - <p><p>About six months ago, the Apache Flink community started an effort to add a SQL interface for stream data analysis. SQL is <i>the</i> standard language to access and process data. Everybody who occasionally analyzes data is familiar with SQL. Consequently, a SQL interface for stream data processing will make this technology accessible to a much wider audience. Moreover, SQL support for streaming data will also enable new use cases such as interactive and ad-hoc stream analysi [...] -<p>In this blog post, we report on the current status, architectural design, and future plans of the Apache Flink community to implement support for SQL as a language for analyzing data streams.</p></p> - - <p><a href="/news/2016/05/24/stream-sql.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -319,6 +318,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html index 598ddb1..4c6fbfb 100644 --- a/content/blog/page4/index.html +++ b/content/blog/page4/index.html @@ -143,6 +143,20 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2016/05/24/stream-sql.html">Stream Processing for Everyone with SQL and Apache Flink</a></h2> + + <p>24 May 2016 by Fabian Hueske (<a href="https://twitter.com/">@fhueske</a>) + </p> + + <p><p>About six months ago, the Apache Flink community started an effort to add a SQL interface for stream data analysis. SQL is <i>the</i> standard language to access and process data. Everybody who occasionally analyzes data is familiar with SQL. Consequently, a SQL interface for stream data processing will make this technology accessible to a much wider audience. Moreover, SQL support for streaming data will also enable new use cases such as interactive and ad-hoc stream analysi [...] +<p>In this blog post, we report on the current status, architectural design, and future plans of the Apache Flink community to implement support for SQL as a language for analyzing data streams.</p></p> + + <p><a href="/news/2016/05/24/stream-sql.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2016/05/11/release-1.0.3.html">Flink 1.0.3 Released</a></h2> <p>11 May 2016 @@ -271,20 +285,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/12/04/Introducing-windows.html">Introducing Stream Windows in Apache Flink</a></h2> - - <p>04 Dec 2015 by Fabian Hueske (<a href="https://twitter.com/">@fhueske</a>) - </p> - - <p><p>The data analysis space is witnessing an evolution from batch to stream processing for many use cases. Although batch can be handled as a special case of stream processing, analyzing never-ending streaming data often requires a shift in the mindset and comes with its own terminology (for example, “windowing” and “at-least-once”/”exactly-once” processing). This shift and the new terminology can be quite confusing for people being new to the space of stream processing. Apache F [...] -<p>In this blog post, we discuss the concept of windows for stream processing, present Flink's built-in windows, and explain its support for custom windowing semantics.</p></p> - - <p><a href="/news/2015/12/04/Introducing-windows.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -317,6 +317,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html index 5e9e2c3..48c551b 100644 --- a/content/blog/page5/index.html +++ b/content/blog/page5/index.html @@ -143,6 +143,20 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/12/04/Introducing-windows.html">Introducing Stream Windows in Apache Flink</a></h2> + + <p>04 Dec 2015 by Fabian Hueske (<a href="https://twitter.com/">@fhueske</a>) + </p> + + <p><p>The data analysis space is witnessing an evolution from batch to stream processing for many use cases. Although batch can be handled as a special case of stream processing, analyzing never-ending streaming data often requires a shift in the mindset and comes with its own terminology (for example, “windowing” and “at-least-once”/”exactly-once” processing). This shift and the new terminology can be quite confusing for people being new to the space of stream processing. Apache F [...] +<p>In this blog post, we discuss the concept of windows for stream processing, present Flink's built-in windows, and explain its support for custom windowing semantics.</p></p> + + <p><a href="/news/2015/12/04/Introducing-windows.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/11/27/release-0.10.1.html">Flink 0.10.1 released</a></h2> <p>27 Nov 2015 @@ -280,26 +294,6 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></h2> - - <p>13 Apr 2015 - </p> - - <p><p>The Apache Flink community is pleased to announce the availability of -the 0.9.0-milestone-1 release. The release is a preview of the -upcoming 0.9.0 release. It contains many new features which will be -available in the upcoming 0.9 release. Interested users are encouraged -to try it out and give feedback. As the version number indicates, this -release is a preview release that contains known issues.</p> - -</p> - - <p><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -332,6 +326,16 @@ release is a preview release that contains known issues.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page6/index.html b/content/blog/page6/index.html index dc7149f..452f1ed 100644 --- a/content/blog/page6/index.html +++ b/content/blog/page6/index.html @@ -143,6 +143,26 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing Flink 0.9.0-milestone1 preview release</a></h2> + + <p>13 Apr 2015 + </p> + + <p><p>The Apache Flink community is pleased to announce the availability of +the 0.9.0-milestone-1 release. The release is a preview of the +upcoming 0.9.0 release. It contains many new features which will be +available in the upcoming 0.9 release. Interested users are encouraged +to try it out and give feedback. As the version number indicates, this +release is a preview release that contains known issues.</p> + +</p> + + <p><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the Flink community</a></h2> <p>07 Apr 2015 @@ -282,21 +302,6 @@ and offers a new API including definition of flexible windows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></h2> - - <p>03 Oct 2014 - </p> - - <p><p>We are happy to announce several upcoming Flink events both in Europe and the US. Starting with a <strong>Flink hackathon in Stockholm</strong> (Oct 8-9) and a talk about Flink at the <strong>Stockholm Hadoop User Group</strong> (Oct 8). This is followed by the very first <strong>Flink Meetup in Berlin</strong> (Oct 15). In the US, there will be two Flink Meetup talks: the first one at the <strong>Pasadena Big Data User Group</strong> (Oct 29) and the second one at <strong>Si [...] - -</p> - - <p><a href="/news/2014/10/03/upcoming_events.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -329,6 +334,16 @@ and offers a new API including definition of flexible windows.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/blog/page7/index.html b/content/blog/page7/index.html index 2fc27f5..c49fa47 100644 --- a/content/blog/page7/index.html +++ b/content/blog/page7/index.html @@ -143,6 +143,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></h2> + + <p>03 Oct 2014 + </p> + + <p><p>We are happy to announce several upcoming Flink events both in Europe and the US. Starting with a <strong>Flink hackathon in Stockholm</strong> (Oct 8-9) and a talk about Flink at the <strong>Stockholm Hadoop User Group</strong> (Oct 8). This is followed by the very first <strong>Flink Meetup in Berlin</strong> (Oct 15). In the US, there will be two Flink Meetup talks: the first one at the <strong>Pasadena Big Data User Group</strong> (Oct 29) and the second one at <strong>Si [...] + +</p> + + <p><a href="/news/2014/10/03/upcoming_events.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></h2> <p>26 Sep 2014 @@ -207,6 +222,16 @@ academic and open source project that Flink originates from.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></li> diff --git a/content/downloads.html b/content/downloads.html index 3b57a20..4220a87 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -276,6 +276,7 @@ the classpath.</p> <ul> <li>Flink 1.6.0 - 2018-08-08 (<a href="https://archive.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.6.0/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/scala/index.html">ScalaDocs</a>)</li> + <li>Flink 1.5.3 - 2018-08-21 (<a href="https://archive.apache.org/dist/flink/flink-1.5.3/flink-1.5.3-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.5.3/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.5.2 - 2018-07-31 (<a href="https://archive.apache.org/dist/flink/flink-1.5.2/flink-1.5.2-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.5.2/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.5.1 - 2018-07-12 (<a href="https://archive.apache.org/dist/flink/flink-1.5.1/flink-1.5.1-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.5.1/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.5.0 - 2018-05-25 (<a href="https://archive.apache.org/dist/flink/flink-1.5.0/flink-1.5.0-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.5.0/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/scala/index.html">ScalaDocs</a>)</li> diff --git a/content/index.html b/content/index.html index 24ea06c..3b60df6 100644 --- a/content/index.html +++ b/content/index.html @@ -404,6 +404,11 @@ <dl> + <dt> <a href="/news/2018/08/21/release-1.5.3.html">Apache Flink 1.5.3 Released</a></dt> + <dd><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.5 series.</p> + +</dd> + <dt> <a href="/news/2018/08/09/release-1.6.0.html">Apache Flink 1.6.0 Release Announcement</a></dt> <dd><p>The Apache Flink community is proud to announce the 1.6.0 release. Over the past 2 months, the Flink community has worked hard to resolve more than 360 issues. Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12342760">complete changelog</a> for more details.</p> @@ -423,11 +428,6 @@ <dd><p>The Apache Flink community is thrilled to announce the 1.5.0 release. Over the past 5 months, the Flink community has been working hard to resolve more than 780 issues. Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341764&projectId=12315522">complete changelog</a> for more detail.</p> </dd> - - <dt> <a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></dt> - <dd><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.3 series.</p> - -</dd> </dl> diff --git a/content/news/2018/08/21/release-1.5.3.html b/content/news/2018/08/21/release-1.5.3.html new file mode 100644 index 0000000..7646cd2 --- /dev/null +++ b/content/news/2018/08/21/release-1.5.3.html @@ -0,0 +1,302 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> + <title>Apache Flink: Apache Flink 1.5.3 Released</title> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <link rel="icon" href="/favicon.ico" type="image/x-icon"> + + <!-- Bootstrap --> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> + <link rel="stylesheet" href="/css/flink.css"> + <link rel="stylesheet" href="/css/syntax.css"> + + <!-- Blog RSS feed --> + <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" /> + + <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> + <!-- We need to load Jquery in the header for custom google analytics event tracking--> + <script src="/js/jquery.min.js"></script> + + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> + <!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> + <![endif]--> + </head> + <body> + + + <!-- Main content. --> + <div class="container"> + <div class="row"> + + + <div id="sidebar" class="col-sm-3"> + <!-- Top navbar. --> + <nav class="navbar navbar-default"> + <!-- The logo. --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <div class="navbar-logo"> + <a href="/"> + <img alt="Apache Flink" src="/img/flink-header-logo.svg" width="147px" height="73px"> + </a> + </div> + </div><!-- /.navbar-header --> + + <!-- The navigation links. --> + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> + <ul class="nav navbar-nav navbar-main"> + + <!-- First menu section explains visitors what Flink is --> + + <!-- What is Stream Processing? --> + <!-- + <li><a href="/streamprocessing1.html">What is Stream Processing?</a></li> + --> + + <!-- What is Flink? --> + <li><a href="/flink-architecture.html">What is Apache Flink?</a></li> + + <!-- Use cases --> + <li><a href="/usecases.html">Use Cases</a></li> + + <!-- Powered by --> + <li><a href="/poweredby.html">Powered By</a></li> + + <!-- FAQ --> + <li><a href="/faq.html">FAQ</a></li> + + + <!-- Second menu section aims to support Flink users --> + + <!-- Downloads --> + <li><a href="/downloads.html">Downloads</a></li> + + <!-- Quickstart --> + <li> + <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/quickstart/setup_quickstart.html" target="_blank">Tutorials <small><span class="glyphicon glyphicon-new-window"></span></small></a> + </li> + + <!-- Documentation --> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6" target="_blank">1.6 (Latest stable release) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + <li><a href="https://ci.apache.org/projects/flink/flink-docs-master" target="_blank">1.7 (Snapshot) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + </ul> + </li> + + <!-- getting help --> + <li><a href="/gettinghelp.html">Getting Help</a></li> + + <!-- Blog --> + <li class="active"><a href="/blog/"><b>Flink Blog</b></a></li> + + + + <!-- Third menu section aim to support community and contributors --> + + <!-- Community --> + <li><a href="/community.html">Community & Project Info</a></li> + + <!-- Contribute --> + <li><a href="/how-to-contribute.html">How to Contribute</a></li> + + <!-- GitHub --> + <li> + <a href="https://github.com/apache/flink" target="_blank">Flink on GitHub <small><span class="glyphicon glyphicon-new-window"></span></small></a> + </li> + + </ul> + + + <ul class="nav navbar-nav navbar-bottom"> + <hr /> + + <!-- Twitter --> + <li><a href="https://twitter.com/apacheflink" target="_blank">@ApacheFlink <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + + <!-- Visualizer --> + <li class=" hidden-md hidden-sm"><a href="/visualizer/" target="_blank">Plan Visualizer <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + + </ul> + </div><!-- /.navbar-collapse --> + </nav> + + </div> + <div class="col-sm-9"> + <div class="row-fluid"> + <div class="col-sm-12"> + <div class="row"> + <h1>Apache Flink 1.5.3 Released</h1> + + <article> + <p>21 Aug 2018</p> + +<p>The Apache Flink community released the third bugfix version of the Apache Flink 1.5 series.</p> + +<p>This release includes more than 20 fixes and minor improvements for Flink 1.5.3. The list below includes a detailed list of all fixes.</p> + +<p>We highly recommend all users to upgrade to Flink 1.5.3.</p> + +<p>Updated Maven dependencies:</p> + +<div class="highlight"><pre><code class="language-xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>flink-java<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.5.3<span class="nt"></version></span> +<span class="nt"></dependency></span> +<span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>flink-streaming-java_2.11<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.5.3<span class="nt"></version></span> +<span class="nt"></dependency></span> +<span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.flink<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>flink-clients_2.11<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.5.3<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></div> + +<p>You can find the binaries on the updated <a href="http://flink.apache.org/downloads.html">Downloads page</a>.</p> + +<p>List of resolved issues:</p> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9951">FLINK-9951</a>] - Update scm developerConnection +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-5750">FLINK-5750</a>] - Incorrect translation of n-ary Union +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9289">FLINK-9289</a>] - Parallelism of generated operators should have max parallism of input +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9546">FLINK-9546</a>] - The heartbeatTimeoutIntervalMs of HeartbeatMonitor should be larger than 0 +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9655">FLINK-9655</a>] - Externalized checkpoint E2E test fails on travis +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9693">FLINK-9693</a>] - Possible memory leak in jobmanager retaining archived checkpoints +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9694">FLINK-9694</a>] - Potentially NPE in CompositeTypeSerializerConfigSnapshot constructor +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9923">FLINK-9923</a>] - OneInputStreamTaskTest.testWatermarkMetrics fails on Travis +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9935">FLINK-9935</a>] - Batch Table API: grouping by window and attribute causes java.lang.ClassCastException: +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9936">FLINK-9936</a>] - Mesos resource manager unable to connect to master after failover +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9946">FLINK-9946</a>] - Quickstart E2E test archetype version is hard-coded +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9969">FLINK-9969</a>] - Unreasonable memory requirements to complete examples/batch/WordCount +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9972">FLINK-9972</a>] - Debug memory logging not working +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9978">FLINK-9978</a>] - Source release sha contains absolute file path +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9985">FLINK-9985</a>] - Incorrect parameter order in document +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9988">FLINK-9988</a>] - job manager does not respect property jobmanager.web.address +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10013">FLINK-10013</a>] - Fix Kerberos integration for FLIP-6 YarnTaskExecutorRunner +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10033">FLINK-10033</a>] - Let Task release reference to Invokable on shutdown +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10070">FLINK-10070</a>] - Flink cannot be compiled with maven 3.0.x +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10022">FLINK-10022</a>] - Add metrics for input/output buffers +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9446">FLINK-9446</a>] - Compatibility table not up-to-date +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9765">FLINK-9765</a>] - Improve CLI responsiveness when cluster is not reachable +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9806">FLINK-9806</a>] - Add a canonical link element to documentation HTML +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9859">FLINK-9859</a>] - More Akka config options +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9942">FLINK-9942</a>] - Guard handlers against null fields in requests +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9986">FLINK-9986</a>] - Remove unnecessary information from .version.properties file +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9987">FLINK-9987</a>] - Rework ClassLoader E2E test to not rely on .version.properties file +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10006">FLINK-10006</a>] - Improve logging in BarrierBuffer +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10016">FLINK-10016</a>] - Make YARN/Kerberos end-to-end test stricter +</li> +</ul> + + </article> + </div> + + <div class="row"> + <div id="disqus_thread"></div> + <script type="text/javascript"> + /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ + var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname + + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); + </script> + </div> + </div> +</div> + </div> + </div> + + <hr /> + + <div class="row"> + <div class="footer text-center col-sm-12"> + <p>Copyright © 2014-2017 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.</p> + <p><a href="/privacy-policy.html">Privacy Policy</a> · <a href="/blog/feed.xml">RSS feed</a></p> + </div> + </div> + </div><!-- /.container --> + + <!-- Include all compiled plugins (below), or include individual files as needed --> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> + <script src="/js/codetabs.js"></script> + <script src="/js/stickysidebar.js"></script> + + + <!-- Google Analytics --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-52545728-1', 'auto'); + ga('send', 'pageview'); + </script> + </body> +</html>
