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><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.4 series.</p> + +<p>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.</p> + +<p>We highly recommend all users to upgrade to Flink 1.4.1.</p> + +<p>Updated Maven dependencies:</p> + +<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span> + <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> + <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span> + <span class="nt">&lt;version&gt;</span>1.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.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.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> + +<p>List of resolved issues:</p> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-6321">FLINK-6321</a>] - RocksDB state backend Checkpointing is not working with KeyedCEP. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7499">FLINK-7499</a>] - double buffer release in SpillableSubpartitionView +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7756">FLINK-7756</a>] - RocksDB state backend Checkpointing (Async and Incremental) is not working with CEP. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7760">FLINK-7760</a>] - Restore failing from external checkpointing metadata. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8323">FLINK-8323</a>] - Fix Mod scala function bug +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-5506">FLINK-5506</a>] - Java 8 - CommunityDetection.java:158 - java.lang.NullPointerException +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-6951">FLINK-6951</a>] - Incompatible versions of httpcomponents jars for Flink kinesis connector +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-7949">FLINK-7949</a>] - AsyncWaitOperator is not restarting when queue is full +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8145">FLINK-8145</a>] - IOManagerAsync not properly shut down in various tests +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8200">FLINK-8200</a>] - RocksDBAsyncSnapshotTest should use temp fold instead of fold with fixed name +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8226">FLINK-8226</a>] - Dangling reference generated after NFA clean up timed out SharedBufferEntry +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8230">FLINK-8230</a>] - NPE in OrcRowInputFormat on nested structs +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8235">FLINK-8235</a>] - Cannot run spotbugs for single module +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8242">FLINK-8242</a>] - ClassCastException in OrcTableSource.toOrcPredicate +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8248">FLINK-8248</a>] - RocksDB state backend Checkpointing is not working with KeyedCEP in 1.4 +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8249">FLINK-8249</a>] - Kinesis Producer didnt configure region +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8261">FLINK-8261</a>] - Typos in the shading exclusion for jsr305 in the quickstarts +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8263">FLINK-8263</a>] - Wrong packaging of flink-core in scala quickstarty +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8265">FLINK-8265</a>] - Missing jackson dependency for flink-mesos +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8270">FLINK-8270</a>] - TaskManagers do not use correct local path for shipped Keytab files in Yarn deployment modes +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8275">FLINK-8275</a>] - Flink YARN deployment with Kerberos enabled not working +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8278">FLINK-8278</a>] - Scala examples in Metric documentation do not compile +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8283">FLINK-8283</a>] - FlinkKafkaConsumerBase failing on Travis with no output in 10min +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8295">FLINK-8295</a>] - Netty shading does not work properly +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8306">FLINK-8306</a>] - FlinkKafkaConsumerBaseTest has invalid mocks on final methods +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8318">FLINK-8318</a>] - Conflict jackson library with ElasticSearch connector +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8325">FLINK-8325</a>] - Add COUNT AGG support constant parameter, i.e. COUNT(*), COUNT(1) +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8352">FLINK-8352</a>] - Flink UI Reports No Error on Job Submission Failures +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8355">FLINK-8355</a>] - DataSet Should not union a NULL row for AGG without GROUP BY clause. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8371">FLINK-8371</a>] - Buffers are not recycled in a non-spilled SpillableSubpartition upon release +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8398">FLINK-8398</a>] - Stabilize flaky KinesisDataFetcherTests +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8406">FLINK-8406</a>] - BucketingSink does not detect hadoop file systems +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8409">FLINK-8409</a>] - Race condition in KafkaConsumerThread leads to potential NPE +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8419">FLINK-8419</a>] - Kafka consumer&#39;s offset metrics are not registered for dynamically discovered partitions +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8421">FLINK-8421</a>] - HeapInternalTimerService should reconfigure compatible key / namespace serializers on restore +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8433">FLINK-8433</a>] - Update code example for &quot;Managed Operator State&quot; documentation +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8461">FLINK-8461</a>] - Wrong logger configurations for shaded Netty +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8466">FLINK-8466</a>] - ErrorInfo needs to hold Exception as SerializedThrowable +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8484">FLINK-8484</a>] - Kinesis consumer re-reads closed shards on job restart +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8485">FLINK-8485</a>] - Running Flink inside Intellij no longer works after upgrading from 1.3.2 to 1.4.0 +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8489">FLINK-8489</a>] - Data is not emitted by second ElasticSearch connector +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8496">FLINK-8496</a>] - WebUI does not display TM MemorySegment metrics +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8499">FLINK-8499</a>] - Kryo must not be child-first loaded +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8522">FLINK-8522</a>] - DefaultOperatorStateBackend writes data in checkpoint that is never read. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8559">FLINK-8559</a>] - Exceptions in RocksDBIncrementalSnapshotOperation#takeSnapshot cause job to get stuck +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8561">FLINK-8561</a>] - SharedBuffer line 573 uses == to compare BufferEntries instead of .equals. +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8079">FLINK-8079</a>] - Skip remaining E2E tests if one failed +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8202">FLINK-8202</a>] - Update queryable section on configuration page +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8243">FLINK-8243</a>] - OrcTableSource should recursively read all files in nested directories of the input path. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8260">FLINK-8260</a>] - Document API of Kafka 0.11 Producer +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8264">FLINK-8264</a>] - Add Scala to the parent-first loading patterns +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8271">FLINK-8271</a>] - upgrade from deprecated classes to AmazonKinesis +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8287">FLINK-8287</a>] - Flink Kafka Producer docs should clearly state what partitioner is used by default +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8296">FLINK-8296</a>] - Rework FlinkKafkaConsumerBestTest to not use Java reflection for dependency injection +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8346">FLINK-8346</a>] - add S3 signature v4 workaround to docs +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8362">FLINK-8362</a>] - Shade Elasticsearch dependencies away +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8455">FLINK-8455</a>] - Add Hadoop to the parent-first loading patterns +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8473">FLINK-8473</a>] - JarListHandler may fail with NPE if directory is deleted +</li> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8571">FLINK-8571</a>] - Provide an enhanced KeyedStream implementation to use ForwardPartitioner +</li> +</ul> + +<h2> Test +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8472">FLINK-8472</a>] - Extend migration tests for Flink 1.4 +</li> +</ul> +</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><p>Apache Flink was purpose-built for <em>stateful</em> stream processing. However, what is state in a stream processing application? I defined state and stateful stream processing in a <a href="http://flink.apache.org/features/2017/07/04/flink-rescalable-state.html">previous blog post</a>, and in case you need a refresher, <em>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</em>.</p> @@ -91,7 +266,7 @@ <link rel="canonical" href="https://data-artisans.com/blog/managing-large-state-apache-flink-incremental-checkpointing-overview" /> </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 @@ <p>Lastly, weâd like to extend a sincere thank you to all the Flink community for making 2017 a great year!</p> </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, ä»å ¸, åé¿, å®ç, æ·æ±, é竹</p> </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.</p> list</a>.</p> </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</a>.</p> </li> </ul> </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</a>.</p> <p><em>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 <a href="https://data-artisans.com/blog/apache-flink-at-mediamath-rescaling-stateful-applications" target="_blank">here</a> (external link).</em></p> </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</a>.</p> </ul> </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</a>.</p> <p>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, 士è¿, æ§¿ç, æ·æ±, é竹</p> </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</a>.</p> <p><em>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.</em></p> </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</a>.</p> </ul> </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</a>.</p> <p>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.</p> </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 <p>Try it out, or even better, join the design discussions on the <a href="http://flink.apache.org/community.html#mailing-lists">mailing lists</a> and <a href="https://issues.apache.org/jira/browse/FLINK/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">JIRA</a> and start contributing!</p> </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.</p> </li> </ul> </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 <li>éåå²</li> </ul> </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 </ul> </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 <p>Lastly, weâd like to extend a sincere thank you to all of the Flink community for making 2016 a great year!</p> </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 </li> </ul> </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 </ul> </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 <p>We hope to see many community members at Flink Forward 2016. Registration is available online: <a href="http://flink-forward.org/registration/">flink-forward.org/registration</a> </p> </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 <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> +<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 <li>å«ä¹</li> </ul> </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 <p>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 <a href="https://github.com/apache/flink/tree/master">master branch</a> and check out the <a href="https://ci.apache.org/projects/flink/flink-docs-master/apis/table.html">Table API documentation for the SNAPSHOT version</a>. 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.</p> </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 <li>[streaming-contrib] Fix port clash in DbStateBackend tests</li> </ul> </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 <li>[<a href="https://issues.apache.org/jira/browse/FLINK-3716">FLINK-3716</a>] [kafka consumer] Decreasing socket timeout so testFailOnNoBroker() will pass before JUnit timeout</li> </ul> </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 <p>Read more <a href="http://flink-forward.org/">here</a>.</p> </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.</p> <p><em>Note:</em> The example code requires Flink 1.0.1 or higher.</p> </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.</p> </li> </ul> </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 <li>zhangminglei</li> </ul> </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 <li><a href="https://issues.apache.org/jira/browse/FLINK-3020">FLINK-3020</a>: Set number of task slots to maximum parallelism in local execution</li> </ul> </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</a> on the Flink mailing lists.</p> </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 <p><sup id="fn1">1. We confess, there are three lines changed compared to a Storm project <img class="emoji" style="width:16px;height:16px;align:absmiddle" src="/img/blog/smirk.png" />âbecause the example covers local <em>and</em> remote execution. <a href="#ref1" title="Back to text.">â©</a></sup></p> </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 <p>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.</p> </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 </ul> </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 </ul> </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 <code>0 + absolutePointer</code> or <code>objectRefAddr </div> </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.</p> register for the conference.</p> </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:</p> <li><a href="https://issues.apache.org/jira/browse/FLINK-2584">FLINK-2584</a> ASM dependency is not shaded away</li> </ul> </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.</p> <p>Flink will require at least Java 7 in major releases after 0.9.0.</p> </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.</p> <p>Stay tuned for a wealth of upcoming events! Two Flink talsk will be presented at <a href="http://berlinbuzzwords.de/15/sessions">Berlin Buzzwords</a>, Flink will be presented at the <a href="http://2015.hadoopsummit.org/san-jose/">Hadoop Summit in San Jose</a>. A <a href="http://www.meetup.com/Apache-Flink-Meetup/events/220557545/">training workshop on Apache Flink</a> is being organized in Berlin. Finally, <a href="http://2015.flink-forward.org/">Flink Forward</a>, the first conference to bring together the whole Flink community is taking place in Berlin in October 2015.</p> </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.</p> <li>Flinkâs DBMS-style operators operate natively on binary data yielding high performance in-memory and destage gracefully to disk if necessary.</li> </ul> </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</p> </li> </ul> </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.</p> </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.</p> [4] <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/batch/index.html#semantic-annotations">Flink 1.0 documentation: Semantic annotations</a> <br /> [5] <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/batch/dataset_transformations.html#join-algorithm-hints">Flink 1.0 documentation: Optimizer join hints</a> <br /></p> </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.</p> </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!</p> <p><a href="#top">Back to top</a></p> </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!</p> <p>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.</p> </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!</p> <li>Chen Xu</li> </ul> </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 <p>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.</p> </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 <p>If you want to use Flinkâs Hadoop compatibility package checkout our <a href="https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/hadoop_compatibility.html">documentation</a>.</p> </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 <li>Yingjun Wu</li> </ul> </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)</p> <p>http://www.meetup.com/HandsOnProgrammingEvents/events/210504392/</p> </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 <p><a href="/downloads.html">Download</a> the release today.</p> </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.</p> <li>Tobias Wiens</li> </ul> </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 »</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 »</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 »</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 »</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 »</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 »</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 »</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 »</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 »</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 »</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 »</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"><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.4.0<span class="nt"></version></span> + <span class="nt"><version></span>1.4.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.11<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.4.0<span class="nt"></version></span> + <span class="nt"><version></span>1.4.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.11<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.4.0<span class="nt"></version></span> + <span class="nt"><version></span>1.4.1<span class="nt"></version></span> <span class="nt"></dependency></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>
