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

Branch: refs/heads/asf-site
Commit: e2d729cb28a9f187d2311e0d9d349a3bdd9661c9
Parents: 913dc52
Author: Tzu-Li (Gordon) Tai <[email protected]>
Authored: Fri Feb 16 01:41:45 2018 +0800
Committer: Tzu-Li (Gordon) Tai <[email protected]>
Committed: Fri Feb 16 01:41:45 2018 +0800

----------------------------------------------------------------------
 content/blog/feed.xml                      | 281 ++++++++++++++----
 content/blog/index.html                    |  40 ++-
 content/blog/page2/index.html              |  40 ++-
 content/blog/page3/index.html              |  38 ++-
 content/blog/page4/index.html              |  36 ++-
 content/blog/page5/index.html              |  38 ++-
 content/blog/page6/index.html              |  25 ++
 content/downloads.html                     |  29 +-
 content/index.html                         |  10 +-
 content/news/2018/02/15/release-1.4.1.html | 362 ++++++++++++++++++++++++
 10 files changed, 756 insertions(+), 143 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index 0c44c61..a9a443b 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -7,6 +7,181 @@
 <atom:link href="http://flink.apache.org/blog/feed.xml"; rel="self" 
type="application/rss+xml" />
 
 <item>
+<title>Apache Flink 1.4.1 Released</title>
+<description>&lt;p&gt;The Apache Flink community released the first bugfix 
version of the Apache Flink 1.4 series.&lt;/p&gt;
+
+&lt;p&gt;This release includes more than 60 fixes and minor improvements for 
Flink 1.4.0. The list below includes a detailed list of all fixes.&lt;/p&gt;
+
+&lt;p&gt;We highly recommend all users to upgrade to Flink 1.4.1.&lt;/p&gt;
+
+&lt;p&gt;Updated Maven dependencies:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-java&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.1&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-streaming-java_2.11&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.1&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-clients_2.11&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.4.1&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;You can find the binaries on the updated &lt;a 
href=&quot;http://flink.apache.org/downloads.html&quot;&gt;Downloads 
page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;List of resolved issues:&lt;/p&gt;
+
+&lt;h2&gt;        Sub-task
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-6321&quot;&gt;FLINK-6321&lt;/a&gt;]
 -         RocksDB state backend Checkpointing is not working with KeyedCEP.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-7499&quot;&gt;FLINK-7499&lt;/a&gt;]
 -         double buffer release in SpillableSubpartitionView
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-7756&quot;&gt;FLINK-7756&lt;/a&gt;]
 -         RocksDB state backend Checkpointing (Async and Incremental)  is not 
working with CEP.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-7760&quot;&gt;FLINK-7760&lt;/a&gt;]
 -         Restore failing from external checkpointing metadata.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8323&quot;&gt;FLINK-8323&lt;/a&gt;]
 -         Fix Mod scala function bug
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Bug
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-5506&quot;&gt;FLINK-5506&lt;/a&gt;]
 -         Java 8 - CommunityDetection.java:158 - java.lang.NullPointerException
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-6951&quot;&gt;FLINK-6951&lt;/a&gt;]
 -         Incompatible versions of httpcomponents jars for Flink kinesis 
connector
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-7949&quot;&gt;FLINK-7949&lt;/a&gt;]
 -         AsyncWaitOperator is not restarting when queue is full
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8145&quot;&gt;FLINK-8145&lt;/a&gt;]
 -         IOManagerAsync not properly shut down in various tests
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8200&quot;&gt;FLINK-8200&lt;/a&gt;]
 -         RocksDBAsyncSnapshotTest should use temp fold instead of fold with 
fixed name
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8226&quot;&gt;FLINK-8226&lt;/a&gt;]
 -         Dangling reference generated after NFA clean up timed out 
SharedBufferEntry
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8230&quot;&gt;FLINK-8230&lt;/a&gt;]
 -         NPE in OrcRowInputFormat on nested structs
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8235&quot;&gt;FLINK-8235&lt;/a&gt;]
 -         Cannot run spotbugs for single module
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8242&quot;&gt;FLINK-8242&lt;/a&gt;]
 -         ClassCastException in OrcTableSource.toOrcPredicate
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8248&quot;&gt;FLINK-8248&lt;/a&gt;]
 -         RocksDB state backend Checkpointing is not working with KeyedCEP in 
1.4
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8249&quot;&gt;FLINK-8249&lt;/a&gt;]
 -         Kinesis Producer didnt configure region
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8261&quot;&gt;FLINK-8261&lt;/a&gt;]
 -         Typos in the shading exclusion for jsr305 in the quickstarts
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8263&quot;&gt;FLINK-8263&lt;/a&gt;]
 -         Wrong packaging of flink-core in scala quickstarty
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8265&quot;&gt;FLINK-8265&lt;/a&gt;]
 -         Missing jackson dependency for flink-mesos
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8270&quot;&gt;FLINK-8270&lt;/a&gt;]
 -         TaskManagers do not use correct local path for shipped Keytab files 
in Yarn deployment modes
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8275&quot;&gt;FLINK-8275&lt;/a&gt;]
 -         Flink YARN deployment with Kerberos enabled not working 
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8278&quot;&gt;FLINK-8278&lt;/a&gt;]
 -         Scala examples in Metric documentation do not compile
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8283&quot;&gt;FLINK-8283&lt;/a&gt;]
 -         FlinkKafkaConsumerBase failing on Travis with no output in 10min
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8295&quot;&gt;FLINK-8295&lt;/a&gt;]
 -         Netty shading does not work properly
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8306&quot;&gt;FLINK-8306&lt;/a&gt;]
 -         FlinkKafkaConsumerBaseTest has invalid mocks on final methods
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8318&quot;&gt;FLINK-8318&lt;/a&gt;]
 -         Conflict jackson library with ElasticSearch connector
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8325&quot;&gt;FLINK-8325&lt;/a&gt;]
 -         Add COUNT AGG support constant parameter, i.e. COUNT(*), COUNT(1) 
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8352&quot;&gt;FLINK-8352&lt;/a&gt;]
 -         Flink UI Reports No Error on Job Submission Failures
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8355&quot;&gt;FLINK-8355&lt;/a&gt;]
 -         DataSet Should not union a NULL row for AGG without GROUP BY clause.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8371&quot;&gt;FLINK-8371&lt;/a&gt;]
 -         Buffers are not recycled in a non-spilled SpillableSubpartition upon 
release
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8398&quot;&gt;FLINK-8398&lt;/a&gt;]
 -         Stabilize flaky KinesisDataFetcherTests
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8406&quot;&gt;FLINK-8406&lt;/a&gt;]
 -         BucketingSink does not detect hadoop file systems
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8409&quot;&gt;FLINK-8409&lt;/a&gt;]
 -         Race condition in KafkaConsumerThread leads to potential NPE
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8419&quot;&gt;FLINK-8419&lt;/a&gt;]
 -         Kafka consumer&amp;#39;s offset metrics are not registered for 
dynamically discovered partitions
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8421&quot;&gt;FLINK-8421&lt;/a&gt;]
 -         HeapInternalTimerService should reconfigure compatible key / 
namespace serializers on restore
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8433&quot;&gt;FLINK-8433&lt;/a&gt;]
 -         Update code example for &amp;quot;Managed Operator State&amp;quot; 
documentation
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8461&quot;&gt;FLINK-8461&lt;/a&gt;]
 -         Wrong logger configurations for shaded Netty
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8466&quot;&gt;FLINK-8466&lt;/a&gt;]
 -         ErrorInfo needs to hold Exception as SerializedThrowable
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8484&quot;&gt;FLINK-8484&lt;/a&gt;]
 -         Kinesis consumer re-reads closed shards on job restart
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8485&quot;&gt;FLINK-8485&lt;/a&gt;]
 -         Running Flink inside Intellij no longer works after upgrading from 
1.3.2 to 1.4.0
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8489&quot;&gt;FLINK-8489&lt;/a&gt;]
 -         Data is not emitted by second ElasticSearch connector
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8496&quot;&gt;FLINK-8496&lt;/a&gt;]
 -         WebUI does not display TM MemorySegment metrics
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8499&quot;&gt;FLINK-8499&lt;/a&gt;]
 -         Kryo must not be child-first loaded
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8522&quot;&gt;FLINK-8522&lt;/a&gt;]
 -         DefaultOperatorStateBackend writes data in checkpoint that is never 
read.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8559&quot;&gt;FLINK-8559&lt;/a&gt;]
 -         Exceptions in RocksDBIncrementalSnapshotOperation#takeSnapshot cause 
job to get stuck
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8561&quot;&gt;FLINK-8561&lt;/a&gt;]
 -         SharedBuffer line 573 uses == to compare BufferEntries instead of 
.equals.
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Improvement
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8079&quot;&gt;FLINK-8079&lt;/a&gt;]
 -         Skip remaining E2E tests if one failed
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8202&quot;&gt;FLINK-8202&lt;/a&gt;]
 -         Update queryable section on configuration page
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8243&quot;&gt;FLINK-8243&lt;/a&gt;]
 -         OrcTableSource should recursively read all files in nested 
directories of the input path.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8260&quot;&gt;FLINK-8260&lt;/a&gt;]
 -         Document API of Kafka 0.11 Producer
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8264&quot;&gt;FLINK-8264&lt;/a&gt;]
 -         Add Scala to the parent-first loading patterns
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8271&quot;&gt;FLINK-8271&lt;/a&gt;]
 -         upgrade from deprecated classes to AmazonKinesis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8287&quot;&gt;FLINK-8287&lt;/a&gt;]
 -         Flink Kafka Producer docs should clearly state what partitioner is 
used by default
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8296&quot;&gt;FLINK-8296&lt;/a&gt;]
 -         Rework FlinkKafkaConsumerBestTest to not use Java reflection for 
dependency injection
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8346&quot;&gt;FLINK-8346&lt;/a&gt;]
 -         add S3 signature v4 workaround to docs
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8362&quot;&gt;FLINK-8362&lt;/a&gt;]
 -         Shade Elasticsearch dependencies away
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8455&quot;&gt;FLINK-8455&lt;/a&gt;]
 -         Add Hadoop to the parent-first loading patterns
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8473&quot;&gt;FLINK-8473&lt;/a&gt;]
 -         JarListHandler may fail with NPE if directory is deleted
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8571&quot;&gt;FLINK-8571&lt;/a&gt;]
 -         Provide an enhanced KeyedStream implementation to use 
ForwardPartitioner
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Test
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-8472&quot;&gt;FLINK-8472&lt;/a&gt;]
 -         Extend migration tests for Flink 1.4
+&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+<pubDate>Thu, 15 Feb 2018 09:00:00 +0000</pubDate>
+<link>http://flink.apache.org/news/2018/02/15/release-1.4.1.html</link>
+<guid isPermaLink="true">/news/2018/02/15/release-1.4.1.html</guid>
+</item>
+
+<item>
 <title>Managing Large State in Apache Flink: An Intro to Incremental 
Checkpointing</title>
 <description>&lt;p&gt;Apache Flink was purpose-built for 
&lt;em&gt;stateful&lt;/em&gt; stream processing. However, what is state in a 
stream processing application? I defined state and stateful stream processing 
in a &lt;a 
href=&quot;http://flink.apache.org/features/2017/07/04/flink-rescalable-state.html&quot;&gt;previous
 blog post&lt;/a&gt;, and in case you need a refresher, &lt;em&gt;state is 
defined as memory in an application’s operators that stores information about 
previously-seen events that you can use to influence the processing of future 
events&lt;/em&gt;.&lt;/p&gt;
 
@@ -91,7 +266,7 @@
 &lt;link rel=&quot;canonical&quot; 
href=&quot;https://data-artisans.com/blog/managing-large-state-apache-flink-incremental-checkpointing-overview&quot;
 /&gt;
 
 </description>
-<pubDate>Tue, 30 Jan 2018 13:00:00 +0100</pubDate>
+<pubDate>Tue, 30 Jan 2018 12:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/features/2018/01/30/incremental-checkpointing.html</link>
 <guid 
isPermaLink="true">/features/2018/01/30/incremental-checkpointing.html</guid>
 </item>
@@ -232,7 +407,7 @@
 
 &lt;p&gt;Lastly, we’d like to extend a sincere thank you to all the Flink 
community for making 2017 a great year!&lt;/p&gt;
 </description>
-<pubDate>Thu, 21 Dec 2017 10:00:00 +0100</pubDate>
+<pubDate>Thu, 21 Dec 2017 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/12/21/2017-year-in-review.html</link>
 <guid isPermaLink="true">/news/2017/12/21/2017-year-in-review.html</guid>
 </item>
@@ -482,7 +657,7 @@ lingjinjiang, mengji.fy, minwenjun, mtunique, p1tz, paul, 
rtudoran, shaoxuan-wan
 bretschneider, sunjincheng121, tedyu, twalthr, uybhatti, wangmiao1981, yew1eb, 
z00376786, zentol,
 zhangminglei, zhe li, zhouhai02, zjureel, 付典, 军长, 宝牛, 淘江, 
金竹&lt;/p&gt;
 </description>
-<pubDate>Tue, 12 Dec 2017 11:00:00 +0100</pubDate>
+<pubDate>Tue, 12 Dec 2017 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/12/12/release-1.4.0.html</link>
 <guid isPermaLink="true">/news/2017/12/12/release-1.4.0.html</guid>
 </item>
@@ -617,7 +792,7 @@ to the Flink community for all of their hard work.&lt;/p&gt;
 list&lt;/a&gt;.&lt;/p&gt;
 
 </description>
-<pubDate>Wed, 22 Nov 2017 11:00:00 +0100</pubDate>
+<pubDate>Wed, 22 Nov 2017 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2017/11/22/release-1.4-and-1.5-timeline.html</link>
 <guid 
isPermaLink="true">/news/2017/11/22/release-1.4-and-1.5-timeline.html</guid>
 </item>
@@ -829,7 +1004,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Sat, 05 Aug 2017 11:00:00 +0200</pubDate>
+<pubDate>Sat, 05 Aug 2017 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/08/05/release-1.3.2.html</link>
 <guid isPermaLink="true">/news/2017/08/05/release-1.3.2.html</guid>
 </item>
@@ -1008,7 +1183,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;&lt;em&gt;This is an excerpt from a post that originally appeared on 
the data Artisans blog. If you’d like to read the original post in its 
entirety, you can find it &lt;a 
href=&quot;https://data-artisans.com/blog/apache-flink-at-mediamath-rescaling-stateful-applications&quot;
 target=&quot;_blank&quot;&gt;here&lt;/a&gt; (external 
link).&lt;/em&gt;&lt;/p&gt;
 </description>
-<pubDate>Tue, 04 Jul 2017 11:00:00 +0200</pubDate>
+<pubDate>Tue, 04 Jul 2017 09:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/features/2017/07/04/flink-rescalable-state.html</link>
 <guid 
isPermaLink="true">/features/2017/07/04/flink-rescalable-state.html</guid>
 </item>
@@ -1155,7 +1330,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 &lt;/ul&gt;
 
 </description>
-<pubDate>Fri, 23 Jun 2017 18:00:00 +0200</pubDate>
+<pubDate>Fri, 23 Jun 2017 16:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/06/23/release-1.3.1.html</link>
 <guid isPermaLink="true">/news/2017/06/23/release-1.3.1.html</guid>
 </item>
@@ -1331,7 +1506,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Addison Higham, Alexey Diomin, Aljoscha Krettek, Andrea Sella, Andrey 
Melentyev, Anton Mushin, barcahead, biao.liub, Bowen Li, Chen Qin, Chico Sokol, 
David Anderson, Dawid Wysakowicz, DmytroShkvyra, Fabian Hueske, Fabian Wollert, 
fengyelei, Flavio Pompermaier, FlorianFan, Fokko Driesprong, Geoffrey Mon, 
godfreyhe, gosubpl, Greg Hogan, guowei.mgw, hamstah, Haohui Mai, Hequn Cheng, 
hequn.chq, heytitle, hongyuhong, Jamie Grier, Jark Wu, jingzhang, Jinkui Shi, 
Jin Mingjian, Joerg Schad, Joshua Griffith, Jürgen Thomann, kaibozhou, 
Kathleen Sharp, Ken Geis, kkloudas, Kurt Young, lincoln-lil, lingjinjiang, 
liuyuzhong7, Lorenz Buehmann, manuzhang, Marc Tremblay, Mauro Cortellazzi, Max 
Kuklinski, mengji.fy, Mike Dias, mtunique, Nico Kruber, Omar Erminy, Patrick 
Lucas, paul, phoenixjiangnan, rami-alisawi, Ramkrishna, Rick Cox, Robert 
Metzger, Rodrigo Bonifacio, rtudoran, Seth Wiesman, Shaoxuan Wang, shijinkui, 
shuai.xus, Shuyi Chen, spkavuly, Stefano Bortoli, Stefan Richter, Stephan
  Ewen, Stephen Gran, sunjincheng121, tedyu, Till Rohrmann, tonycox, Tony Wei, 
twalthr, Tzu-Li (Gordon) Tai, Ufuk Celebi, Ventura Del Monte, Vijay 
Srinivasaraghavan, WangTaoTheTonic, wenlong.lwl, xccui, xiaogang.sxg, Xpray, 
zcb, zentol, zhangminglei, Zhenghua Gao, Zhijiang, Zhuoluo Yang, zjureel, Zohar 
Mizrahi, 士远, 槿瑜, 淘江, 金竹&lt;/p&gt;
 
 </description>
-<pubDate>Thu, 01 Jun 2017 14:00:00 +0200</pubDate>
+<pubDate>Thu, 01 Jun 2017 12:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/06/01/release-1.3.0.html</link>
 <guid isPermaLink="true">/news/2017/06/01/release-1.3.0.html</guid>
 </item>
@@ -1360,7 +1535,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;&lt;em&gt;Disclaimer: The docker images are provided as a community 
project by individuals on a best-effort basis. They are not official releases 
by the Apache Flink PMC.&lt;/em&gt;&lt;/p&gt;
 </description>
-<pubDate>Tue, 16 May 2017 11:00:00 +0200</pubDate>
+<pubDate>Tue, 16 May 2017 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/05/16/official-docker-image.html</link>
 <guid isPermaLink="true">/news/2017/05/16/official-docker-image.html</guid>
 </item>
@@ -1576,7 +1751,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 &lt;/ul&gt;
 
 </description>
-<pubDate>Wed, 26 Apr 2017 20:00:00 +0200</pubDate>
+<pubDate>Wed, 26 Apr 2017 18:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/04/26/release-1.2.1.html</link>
 <guid isPermaLink="true">/news/2017/04/26/release-1.2.1.html</guid>
 </item>
@@ -1761,7 +1936,7 @@ list&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;In recent months, many members of the Flink community have been 
discussing and contributing to the relational APIs. We made great progress so 
far. While most work has focused on processing streams in append mode, the next 
steps on the agenda are to work on dynamic tables to support queries that 
update their results. If you are excited about the idea of processing streams 
with SQL and would like to contribute to this effort, please give feedback, 
join the discussions on the mailing list, or grab a JIRA issue to work 
on.&lt;/p&gt;
 </description>
-<pubDate>Tue, 04 Apr 2017 14:00:00 +0200</pubDate>
+<pubDate>Tue, 04 Apr 2017 12:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/04/04/dynamic-tables.html</link>
 <guid isPermaLink="true">/news/2017/04/04/dynamic-tables.html</guid>
 </item>
@@ -1938,7 +2113,7 @@ The following paragraphs are not only supposed to give 
you a general overview of
 
 &lt;p&gt;Try it out, or even better, join the design discussions on the &lt;a 
href=&quot;http://flink.apache.org/community.html#mailing-lists&quot;&gt;mailing
 lists&lt;/a&gt; and &lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel&quot;&gt;JIRA&lt;/a&gt;
 and start contributing!&lt;/p&gt;
 </description>
-<pubDate>Wed, 29 Mar 2017 14:00:00 +0200</pubDate>
+<pubDate>Wed, 29 Mar 2017 12:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/03/29/table-sql-api-update.html</link>
 <guid isPermaLink="true">/news/2017/03/29/table-sql-api-update.html</guid>
 </item>
@@ -2011,7 +2186,7 @@ We highly recommend all users to upgrade to Flink 
1.1.5.&lt;/p&gt;
 &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Thu, 23 Mar 2017 19:00:00 +0100</pubDate>
+<pubDate>Thu, 23 Mar 2017 18:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/03/23/release-1.1.5.html</link>
 <guid isPermaLink="true">/news/2017/03/23/release-1.1.5.html</guid>
 </item>
@@ -2285,7 +2460,7 @@ If you have, for example, a flatMap() operator that keeps 
a running aggregate pe
   &lt;li&gt;魏偉哲&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Mon, 06 Feb 2017 13:00:00 +0100</pubDate>
+<pubDate>Mon, 06 Feb 2017 12:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2017/02/06/release-1.2.0.html</link>
 <guid isPermaLink="true">/news/2017/02/06/release-1.2.0.html</guid>
 </item>
@@ -2500,7 +2675,7 @@ If you have, for example, a flatMap() operator that keeps 
a running aggregate pe
 &lt;/ul&gt;
 
 </description>
-<pubDate>Wed, 21 Dec 2016 10:00:00 +0100</pubDate>
+<pubDate>Wed, 21 Dec 2016 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/12/21/release-1.1.4.html</link>
 <guid isPermaLink="true">/news/2016/12/21/release-1.1.4.html</guid>
 </item>
@@ -2694,7 +2869,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 
 &lt;p&gt;Lastly, we’d like to extend a sincere thank you to all of the Flink 
community for making 2016 a great year!&lt;/p&gt;
 </description>
-<pubDate>Mon, 19 Dec 2016 10:00:00 +0100</pubDate>
+<pubDate>Mon, 19 Dec 2016 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/12/19/2016-year-in-review.html</link>
 <guid isPermaLink="true">/news/2016/12/19/2016-year-in-review.html</guid>
 </item>
@@ -2798,7 +2973,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Wed, 12 Oct 2016 11:00:00 +0200</pubDate>
+<pubDate>Wed, 12 Oct 2016 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/10/12/release-1.1.3.html</link>
 <guid isPermaLink="true">/news/2016/10/12/release-1.1.3.html</guid>
 </item>
@@ -2872,7 +3047,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 &lt;/ul&gt;
 
 </description>
-<pubDate>Mon, 05 Sep 2016 11:00:00 +0200</pubDate>
+<pubDate>Mon, 05 Sep 2016 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/09/05/release-1.1.2.html</link>
 <guid isPermaLink="true">/news/2016/09/05/release-1.1.2.html</guid>
 </item>
@@ -2892,7 +3067,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 &lt;p&gt;We hope to see many community members at Flink Forward 2016. 
Registration is available online: &lt;a 
href=&quot;http://flink-forward.org/registration/&quot;&gt;flink-forward.org/registration&lt;/a&gt;
 &lt;/p&gt;
 </description>
-<pubDate>Wed, 24 Aug 2016 11:00:00 +0200</pubDate>
+<pubDate>Wed, 24 Aug 2016 09:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/08/24/ff16-keynotes-panels.html</link>
 <guid isPermaLink="true">/news/2016/08/24/ff16-keynotes-panels.html</guid>
 </item>
@@ -2923,7 +3098,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 
 &lt;p&gt;You can find the binaries on the updated &lt;a 
href=&quot;http://flink.apache.org/downloads.html&quot;&gt;Downloads 
page&lt;/a&gt;.&lt;/p&gt;
 </description>
-<pubDate>Thu, 11 Aug 2016 11:00:00 +0200</pubDate>
+<pubDate>Thu, 11 Aug 2016 09:00:00 +0000</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>
@@ -3145,7 +3320,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
   &lt;li&gt;卫乐&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Mon, 08 Aug 2016 15:00:00 +0200</pubDate>
+<pubDate>Mon, 08 Aug 2016 13:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/08/08/release-1.1.0.html</link>
 <guid isPermaLink="true">/news/2016/08/08/release-1.1.0.html</guid>
 </item>
@@ -3274,7 +3449,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 
 &lt;p&gt;If this post made you curious and you want to try out Flink’s SQL 
interface and the new Table API, we encourage you to do so! Simply clone the 
SNAPSHOT &lt;a 
href=&quot;https://github.com/apache/flink/tree/master&quot;&gt;master 
branch&lt;/a&gt; and check out the &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-master/apis/table.html&quot;&gt;Table
 API documentation for the SNAPSHOT version&lt;/a&gt;. Please note that the 
branch is under heavy development, and hence some code examples in this blog 
post might not work. We are looking forward to your feedback and welcome 
contributions.&lt;/p&gt;
 </description>
-<pubDate>Tue, 24 May 2016 12:00:00 +0200</pubDate>
+<pubDate>Tue, 24 May 2016 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/05/24/stream-sql.html</link>
 <guid isPermaLink="true">/news/2016/05/24/stream-sql.html</guid>
 </item>
@@ -3318,7 +3493,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
   &lt;li&gt;[streaming-contrib] Fix port clash in DbStateBackend 
tests&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Wed, 11 May 2016 10:00:00 +0200</pubDate>
+<pubDate>Wed, 11 May 2016 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/05/11/release-1.0.3.html</link>
 <guid isPermaLink="true">/news/2016/05/11/release-1.0.3.html</guid>
 </item>
@@ -3364,7 +3539,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
   &lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-3716&quot;&gt;FLINK-3716&lt;/a&gt;]
 [kafka consumer] Decreasing socket timeout so testFailOnNoBroker() will pass 
before JUnit timeout&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Fri, 22 Apr 2016 10:00:00 +0200</pubDate>
+<pubDate>Fri, 22 Apr 2016 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/04/22/release-1.0.2.html</link>
 <guid isPermaLink="true">/news/2016/04/22/release-1.0.2.html</guid>
 </item>
@@ -3377,7 +3552,7 @@ enable the joining of a main, high-throughput stream with 
one more more inputs w
 
 &lt;p&gt;Read more &lt;a 
href=&quot;http://flink-forward.org/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
 </description>
-<pubDate>Thu, 14 Apr 2016 12:00:00 +0200</pubDate>
+<pubDate>Thu, 14 Apr 2016 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2016/04/14/flink-forward-announce.html</link>
 <guid isPermaLink="true">/news/2016/04/14/flink-forward-announce.html</guid>
 </item>
@@ -3570,7 +3745,7 @@ This feature will allow to prune unpromising event 
sequences early.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; The example code requires Flink 1.0.1 or 
higher.&lt;/p&gt;
 
 </description>
-<pubDate>Wed, 06 Apr 2016 12:00:00 +0200</pubDate>
+<pubDate>Wed, 06 Apr 2016 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/04/06/cep-monitoring.html</link>
 <guid isPermaLink="true">/news/2016/04/06/cep-monitoring.html</guid>
 </item>
@@ -3641,7 +3816,7 @@ This feature will allow to prune unpromising event 
sequences early.&lt;/p&gt;
 &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Wed, 06 Apr 2016 10:00:00 +0200</pubDate>
+<pubDate>Wed, 06 Apr 2016 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/04/06/release-1.0.1.html</link>
 <guid isPermaLink="true">/news/2016/04/06/release-1.0.1.html</guid>
 </item>
@@ -3768,7 +3943,7 @@ When using this backend, active state in streaming 
programs can grow well beyond
   &lt;li&gt;zhangminglei&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Tue, 08 Mar 2016 14:00:00 +0100</pubDate>
+<pubDate>Tue, 08 Mar 2016 13:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/03/08/release-1.0.0.html</link>
 <guid isPermaLink="true">/news/2016/03/08/release-1.0.0.html</guid>
 </item>
@@ -3805,7 +3980,7 @@ When using this backend, active state in streaming 
programs can grow well beyond
   &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-3020&quot;&gt;FLINK-3020&lt;/a&gt;:
 Set number of task slots to maximum parallelism in local execution&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Thu, 11 Feb 2016 09:00:00 +0100</pubDate>
+<pubDate>Thu, 11 Feb 2016 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2016/02/11/release-0.10.2.html</link>
 <guid isPermaLink="true">/news/2016/02/11/release-0.10.2.html</guid>
 </item>
@@ -4029,7 +4204,7 @@ discussion&lt;/a&gt;
 on the Flink mailing lists.&lt;/p&gt;
 
 </description>
-<pubDate>Fri, 18 Dec 2015 11:00:00 +0100</pubDate>
+<pubDate>Fri, 18 Dec 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/12/18/a-year-in-review.html</link>
 <guid isPermaLink="true">/news/2015/12/18/a-year-in-review.html</guid>
 </item>
@@ -4176,7 +4351,7 @@ While you can embed Spouts/Bolts in a Flink program and 
mix-and-match them with
 &lt;p&gt;&lt;sup id=&quot;fn1&quot;&gt;1. We confess, there are three lines 
changed compared to a Storm project &lt;img class=&quot;emoji&quot; 
style=&quot;width:16px;height:16px;align:absmiddle&quot; 
src=&quot;/img/blog/smirk.png&quot; /&gt;—because the example covers local 
&lt;em&gt;and&lt;/em&gt; remote execution. &lt;a href=&quot;#ref1&quot; 
title=&quot;Back to text.&quot;&gt;↩&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
 
 </description>
-<pubDate>Fri, 11 Dec 2015 11:00:00 +0100</pubDate>
+<pubDate>Fri, 11 Dec 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/12/11/storm-compatibility.html</link>
 <guid isPermaLink="true">/news/2015/12/11/storm-compatibility.html</guid>
 </item>
@@ -4333,7 +4508,7 @@ While you can embed Spouts/Bolts in a Flink program and 
mix-and-match them with
 
 &lt;p&gt;Support for various types of windows over continuous data streams is 
a must-have for modern stream processors. Apache Flink is a stream processor 
with a very strong feature set, including a very flexible mechanism to build 
and evaluate windows over continuous data streams. Flink provides pre-defined 
window operators for common uses cases as well as a toolbox that allows to 
define very custom windowing logic. The Flink community will add more 
pre-defined window operators as we learn the requirements from our 
users.&lt;/p&gt;
 </description>
-<pubDate>Fri, 04 Dec 2015 11:00:00 +0100</pubDate>
+<pubDate>Fri, 04 Dec 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/12/04/Introducing-windows.html</link>
 <guid isPermaLink="true">/news/2015/12/04/Introducing-windows.html</guid>
 </item>
@@ -4392,7 +4567,7 @@ While you can embed Spouts/Bolts in a Flink program and 
mix-and-match them with
 &lt;/ul&gt;
 
 </description>
-<pubDate>Fri, 27 Nov 2015 09:00:00 +0100</pubDate>
+<pubDate>Fri, 27 Nov 2015 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/11/27/release-0.10.1.html</link>
 <guid isPermaLink="true">/news/2015/11/27/release-0.10.1.html</guid>
 </item>
@@ -4567,7 +4742,7 @@ Also note that some methods in the DataStream API had to 
be renamed as part of t
 &lt;/ul&gt;
 
 </description>
-<pubDate>Mon, 16 Nov 2015 09:00:00 +0100</pubDate>
+<pubDate>Mon, 16 Nov 2015 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/11/16/release-0.10.0.html</link>
 <guid isPermaLink="true">/news/2015/11/16/release-0.10.0.html</guid>
 </item>
@@ -5458,7 +5633,7 @@ Either &lt;code&gt;0 + absolutePointer&lt;/code&gt; or 
&lt;code&gt;objectRefAddr
 &lt;/div&gt;
 
 </description>
-<pubDate>Wed, 16 Sep 2015 10:00:00 +0200</pubDate>
+<pubDate>Wed, 16 Sep 2015 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/09/16/off-heap-memory.html</link>
 <guid isPermaLink="true">/news/2015/09/16/off-heap-memory.html</guid>
 </item>
@@ -5510,7 +5685,7 @@ fault tolerance, the internal runtime architecture, and 
others.&lt;/p&gt;
 register for the conference.&lt;/p&gt;
 
 </description>
-<pubDate>Thu, 03 Sep 2015 10:00:00 +0200</pubDate>
+<pubDate>Thu, 03 Sep 2015 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/09/03/flink-forward.html</link>
 <guid isPermaLink="true">/news/2015/09/03/flink-forward.html</guid>
 </item>
@@ -5571,7 +5746,7 @@ for this release:&lt;/p&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-2584&quot;&gt;FLINK-2584&lt;/a&gt;
 ASM dependency is not shaded away&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Tue, 01 Sep 2015 10:00:00 +0200</pubDate>
+<pubDate>Tue, 01 Sep 2015 08:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/09/01/release-0.9.1.html</link>
 <guid isPermaLink="true">/news/2015/09/01/release-0.9.1.html</guid>
 </item>
@@ -6267,7 +6442,7 @@ tools, graph database systems and sampling 
techniques.&lt;/p&gt;
 
 &lt;p&gt;Flink will require at least Java 7 in major releases after 
0.9.0.&lt;/p&gt;
 </description>
-<pubDate>Wed, 24 Jun 2015 16:00:00 +0200</pubDate>
+<pubDate>Wed, 24 Jun 2015 14:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/06/24/announcing-apache-flink-0.9.0-release.html</link>
 <guid 
isPermaLink="true">/news/2015/06/24/announcing-apache-flink-0.9.0-release.html</guid>
 </item>
@@ -6306,7 +6481,7 @@ including Apache Flink.&lt;/p&gt;
 
 &lt;p&gt;Stay tuned for a wealth of upcoming events! Two Flink talsk will be 
presented at &lt;a 
href=&quot;http://berlinbuzzwords.de/15/sessions&quot;&gt;Berlin 
Buzzwords&lt;/a&gt;, Flink will be presented at the &lt;a 
href=&quot;http://2015.hadoopsummit.org/san-jose/&quot;&gt;Hadoop Summit in San 
Jose&lt;/a&gt;. A &lt;a 
href=&quot;http://www.meetup.com/Apache-Flink-Meetup/events/220557545/&quot;&gt;training
 workshop on Apache Flink&lt;/a&gt; is being organized in Berlin. Finally, 
&lt;a href=&quot;http://2015.flink-forward.org/&quot;&gt;Flink 
Forward&lt;/a&gt;, the first conference to bring together the whole Flink 
community is taking place in Berlin in October 2015.&lt;/p&gt;
 </description>
-<pubDate>Thu, 14 May 2015 12:00:00 +0200</pubDate>
+<pubDate>Thu, 14 May 2015 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/05/14/Community-update-April.html</link>
 <guid isPermaLink="true">/news/2015/05/14/Community-update-April.html</guid>
 </item>
@@ -6497,7 +6672,7 @@ The following figure shows how two objects are 
compared.&lt;/p&gt;
   &lt;li&gt;Flink’s DBMS-style operators operate natively on binary data 
yielding high performance in-memory and destage gracefully to disk if 
necessary.&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Mon, 11 May 2015 12:00:00 +0200</pubDate>
+<pubDate>Mon, 11 May 2015 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/05/11/Juggling-with-Bits-and-Bytes.html</link>
 <guid 
isPermaLink="true">/news/2015/05/11/Juggling-with-Bits-and-Bytes.html</guid>
 </item>
@@ -6749,7 +6924,7 @@ Improve usability of command line interface&lt;/p&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Mon, 13 Apr 2015 12:00:00 +0200</pubDate>
+<pubDate>Mon, 13 Apr 2015 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/04/13/release-0.9.0-milestone1.html</link>
 <guid isPermaLink="true">/news/2015/04/13/release-0.9.0-milestone1.html</guid>
 </item>
@@ -6816,7 +6991,7 @@ limited in that it does not yet handle large state and 
iterative
 programs.&lt;/p&gt;
 
 </description>
-<pubDate>Tue, 07 Apr 2015 12:00:00 +0200</pubDate>
+<pubDate>Tue, 07 Apr 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/04/07/march-in-flink.html</link>
 <guid isPermaLink="true">/news/2015/04/07/march-in-flink.html</guid>
 </item>
@@ -7003,7 +7178,7 @@ programs.&lt;/p&gt;
 [4] &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/batch/index.html#semantic-annotations&quot;&gt;Flink
 1.0 documentation: Semantic annotations&lt;/a&gt; &lt;br /&gt;
 [5] &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/batch/dataset_transformations.html#join-algorithm-hints&quot;&gt;Flink
 1.0 documentation: Optimizer join hints&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;
 </description>
-<pubDate>Fri, 13 Mar 2015 11:00:00 +0100</pubDate>
+<pubDate>Fri, 13 Mar 2015 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html</link>
 <guid 
isPermaLink="true">/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html</guid>
 </item>
@@ -7119,7 +7294,7 @@ Hadoop clusters.  Also, basic support for accessing 
secured HDFS with
 a standalone Flink setup is now available.&lt;/p&gt;
 
 </description>
-<pubDate>Mon, 02 Mar 2015 11:00:00 +0100</pubDate>
+<pubDate>Mon, 02 Mar 2015 10:00:00 +0000</pubDate>
 
<link>http://flink.apache.org/news/2015/03/02/february-2015-in-flink.html</link>
 <guid isPermaLink="true">/news/2015/03/02/february-2015-in-flink.html</guid>
 </item>
@@ -7764,7 +7939,7 @@ internally, fault tolerance, and performance 
measurements!&lt;/p&gt;
 
 &lt;p&gt;&lt;a href=&quot;#top&quot;&gt;Back to top&lt;/a&gt;&lt;/p&gt;
 </description>
-<pubDate>Mon, 09 Feb 2015 13:00:00 +0100</pubDate>
+<pubDate>Mon, 09 Feb 2015 12:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/02/09/streaming-example.html</link>
 <guid isPermaLink="true">/news/2015/02/09/streaming-example.html</guid>
 </item>
@@ -7813,7 +7988,7 @@ internally, fault tolerance, and performance 
measurements!&lt;/p&gt;
 
 &lt;p&gt;The improved YARN client of Flink now allows users to deploy Flink on 
YARN for executing a single job. Older versions only supported a long-running 
YARN session. The code of the YARN client has been refactored to provide an 
(internal) Java API for controlling YARN clusters more easily.&lt;/p&gt;
 </description>
-<pubDate>Wed, 04 Feb 2015 11:00:00 +0100</pubDate>
+<pubDate>Wed, 04 Feb 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/02/04/january-in-flink.html</link>
 <guid isPermaLink="true">/news/2015/02/04/january-in-flink.html</guid>
 </item>
@@ -7899,7 +8074,7 @@ internally, fault tolerance, and performance 
measurements!&lt;/p&gt;
   &lt;li&gt;Chen Xu&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Wed, 21 Jan 2015 11:00:00 +0100</pubDate>
+<pubDate>Wed, 21 Jan 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/01/21/release-0.8.html</link>
 <guid isPermaLink="true">/news/2015/01/21/release-0.8.html</guid>
 </item>
@@ -7961,7 +8136,7 @@ Flink serialization system improved a lot over time and 
by now surpasses the cap
 
 &lt;p&gt;The community is working hard together with the Apache infra team to 
migrate the Flink infrastructure to a top-level project. At the same time, the 
Flink community is working on the Flink 0.8.0 release which should be out very 
soon.&lt;/p&gt;
 </description>
-<pubDate>Tue, 06 Jan 2015 11:00:00 +0100</pubDate>
+<pubDate>Tue, 06 Jan 2015 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2015/01/06/december-in-flink.html</link>
 <guid isPermaLink="true">/news/2015/01/06/december-in-flink.html</guid>
 </item>
@@ -8048,7 +8223,7 @@ Flink serialization system improved a lot over time and 
by now surpasses the cap
 
 &lt;p&gt;If you want to use Flink’s Hadoop compatibility package checkout 
our &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/hadoop_compatibility.html&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;
 </description>
-<pubDate>Tue, 18 Nov 2014 11:00:00 +0100</pubDate>
+<pubDate>Tue, 18 Nov 2014 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2014/11/18/hadoop-compatibility.html</link>
 <guid isPermaLink="true">/news/2014/11/18/hadoop-compatibility.html</guid>
 </item>
@@ -8120,7 +8295,7 @@ Flink serialization system improved a lot over time and 
by now surpasses the cap
   &lt;li&gt;Yingjun Wu&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Tue, 04 Nov 2014 11:00:00 +0100</pubDate>
+<pubDate>Tue, 04 Nov 2014 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2014/11/04/release-0.7.0.html</link>
 <guid isPermaLink="true">/news/2014/11/04/release-0.7.0.html</guid>
 </item>
@@ -8219,7 +8394,7 @@ properties, some algorithms)&lt;/p&gt;
 
&lt;p&gt;http://www.meetup.com/HandsOnProgrammingEvents/events/210504392/&lt;/p&gt;
 
 </description>
-<pubDate>Fri, 03 Oct 2014 12:00:00 +0200</pubDate>
+<pubDate>Fri, 03 Oct 2014 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2014/10/03/upcoming_events.html</link>
 <guid isPermaLink="true">/news/2014/10/03/upcoming_events.html</guid>
 </item>
@@ -8233,7 +8408,7 @@ of the system. We suggest all users of Flink to work with 
this newest version.&l
 
 &lt;p&gt;&lt;a href=&quot;/downloads.html&quot;&gt;Download&lt;/a&gt; the 
release today.&lt;/p&gt;
 </description>
-<pubDate>Fri, 26 Sep 2014 12:00:00 +0200</pubDate>
+<pubDate>Fri, 26 Sep 2014 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2014/09/26/release-0.6.1.html</link>
 <guid isPermaLink="true">/news/2014/09/26/release-0.6.1.html</guid>
 </item>
@@ -8316,7 +8491,7 @@ robust, as well as breaking API changes.&lt;/p&gt;
   &lt;li&gt;Tobias Wiens&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-<pubDate>Tue, 26 Aug 2014 12:00:00 +0200</pubDate>
+<pubDate>Tue, 26 Aug 2014 10:00:00 +0000</pubDate>
 <link>http://flink.apache.org/news/2014/08/26/release-0.6.html</link>
 <guid isPermaLink="true">/news/2014/08/26/release-0.6.html</guid>
 </item>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 6d7c615..cae9c98 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/02/15/release-1.4.1.html">Apache Flink 1.4.1 Released</a></h2>
+
+      <p>15 Feb 2018
+      </p>
+
+      <p><p>The Apache Flink community released the first bugfix version of 
the Apache Flink 1.4 series.</p>
+
+</p>
+
+      <p><a href="/news/2018/02/15/release-1.4.1.html">Continue reading 
&raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></h2>
 
       <p>30 Jan 2018
@@ -275,21 +290,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/04/26/release-1.2.1.html">Apache Flink 1.2.1 Released</a></h2>
-
-      <p>26 Apr 2017
-      </p>
-
-      <p><p>The Apache Flink community released the first bugfix version of 
the Apache Flink 1.2 series.</p>
-
-</p>
-
-      <p><a href="/news/2017/04/26/release-1.2.1.html">Continue reading 
&raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -322,6 +322,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/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/page2/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html
index bfac156..7a957b6 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/04/26/release-1.2.1.html">Apache Flink 1.2.1 Released</a></h2>
+
+      <p>26 Apr 2017
+      </p>
+
+      <p><p>The Apache Flink community released the first bugfix version of 
the Apache Flink 1.2 series.</p>
+
+</p>
+
+      <p><a href="/news/2017/04/26/release-1.2.1.html">Continue reading 
&raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a 
href="/news/2017/04/04/dynamic-tables.html">Continuous Queries on Dynamic 
Tables</a></h2>
 
       <p>04 Apr 2017 by Fabian Hueske, Shaoxuan Wang, and Xiaowei Jiang
@@ -269,21 +284,6 @@
 
     <hr>
     
-    <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 
&raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -316,6 +316,16 @@
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/page3/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html
index 89bc68f..7bdb806 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/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 
&raquo;</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
@@ -273,19 +288,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_</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 
&raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -318,6 +320,16 @@
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/page4/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html
index 02cdc3a..b0efb5c 100644
--- a/content/blog/page4/index.html
+++ b/content/blog/page4/index.html
@@ -142,6 +142,19 @@
     <!-- 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_</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 
&raquo;</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</a>)
@@ -279,19 +292,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</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 &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -324,6 +324,16 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/page5/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html
index 6828a8b..a139397 100644
--- a/content/blog/page5/index.html
+++ b/content/blog/page5/index.html
@@ -142,6 +142,19 @@
     <!-- 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</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 &raquo;</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</a>)
@@ -285,21 +298,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</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 
&raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -332,6 +330,16 @@ and offers a new API including definition of flexible 
windows.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/blog/page6/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page6/index.html b/content/blog/page6/index.html
index c4522ea..e0eaa77 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/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</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 
&raquo;</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
@@ -236,6 +251,16 @@ academic and open source project that Flink originates 
from.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a 
href="/features/2018/01/30/incremental-checkpointing.html">Managing Large State 
in Apache Flink: An Intro to Incremental Checkpointing</a></li>
 
       

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 60d3818..4e0d4df 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -151,7 +151,7 @@ $( document ).ready(function() {
 
 <div class="page-toc">
 <ul id="markdown-toc">
-  <li><a href="#latest-stable-release-v140" 
id="markdown-toc-latest-stable-release-v140">Latest stable release (v1.4.0)</a> 
   <ul>
+  <li><a href="#latest-stable-release-v141" 
id="markdown-toc-latest-stable-release-v141">Latest stable release (v1.4.1)</a> 
   <ul>
       <li><a href="#binaries" id="markdown-toc-binaries">Binaries</a></li>
       <li><a href="#source" id="markdown-toc-source">Source</a></li>
     </ul>
@@ -164,9 +164,9 @@ $( document ).ready(function() {
 
 </div>
 
-<h2 id="latest-stable-release-v140">Latest stable release (v1.4.0)</h2>
+<h2 id="latest-stable-release-v141">Latest stable release (v1.4.1)</h2>
 
-<p>Apache Flink® 1.4.0 is our latest stable release.</p>
+<p>Apache Flink® 1.4.1 is our latest stable release.</p>
 
 <p>An Apache Hadoop installation is
 <a href="faq.html#do-i-have-to-install-apache-hadoop-to-use-flink">not 
required</a>
@@ -190,27 +190,27 @@ the classpath.</p>
     
     <tr>
     <th>Without bundled Hadoop®</th>
-    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-bin-scala_2.11.tgz";
 class="ga-track" id="download-hadoopfree_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-scala_2.11.tgz.md5";>md5</a>)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-bin-scala_2.11.tgz";
 class="ga-track" id="download-hadoopfree_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-scala_2.11.tgz.md5";>md5</a>)</td>
     </tr>
     
     <tr>
     <th>Hadoop® 2.8</th>
-    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-bin-hadoop28-scala_2.11.tgz";
 class="ga-track" id="download-hadoop28_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop28-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop28-scala_2.11.tgz.md5";>md5</a>)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-bin-hadoop28-scala_2.11.tgz";
 class="ga-track" id="download-hadoop28_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop28-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop28-scala_2.11.tgz.md5";>md5</a>)</td>
     </tr>
     
     <tr>
     <th>Hadoop® 2.7</th>
-    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-bin-hadoop27-scala_2.11.tgz";
 class="ga-track" id="download-hadoop27_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop27-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop27-scala_2.11.tgz.md5";>md5</a>)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-bin-hadoop27-scala_2.11.tgz";
 class="ga-track" id="download-hadoop27_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop27-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop27-scala_2.11.tgz.md5";>md5</a>)</td>
     </tr>
     
     <tr>
     <th>Hadoop® 2.6</th>
-    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-bin-hadoop26-scala_2.11.tgz";
 class="ga-track" id="download-hadoop26_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop26-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop26-scala_2.11.tgz.md5";>md5</a>)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-bin-hadoop26-scala_2.11.tgz";
 class="ga-track" id="download-hadoop26_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop26-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop26-scala_2.11.tgz.md5";>md5</a>)</td>
     </tr>
     
     <tr>
     <th>Hadoop® 2.4</th>
-    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-bin-hadoop24-scala_2.11.tgz";
 class="ga-track" id="download-hadoop24_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop24-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-bin-hadoop24-scala_2.11.tgz.md5";>md5</a>)</td>
+    <td><a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-bin-hadoop24-scala_2.11.tgz";
 class="ga-track" id="download-hadoop24_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop24-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-bin-hadoop24-scala_2.11.tgz.md5";>md5</a>)</td>
     </tr>
     
 </tbody>
@@ -220,11 +220,11 @@ the classpath.</p>
 
 <div class="list-group">
   <!-- Source -->
-  <a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.0/flink-1.4.0-src.tgz";
 class="list-group-item ga-track" id="download-source">
-    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> 
<strong>Apache Flink® 1.4.0</strong> Source Release</h4>
+  <a 
href="http://www.apache.org/dyn/closer.lua/flink/flink-1.4.1/flink-1.4.1-src.tgz";
 class="list-group-item ga-track" id="download-source">
+    <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> 
<strong>Apache Flink® 1.4.1</strong> Source Release</h4>
     <p>Review the source code or build Flink on your own, using this 
package</p>
   </a>
-   (<a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-src.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.0/flink-1.4.0-src.tgz.md5";>md5</a>)
+   (<a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-src.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.4.1/flink-1.4.1-src.tgz.md5";>md5</a>)
 </div>
 
 <h2 id="verifying-hashes-and-signatures">Verifying Hashes and Signatures</h2>
@@ -242,17 +242,17 @@ the classpath.</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.4.0<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.4.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.11<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.4.0<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.4.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.11<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.4.0<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.4.1<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <h2 id="update-policy-for-old-releases">Update Policy for old releases</h2>
@@ -266,6 +266,7 @@ the classpath.</p>
 <p>All Flink releases are available via <a 
href="https://archive.apache.org/dist/flink/";>https://archive.apache.org/dist/flink/</a>
 including checksums and cryptographic signatures. At the time of writing, this 
includes the following versions:</p>
 
 <ul>
+  <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.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>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e2d729cb/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 6bce04e..ba91857 100644
--- a/content/index.html
+++ b/content/index.html
@@ -168,6 +168,11 @@
 
   <dl>
       
+        <dt> <a href="/news/2018/02/15/release-1.4.1.html">Apache Flink 1.4.1 
Released</a></dt>
+        <dd><p>The Apache Flink community released the first bugfix version of 
the Apache Flink 1.4 series.</p>
+
+</dd>
+      
         <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>
       
@@ -188,11 +193,6 @@ list</a>, we’d like to provide some details on
 what’s coming in Flink 1.4.0 as well as a preview of what the Flink 
community will save for 1.5.0.</p>
 
 </dd>
-      
-        <dt> <a href="/news/2017/08/05/release-1.3.2.html">Apache Flink 1.3.2 
Released</a></dt>
-        <dd><p>The Apache Flink community released the second bugfix version 
of the Apache Flink 1.3 series.</p>
-
-</dd>
     
   </dl>
 

Reply via email to