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/de3ae0db Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/de3ae0db Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/de3ae0db Branch: refs/heads/asf-site Commit: de3ae0dbc3c3c76091a753bb2ac499b98326e975 Parents: 210e6d0 Author: Ufuk Celebi <u...@apache.org> Authored: Thu Aug 11 09:41:30 2016 +0200 Committer: Ufuk Celebi <u...@apache.org> Committed: Thu Aug 11 09:41:30 2016 +0200 ---------------------------------------------------------------------- content/blog/feed.xml | 33 +++- content/blog/index.html | 36 ++-- content/blog/page2/index.html | 32 ++-- content/blog/page3/index.html | 34 ++-- content/blog/page4/index.html | 23 +++ content/index.html | 8 +- content/news/2016/08/08/release-1.1.0.html | 2 +- content/news/2016/08/11/release-1.1.1.html | 231 ++++++++++++++++++++++++ 8 files changed, 357 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 6f02bb4..d6efbc4 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -7,8 +7,39 @@ <atom:link href="http://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" /> <item> +<title>Flink 1.1.1 Released</title> +<description><p>Today, the Flink community released Flink version 1.1.1.</p> + +<p>The Maven artifacts published on Maven central for 1.1.0 had a Hadoop dependency issue: No Hadoop 1 specific version (with version 1.1.0-hadoop1) was deployed and 1.1.0 artifacts have a dependency on Hadoop 1 instead of Hadoop 2.</p> + +<p>This was fixed with this release and we <strong>highly recommend</strong> all users to use this version of Flink by bumping your Flink dependencies to version 1.1.1:</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.1.1<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.1.1<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.1.1<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> +</description> +<pubDate>Thu, 11 Aug 2016 11:00:00 +0200</pubDate> +<link>http://flink.apache.org/news/2016/08/11/release-1.1.1.html</link> +<guid isPermaLink="true">/news/2016/08/11/release-1.1.1.html</guid> +</item> + +<item> <title>Announcing Apache Flink 1.1.0</title> -<description><div class="alert alert-warning"><strong>Warning</strong>: The artifacts published on Maven central have a Hadoop dependency issue. No Hadoop 1 specific version (with version <code>1.1.0-hadoop1</code>) was deployed and <code>1.1.0</code> artifacts have a dependency on Hadoop 1 instead of Hadoop 2. This will be fixed immediately and released as Flink <code>1.1.1</code> (published Maven artifacts are immutable). If you are using Flink with Hadoop 2, we recommend to wait until <code>1.1.1</code> is available before upgrading.</div> +<description><div class="alert alert-success"><strong>Important</strong>: The Maven artifacts published with version 1.1.0 on Maven central have a Hadoop dependency issue. It is highly recommended to use <strong>1.1.1</strong> or <strong>1.1.1-hadoop1</strong> as the Flink version.</div> <p>The Apache Flink community is pleased to announce the availability of Flink 1.1.0.</p> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index d3ee3e8..1cd47a8 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -161,10 +161,23 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></h2> + <p>11 Aug 2016</p> + + <p><p>Today, the Flink community released Flink version 1.1.1.</p> + +</p> + + <p><a href="/news/2016/08/11/release-1.1.1.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a></h2> <p>08 Aug 2016</p> - <p><div class="alert alert-warning"><strong>Warning</strong>: The artifacts published on Maven central have a Hadoop dependency issue. No Hadoop 1 specific version (with version <code>1.1.0-hadoop1</code>) was deployed and <code>1.1.0</code> artifacts have a dependency on Hadoop 1 instead of Hadoop 2. This will be fixed immediately and released as Flink <code>1.1.1</code> (published Maven artifacts are immutable). If you are using Flink with Hadoop 2, we recommend to wait until <code>1.1.1</code> is available before upgrading.</div> + <p><div class="alert alert-success"><strong>Important</strong>: The Maven artifacts published with version 1.1.0 on Maven central have a Hadoop dependency issue. It is highly recommended to use <strong>1.1.1</strong> or <strong>1.1.1-hadoop1</strong> as the Flink version.</div> </p> @@ -274,17 +287,6 @@ <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></h2> - <p>18 Dec 2015 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p> - - <p><p>With 2015 ending, we thought that this would be good time to reflect on the amazing work done by the Flink community over this past year, and how much this community has grown.</p></p> - - <p><a href="/news/2015/12/18/a-year-in-review.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -317,6 +319,16 @@ <ul id="markdown-toc"> + <li><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></li> + + + + + + + + + <li><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/blog/page2/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html index 280788c..6ece937 100644 --- a/content/blog/page2/index.html +++ b/content/blog/page2/index.html @@ -161,6 +161,17 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></h2> + <p>18 Dec 2015 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p> + + <p><p>With 2015 ending, we thought that this would be good time to reflect on the amazing work done by the Flink community over this past year, and how much this community has grown.</p></p> + + <p><a href="/news/2015/12/18/a-year-in-review.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/12/11/storm-compatibility.html">Storm Compatibility in Apache Flink: How to run existing Storm topologies on Flink</a></h2> <p>11 Dec 2015 by Matthias J. Sax (<a href="https://twitter.com/MatthiasJSax">@MatthiasJSax</a>)</p> @@ -280,17 +291,6 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/05/14/Community-update-April.html">April 2015 in the Flink community</a></h2> - <p>14 May 2015 by Kostas Tzoumas (<a href="https://twitter.com/kostas_tzoumas">@kostas_tzoumas</a>)</p> - - <p><p>The monthly update from the Flink community. Including the availability of a new preview release, lots of meetups and conference talks and a great interview about Flink.</p></p> - - <p><a href="/news/2015/05/14/Community-update-April.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -323,6 +323,16 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> <ul id="markdown-toc"> + <li><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></li> + + + + + + + + + <li><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/blog/page3/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html index b930268..0d5cf40 100644 --- a/content/blog/page3/index.html +++ b/content/blog/page3/index.html @@ -161,6 +161,17 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/05/14/Community-update-April.html">April 2015 in the Flink community</a></h2> + <p>14 May 2015 by Kostas Tzoumas (<a href="https://twitter.com/kostas_tzoumas">@kostas_tzoumas</a>)</p> + + <p><p>The monthly update from the Flink community. Including the availability of a new preview release, lots of meetups and conference talks and a great interview about Flink.</p></p> + + <p><a href="/news/2015/05/14/Community-update-April.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits and Bytes</a></h2> <p>11 May 2015 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p> @@ -286,19 +297,6 @@ and offers a new API including definition of flexible windows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></h2> - <p>18 Nov 2014 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p> - - <p><p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an industry standard for scalable analytical data processing. Many data analysis applications have been implemented as Hadoop MapReduce jobs and run in clusters around the world. Apache Flink can be an alternative to MapReduce and improves it in many dimensions. Among other features, Flink provides much better performance and offers APIs in Java and Scala, which are very easy to use. Similar to Hadoop, Flinkâs APIs provide interfaces for Mapper and Reducer functions, as well as Input- and OutputFormats along with many more operators. While being conceptually equivalent, Hadoopâs MapReduce and Flinkâs interfaces for these functions are unfortunately not source compatible.</p> - -</p> - - <p><a href="/news/2014/11/18/hadoop-compatibility.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -331,6 +329,16 @@ and offers a new API including definition of flexible windows.</p> <ul id="markdown-toc"> + <li><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></li> + + + + + + + + + <li><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/blog/page4/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html index d387243..fffd0ca 100644 --- a/content/blog/page4/index.html +++ b/content/blog/page4/index.html @@ -161,6 +161,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></h2> + <p>18 Nov 2014 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p> + + <p><p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an industry standard for scalable analytical data processing. Many data analysis applications have been implemented as Hadoop MapReduce jobs and run in clusters around the world. Apache Flink can be an alternative to MapReduce and improves it in many dimensions. Among other features, Flink provides much better performance and offers APIs in Java and Scala, which are very easy to use. Similar to Hadoop, Flinkâs APIs provide interfaces for Mapper and Reducer functions, as well as Input- and OutputFormats along with many more operators. While being conceptually equivalent, Hadoopâs MapReduce and Flinkâs interfaces for these functions are unfortunately not source compatible.</p> + +</p> + + <p><a href="/news/2014/11/18/hadoop-compatibility.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></h2> <p>04 Nov 2014</p> @@ -247,6 +260,16 @@ academic and open source project that Flink originates from.</p> <ul id="markdown-toc"> + <li><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a></li> + + + + + + + + + <li><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 4ab6131..ad96790 100644 --- a/content/index.html +++ b/content/index.html @@ -234,6 +234,10 @@ <ul class="list-group"> + <li class="list-group-item"><span>11 Aug 2016</span> » + <a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1 Released</a> + </li> + <li class="list-group-item"><span>08 Aug 2016</span> » <a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache Flink 1.1.0</a> </li> @@ -249,10 +253,6 @@ <li class="list-group-item"><span>22 Apr 2016</span> » <a href="/news/2016/04/22/release-1.0.2.html">Flink 1.0.2 Released</a> </li> - - <li class="list-group-item"><span>14 Apr 2016</span> » - <a href="/news/2016/04/14/flink-forward-announce.html">Flink Forward 2016 Call for Submissions Is Now Open</a> - </li> </ul> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/news/2016/08/08/release-1.1.0.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/08/release-1.1.0.html b/content/news/2016/08/08/release-1.1.0.html index bfd314d..1024ace 100644 --- a/content/news/2016/08/08/release-1.1.0.html +++ b/content/news/2016/08/08/release-1.1.0.html @@ -160,7 +160,7 @@ <article> <p>08 Aug 2016</p> -<div class="alert alert-warning"><strong>Warning</strong>: The artifacts published on Maven central have a Hadoop dependency issue. No Hadoop 1 specific version (with version <code>1.1.0-hadoop1</code>) was deployed and <code>1.1.0</code> artifacts have a dependency on Hadoop 1 instead of Hadoop 2. This will be fixed immediately and released as Flink <code>1.1.1</code> (published Maven artifacts are immutable). If you are using Flink with Hadoop 2, we recommend to wait until <code>1.1.1</code> is available before upgrading.</div> +<div class="alert alert-success"><strong>Important</strong>: The Maven artifacts published with version 1.1.0 on Maven central have a Hadoop dependency issue. It is highly recommended to use <strong>1.1.1</strong> or <strong>1.1.1-hadoop1</strong> as the Flink version.</div> <p>The Apache Flink community is pleased to announce the availability of Flink 1.1.0.</p> http://git-wip-us.apache.org/repos/asf/flink-web/blob/de3ae0db/content/news/2016/08/11/release-1.1.1.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/11/release-1.1.1.html b/content/news/2016/08/11/release-1.1.1.html new file mode 100644 index 0000000..d4c17cc --- /dev/null +++ b/content/news/2016/08/11/release-1.1.1.html @@ -0,0 +1,231 @@ +<!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: Flink 1.1.1 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> + + + <!-- Top navbar. --> + <nav class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!-- 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/navbar-brand-logo.jpg" width="78px" height="40px"> + </a> + </div> + </div><!-- /.navbar-header --> + + <!-- The navigation links. --> + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> + <ul class="nav navbar-nav"> + + <!-- Overview --> + <li><a href="/index.html">Overview</a></li> + + <!-- Features --> + <li><a href="/features.html">Features</a></li> + + <!-- Downloads --> + <li><a href="/downloads.html">Downloads</a></li> + + <!-- FAQ --> + <li><a href="/faq.html">FAQ</a></li> + + + <!-- Quickstart --> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><small><span class="glyphicon glyphicon-new-window"></span></small> Quickstart <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu"> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/setup_quickstart.html">Setup</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/run_example_quickstart.html">Example: Wikipedia Edit Stream</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/java_api_quickstart.html">Java API</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/scala_api_quickstart.html">Scala API</a></li> + </ul> + </li> + + <!-- Documentation --> + <li class="dropdown"> + <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><small><span class="glyphicon glyphicon-new-window"></span></small> Documentation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu"> + <!-- Latest stable release --> + <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1">1.1 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/api/java" class="active">1.1 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/api/scala/index.html" class="active">1.1 ScalaDocs</a></li> + + <!-- Snapshot docs --> + <li class="divider"></li> + <li role="presentation" class="dropdown-header"><strong>Snapshot</strong> (Development)</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master">1.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/java" class="active">1.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/api/scala/index.html" class="active">1.2 ScalaDocs</a></li> + + <!-- Wiki --> + <li class="divider"></li> + <li><a href="/visualizer/"><small><span class="glyphicon glyphicon-new-window"></span></small> Plan Visualizer</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li> + </ul> + </li> + + </ul> + + <ul class="nav navbar-nav navbar-right"> + <!-- Blog --> + <li class=" active hidden-md hidden-sm"><a href="/blog/">Blog</a></li> + + <li class="dropdown hidden-md hidden-sm"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu"> + <!-- Community --> + <li role="presentation" class="dropdown-header"><strong>Community</strong></li> + <li><a href="/community.html#mailing-lists">Mailing Lists</a></li> + <li><a href="/community.html#irc">IRC</a></li> + <li><a href="/community.html#stack-overflow">Stack Overflow</a></li> + <li><a href="/community.html#issue-tracker">Issue Tracker</a></li> + <li><a href="/community.html#third-party-packages">Third Party Packages</a></li> + <li><a href="/community.html#source-code">Source Code</a></li> + <li><a href="/community.html#people">People</a></li> + <li><a href="/poweredby.html">Powered by Flink</a></li> + + <!-- Contribute --> + <li class="divider"></li> + <li role="presentation" class="dropdown-header"><strong>Contribute</strong></li> + <li><a href="/how-to-contribute.html">How to Contribute</a></li> + <li><a href="/contribute-code.html">Contribute Code</a></li> + <li><a href="/contribute-documentation.html">Contribute Documentation</a></li> + <li><a href="/improve-website.html">Improve the Website</a></li> + </ul> + </li> + + <li class="dropdown hidden-md hidden-sm"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu"> + <!-- Project --> + <li role="presentation" class="dropdown-header"><strong>Project</strong></li> + <li><a href="/slides.html">Slides</a></li> + <li><a href="/material.html">Material</a></li> + <li><a href="https://twitter.com/apacheflink"><small><span class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li> + <li><a href="https://github.com/apache/flink"><small><span class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li> + </ul> + </li> + </ul> + </div><!-- /.navbar-collapse --> + </div><!-- /.container --> + </nav> + + + <!-- Main content. --> + <div class="container"> + + +<div class="row"> + <div class="col-sm-8 col-sm-offset-2"> + <div class="row"> + <h1>Flink 1.1.1 Released</h1> + + <article> + <p>11 Aug 2016</p> + +<p>Today, the Flink community released Flink version 1.1.1.</p> + +<p>The Maven artifacts published on Maven central for 1.1.0 had a Hadoop dependency issue: No Hadoop 1 specific version (with version 1.1.0-hadoop1) was deployed and 1.1.0 artifacts have a dependency on Hadoop 1 instead of Hadoop 2.</p> + +<p>This was fixed with this release and we <strong>highly recommend</strong> all users to use this version of Flink by bumping your Flink dependencies to version 1.1.1:</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.1.1<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.1.1<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.1.1<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> + + </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> + + <hr /> + <div class="footer text-center"> + <p>Copyright © 2014-2015 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Flink, Apache, and the Apache feather logo are 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><!-- /.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> + + <!-- 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>