You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2016/08/09 12:01:18 UTC

[1/2] flink-web git commit: Add Hadoop dependency warning to release 1.1 announcement

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 609ba0625 -> b6f231407


Add Hadoop dependency warning to release 1.1 announcement


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/f036d893
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/f036d893
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/f036d893

Branch: refs/heads/asf-site
Commit: f036d893aa625a1a1aeb210e4b744eac87c5b44c
Parents: 609ba06
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue Aug 9 14:00:49 2016 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Aug 9 14:00:49 2016 +0200

----------------------------------------------------------------------
 _posts/2016-08-04-release-1.1.0.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/f036d893/_posts/2016-08-04-release-1.1.0.md
----------------------------------------------------------------------
diff --git a/_posts/2016-08-04-release-1.1.0.md b/_posts/2016-08-04-release-1.1.0.md
index 18b4efa..73dfbc7 100644
--- a/_posts/2016-08-04-release-1.1.0.md
+++ b/_posts/2016-08-04-release-1.1.0.md
@@ -5,6 +5,8 @@ date:   2016-08-08 13:00:00
 categories: news
 ---
 
+<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>
+
 The Apache Flink community is pleased to announce the availability of Flink 1.1.0.
 
 This release is the first major release in the 1.X.X series of releases, which maintains API compatibility with 1.0.0. This means that your applications written against stable APIs of Flink 1.0.0 will compile and run with Flink 1.1.0. 95 contributors provided bug fixes, improvements, and new features such that in total more than 450 JIRA issues could be resolved. See the [complete changelog]({{ site.baseurl }}/blog/release_1.1.0-changelog.html) for more details.


[2/2] flink-web git commit: Rebuild website

Posted by uc...@apache.org.
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/b6f23140
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/b6f23140
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/b6f23140

Branch: refs/heads/asf-site
Commit: b6f23140752b76e91bebbe6f26b852d697ed9b59
Parents: f036d89
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue Aug 9 14:01:06 2016 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Aug 9 14:01:06 2016 +0200

----------------------------------------------------------------------
 content/blog/feed.xml                      | 4 +++-
 content/blog/index.html                    | 2 +-
 content/news/2016/08/08/release-1.1.0.html | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/b6f23140/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index da3a9a0..6f02bb4 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -8,7 +8,9 @@
 
 <item>
 <title>Announcing Apache Flink 1.1.0</title>
-<description>&lt;p&gt;The Apache Flink community is pleased to announce the availability of Flink 1.1.0.&lt;/p&gt;
+<description>&lt;div class=&quot;alert alert-warning&quot;&gt;&lt;strong&gt;Warning&lt;/strong&gt;: The artifacts published on Maven central have a Hadoop dependency issue. No Hadoop 1 specific version (with version &lt;code&gt;1.1.0-hadoop1&lt;/code&gt;) was deployed and &lt;code&gt;1.1.0&lt;/code&gt; artifacts have a dependency on Hadoop 1 instead of Hadoop 2. This will be fixed immediately and released as Flink &lt;code&gt;1.1.1&lt;/code&gt; (published Maven artifacts are immutable). If you are using Flink with Hadoop 2, we recommend to wait until &lt;code&gt;1.1.1&lt;/code&gt; is available before upgrading.&lt;/div&gt;
+
+&lt;p&gt;The Apache Flink community is pleased to announce the availability of Flink 1.1.0.&lt;/p&gt;
 
 &lt;p&gt;This release is the first major release in the 1.X.X series of releases, which maintains API compatibility with 1.0.0. This means that your applications written against stable APIs of Flink 1.0.0 will compile and run with Flink 1.1.0. 95 contributors provided bug fixes, improvements, and new features such that in total more than 450 JIRA issues could be resolved. See the &lt;a href=&quot;/blog/release_1.1.0-changelog.html&quot;&gt;complete changelog&lt;/a&gt; for more details.&lt;/p&gt;
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/b6f23140/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 7a6a02b..d3ee3e8 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -164,7 +164,7 @@
       <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><p>The Apache Flink community is pleased to announce the availability of Flink 1.1.0.</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>
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/b6f23140/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 49ef7ff..bfd314d 100644
--- a/content/news/2016/08/08/release-1.1.0.html
+++ b/content/news/2016/08/08/release-1.1.0.html
@@ -160,6 +160,8 @@
       <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>
+
 <p>The Apache Flink community is pleased to announce the availability of Flink 1.1.0.</p>
 
 <p>This release is the first major release in the 1.X.X series of releases, which maintains API compatibility with 1.0.0. This means that your applications written against stable APIs of Flink 1.0.0 will compile and run with Flink 1.1.0. 95 contributors provided bug fixes, improvements, and new features such that in total more than 450 JIRA issues could be resolved. See the <a href="/blog/release_1.1.0-changelog.html">complete changelog</a> for more details.</p>