Rebuild website
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/ae3a7e4c Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/ae3a7e4c Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/ae3a7e4c Branch: refs/heads/asf-site Commit: ae3a7e4c2541c3a14b19797b252bf81a93456550 Parents: 04b4862 Author: Tzu-Li (Gordon) Tai <[email protected]> Authored: Fri Mar 16 03:56:58 2018 +0800 Committer: Tzu-Li (Gordon) Tai <[email protected]> Committed: Fri Mar 16 03:56:58 2018 +0800 ---------------------------------------------------------------------- content/blog/feed.xml | 60 ++++++ content/blog/index.html | 40 ++-- content/blog/page2/index.html | 40 ++-- content/blog/page3/index.html | 40 ++-- content/blog/page4/index.html | 40 ++-- content/blog/page5/index.html | 40 ++-- content/blog/page6/index.html | 25 +++ content/downloads.html | 1 + content/index.html | 8 +- content/news/2018/03/15/release-1.3.3.html | 247 ++++++++++++++++++++++++ content/q/quickstart-scala.sh | 2 +- content/q/quickstart.sh | 2 +- content/q/sbt-quickstart.sh | 2 +- 13 files changed, 466 insertions(+), 81 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 2fcf465..067a5a0 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -7,6 +7,66 @@ <atom:link href="http://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" /> <item> +<title>Apache Flink 1.3.3 Released</title> +<description><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.3 series.</p> + +<p>This release includes 4 critical fixes related to checkpointing and recovery. The list below includes a detailed list of all fixes.</p> + +<p>We highly recommend all Flink 1.3 series users to upgrade to Flink 1.3.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.3.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.10<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.3.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.10<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.3.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-7783">FLINK-7783</a>] - Don&#39;t always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover() +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7283">FLINK-7283</a>] - PythonPlanBinderTest issues with python paths +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8487">FLINK-8487</a>] - State loss after multiple restart attempts +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8807">FLINK-8807</a>] - ZookeeperCompleted checkpoint store can get stuck in infinite loop +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8890">FLINK-8890</a>] - Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch() +</li> +</ul> +</description> +<pubDate>Thu, 15 Mar 2018 12:00:00 +0000</pubDate> +<link>http://flink.apache.org/news/2018/03/15/release-1.3.3.html</link> +<guid isPermaLink="true">/news/2018/03/15/release-1.3.3.html</guid> +</item> + +<item> <title>Apache Flink 1.4.2 Released</title> <description><p>The Apache Flink community released the second bugfix version of the Apache Flink 1.4 series.</p> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index 5dd07b7..f2ff2e6 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></h2> + + <p>15 Mar 2018 + </p> + + <p><p>The Apache Flink community released the third bugfix version of the Apache Flink 1.3 series.</p> + +</p> + + <p><a href="/news/2018/03/15/release-1.3.3.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></h2> <p>08 Mar 2018 @@ -273,21 +288,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/06/23/release-1.3.1.html">Apache Flink 1.3.1 Released</a></h2> - - <p>23 Jun 2017 - </p> - - <p><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.3 series.</p> - -</p> - - <p><a href="/news/2017/06/23/release-1.3.1.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -320,6 +320,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/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/page2/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html index 652e2fa..ba52c29 100644 --- a/content/blog/page2/index.html +++ b/content/blog/page2/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2017/06/23/release-1.3.1.html">Apache Flink 1.3.1 Released</a></h2> + + <p>23 Jun 2017 + </p> + + <p><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.3 series.</p> + +</p> + + <p><a href="/news/2017/06/23/release-1.3.1.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2017/06/01/release-1.3.0.html">Apache Flink 1.3.0 Release Announcement</a></h2> <p>01 Jun 2017 by Robert Metzger (<a href="https://twitter.com/">@rmetzger_</a>) @@ -269,21 +284,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2016/10/12/release-1.1.3.html">Apache Flink 1.1.3 Released</a></h2> - - <p>12 Oct 2016 - </p> - - <p><p>The Apache Flink community released the next bugfix version of the Apache Flink 1.1. series.</p> - -</p> - - <p><a href="/news/2016/10/12/release-1.1.3.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -316,6 +316,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/page3/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html index 66e045a..fb7b974 100644 --- a/content/blog/page3/index.html +++ b/content/blog/page3/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2016/10/12/release-1.1.3.html">Apache Flink 1.1.3 Released</a></h2> + + <p>12 Oct 2016 + </p> + + <p><p>The Apache Flink community released the next bugfix version of the Apache Flink 1.1. series.</p> + +</p> + + <p><a href="/news/2016/10/12/release-1.1.3.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2016/09/05/release-1.1.2.html">Apache Flink 1.1.2 Released</a></h2> <p>05 Sep 2016 @@ -273,21 +288,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2016/04/06/release-1.0.1.html">Flink 1.0.1 Released</a></h2> - - <p>06 Apr 2016 - </p> - - <p><p>Today, the Flink community released Flink version <strong>1.0.1</strong>, the first bugfix release of the 1.0 series.</p> - -</p> - - <p><a href="/news/2016/04/06/release-1.0.1.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -320,6 +320,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/page4/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html index 4bbe673..00249d3 100644 --- a/content/blog/page4/index.html +++ b/content/blog/page4/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2016/04/06/release-1.0.1.html">Flink 1.0.1 Released</a></h2> + + <p>06 Apr 2016 + </p> + + <p><p>Today, the Flink community released Flink version <strong>1.0.1</strong>, the first bugfix release of the 1.0 series.</p> + +</p> + + <p><a href="/news/2016/04/06/release-1.0.1.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2016/03/08/release-1.0.0.html">Announcing Apache Flink 1.0.0</a></h2> <p>08 Mar 2016 @@ -274,21 +289,6 @@ Apache Flink started.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/09/01/release-0.9.1.html">Apache Flink 0.9.1 available</a></h2> - - <p>01 Sep 2015 - </p> - - <p><p>The Flink community is happy to announce that Flink 0.9.1 is now available.</p> - -</p> - - <p><a href="/news/2015/09/01/release-0.9.1.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -321,6 +321,16 @@ Apache Flink started.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/page5/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html index 63e07ec..7ae00b0 100644 --- a/content/blog/page5/index.html +++ b/content/blog/page5/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/09/01/release-0.9.1.html">Apache Flink 0.9.1 available</a></h2> + + <p>01 Sep 2015 + </p> + + <p><p>The Flink community is happy to announce that Flink 0.9.1 is now available.</p> + +</p> + + <p><a href="/news/2015/09/01/release-0.9.1.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/08/24/introducing-flink-gelly.html">Introducing Gelly: Graph Processing with Apache Flink</a></h2> <p>24 Aug 2015 @@ -286,21 +301,6 @@ and offers a new API including definition of flexible windows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></h2> - - <p>04 Feb 2015 - </p> - - <p><p>Happy 2015! Here is a (hopefully digestible) summary of what happened last month in the Flink community.</p> - -</p> - - <p><a href="/news/2015/02/04/january-in-flink.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -333,6 +333,16 @@ and offers a new API including definition of flexible windows.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/blog/page6/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page6/index.html b/content/blog/page6/index.html index 32ac35f..79a3f79 100644 --- a/content/blog/page6/index.html +++ b/content/blog/page6/index.html @@ -142,6 +142,21 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></h2> + + <p>04 Feb 2015 + </p> + + <p><p>Happy 2015! Here is a (hopefully digestible) summary of what happened last month in the Flink community.</p> + +</p> + + <p><a href="/news/2015/02/04/january-in-flink.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></h2> <p>21 Jan 2015 @@ -281,6 +296,16 @@ academic and open source project that Flink originates from.</p> <ul id="markdown-toc"> + <li><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></li> + + + + + + + + + <li><a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 33051da..55d3fca 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -269,6 +269,7 @@ the classpath.</p> <li>Flink 1.4.2 - 2018-03-08 (<a href="https://archive.apache.org/dist/flink/flink-1.4.2/flink-1.4.2-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.4.2/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.4.1 - 2018-02-15 (<a href="https://archive.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.4.1/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.4.0 - 2017-11-29 (<a href="https://archive.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.4.0/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/api/scala/index.html">ScalaDocs</a>)</li> + <li>Flink 1.3.3 - 2018-03-15 (<a href="https://archive.apache.org/dist/flink/flink-1.3.3/flink-1.3.3-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.3.3/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.3.2 - 2017-08-05 (<a href="https://archive.apache.org/dist/flink/flink-1.3.2/flink-1.3.2-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.3.2/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.3.1 - 2017-06-23 (<a href="https://archive.apache.org/dist/flink/flink-1.3.1/flink-1.3.1-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.3.1/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/scala/index.html">ScalaDocs</a>)</li> <li>Flink 1.3.0 - 2017-06-01 (<a href="https://archive.apache.org/dist/flink/flink-1.3.0/flink-1.3.0-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.3.0/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.3/api/scala/index.html">ScalaDocs</a>)</li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 3b47f4c..d0499de 100644 --- a/content/index.html +++ b/content/index.html @@ -168,6 +168,11 @@ <dl> + <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> + <dt> <a href="/news/2018/03/08/release-1.4.2.html">Apache Flink 1.4.2 Released</a></dt> <dd><p>The Apache Flink community released the second bugfix version of the Apache Flink 1.4 series.</p> @@ -183,9 +188,6 @@ <dt> <a href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State in Apache Flink: An Intro to Incremental Checkpointing</a></dt> <dd>Flink 1.3.0 introduced incremental checkpointing, making it possible for applications with large state to generate checkpoints more efficiently.</dd> - - <dt> <a href="/news/2017/12/21/2017-year-in-review.html">Apache Flink in 2017: Year in Review</a></dt> - <dd>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.</dd> </dl> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/news/2018/03/15/release-1.3.3.html ---------------------------------------------------------------------- diff --git a/content/news/2018/03/15/release-1.3.3.html b/content/news/2018/03/15/release-1.3.3.html new file mode 100644 index 0000000..0fd8495 --- /dev/null +++ b/content/news/2018/03/15/release-1.3.3.html @@ -0,0 +1,247 @@ +<!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.3.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="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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"> + + <!-- Downloads --> + <li class=""><a class="btn btn-info" href="/downloads.html">Download Flink</a></li> + + <!-- Overview --> + <li><a href="/index.html">Home</a></li> + + <!-- Intro --> + <li><a href="/introduction.html">Introduction to Flink</a></li> + + <!-- Use cases --> + <li><a href="/usecases.html">Flink Use Cases</a></li> + + <!-- Powered by --> + <li><a href="/poweredby.html">Powered by Flink</a></li> + + <!-- Ecosystem --> + <li><a href="/ecosystem.html">Ecosystem</a></li> + + <!-- Community --> + <li><a href="/community.html">Community & Project Info</a></li> + + <!-- Contribute --> + <li><a href="/how-to-contribute.html">How to Contribute</a></li> + + <!-- Blog --> + <li class=" active hidden-md hidden-sm"><a href="/blog/"><b>Flink Blog</b></a></li> + + <hr /> + + + + <!-- Documentation --> + <!-- <li> + <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4" target="_blank">Documentation <small><span class="glyphicon glyphicon-new-window"></span></small></a> + </li> --> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation + <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4" target="_blank">1.4 (Latest stable release) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master" target="_blank">1.5 (Snapshot) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li> + </ul> + </li> + + <!-- Quickstart --> + <li> + <a href="http://ci.apache.org/projects/flink/flink-docs-release-1.4/quickstart/setup_quickstart.html" target="_blank">Quickstart <small><span class="glyphicon glyphicon-new-window"></span></small></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 /> + + <!-- FAQ --> + <li ><a href="/faq.html">Project FAQ</a></li> + + <!-- 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.3.3 Released</h1> + + <article> + <p>15 Mar 2018</p> + +<p>The Apache Flink community released the third bugfix version of the Apache Flink 1.3 series.</p> + +<p>This release includes 4 critical fixes related to checkpointing and recovery. The list below includes a detailed list of all fixes.</p> + +<p>We highly recommend all Flink 1.3 series users to upgrade to Flink 1.3.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.3.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.10<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.3.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.10<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.3.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-7783">FLINK-7783</a>] - Don't always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover() +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7283">FLINK-7283</a>] - PythonPlanBinderTest issues with python paths +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8487">FLINK-8487</a>] - State loss after multiple restart attempts +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8807">FLINK-8807</a>] - ZookeeperCompleted checkpoint store can get stuck in infinite loop +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8890">FLINK-8890</a>] - Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch() +</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> http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/q/quickstart-scala.sh ---------------------------------------------------------------------- diff --git a/content/q/quickstart-scala.sh b/content/q/quickstart-scala.sh index 205bb2a..38e5f8e 100755 --- a/content/q/quickstart-scala.sh +++ b/content/q/quickstart-scala.sh @@ -24,7 +24,7 @@ PACKAGE=quickstart mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-quickstart-scala \ - -DarchetypeVersion=1.4.2 \ + -DarchetypeVersion=1.4.1 \ -DgroupId=org.myorg.quickstart \ -DartifactId=$PACKAGE \ -Dversion=0.1 \ http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/q/quickstart.sh ---------------------------------------------------------------------- diff --git a/content/q/quickstart.sh b/content/q/quickstart.sh index 2f56b1b..ce40ad8 100755 --- a/content/q/quickstart.sh +++ b/content/q/quickstart.sh @@ -24,7 +24,7 @@ PACKAGE=quickstart mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-quickstart-java \ - -DarchetypeVersion=1.4.2 \ + -DarchetypeVersion=1.4.1 \ -DgroupId=org.myorg.quickstart \ -DartifactId=$PACKAGE \ -Dversion=0.1 \ http://git-wip-us.apache.org/repos/asf/flink-web/blob/ae3a7e4c/content/q/sbt-quickstart.sh ---------------------------------------------------------------------- diff --git a/content/q/sbt-quickstart.sh b/content/q/sbt-quickstart.sh index 8f52f93..19eb080 100755 --- a/content/q/sbt-quickstart.sh +++ b/content/q/sbt-quickstart.sh @@ -42,7 +42,7 @@ defaultProjectName="Flink Project" defaultOrganization="org.example" defaultVersion="0.1-SNAPSHOT" defaultScalaVersion="2.11.7" -defaultFlinkVersion="1.4.2" +defaultFlinkVersion="1.4.1" echo "This script creates a Flink project using Scala and SBT."
