Update website for Flink 0.10.2
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/1e07e82a Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/1e07e82a Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/1e07e82a Branch: refs/heads/asf-site Commit: 1e07e82a9d050262ac1fbb1c80e60dd134a462e7 Parents: ffe31bf Author: Ufuk Celebi <[email protected]> Authored: Thu Feb 11 19:42:13 2016 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Thu Feb 11 19:42:13 2016 +0100 ---------------------------------------------------------------------- _config.yml | 30 +-- _posts/2016-02-11-release-0.10.2.md | 34 +++ content/blog/feed.xml | 37 +++ content/blog/index.html | 49 ++-- content/blog/page2/index.html | 49 ++-- content/blog/page3/index.html | 49 ++-- content/blog/page4/index.html | 57 +++-- content/blog/page5/index.html | 44 +++- content/community.html | 6 +- content/contribute-code.html | 6 +- content/contribute-documentation.html | 6 +- content/downloads.html | 42 ++-- content/faq.html | 6 +- content/features.html | 6 +- content/how-to-contribute.html | 6 +- content/improve-website.html | 6 +- content/index.html | 28 +-- content/material.html | 6 +- content/news/2012/08/21/release02.html | 6 +- content/news/2012/10/15/icde2013.html | 6 +- content/news/2012/11/12/btw2013demo.html | 6 +- content/news/2012/11/21/previewICDE2013.html | 6 +- content/news/2013/03/27/www-demo-paper.html | 6 +- content/news/2013/10/21/cikm2013-paper.html | 6 +- .../2013/12/13/humboldt-innovation-award.html | 6 +- .../2014/01/10/stratosphere-hadoop-summit.html | 6 +- .../news/2014/01/12/0.4-migration-guide.html | 6 +- .../2014/01/13/stratosphere-release-0.4.html | 6 +- .../26/optimizer_plan_visualization_tool.html | 6 +- content/news/2014/01/28/querying_mongodb.html | 6 +- .../18/amazon-elastic-mapreduce-cloud-yarn.html | 6 +- ...stratosphere-google-summer-of-code-2014.html | 6 +- .../16/stratosphere-goes-apache-incubator.html | 6 +- content/news/2014/05/31/release-0.5.html | 6 +- content/news/2014/08/26/release-0.6.html | 6 +- content/news/2014/09/26/release-0.6.1.html | 6 +- content/news/2014/10/03/upcoming_events.html | 6 +- content/news/2014/11/04/release-0.7.0.html | 6 +- .../news/2014/11/18/hadoop-compatibility.html | 6 +- content/news/2015/01/06/december-in-flink.html | 6 +- content/news/2015/01/21/release-0.8.html | 6 +- content/news/2015/02/04/january-in-flink.html | 6 +- content/news/2015/02/09/streaming-example.html | 6 +- .../news/2015/03/02/february-2015-in-flink.html | 6 +- .../peeking-into-Apache-Flinks-Engine-Room.html | 6 +- content/news/2015/04/07/march-in-flink.html | 6 +- .../2015/04/13/release-0.9.0-milestone1.html | 6 +- .../05/11/Juggling-with-Bits-and-Bytes.html | 6 +- .../news/2015/05/14/Community-update-April.html | 6 +- .../announcing-apache-flink-0.9.0-release.html | 6 +- .../2015/08/24/introducing-flink-gelly.html | 6 +- content/news/2015/09/01/release-0.9.1.html | 6 +- content/news/2015/09/03/flink-forward.html | 6 +- content/news/2015/09/16/off-heap-memory.html | 6 +- content/news/2015/11/16/release-0.10.0.html | 6 +- content/news/2015/11/27/release-0.10.1.html | 6 +- .../news/2015/12/04/Introducing-windows.html | 6 +- .../news/2015/12/11/storm-compatibility.html | 6 +- content/news/2015/12/18/a-year-in-review.html | 6 +- content/news/2016/02/11/release-0.10.2.html | 236 +++++++++++++++++++ content/privacy-policy.html | 6 +- content/project.html | 6 +- content/q/quickstart-scala.sh | 2 +- content/q/quickstart.sh | 2 +- q/quickstart-scala.sh | 2 +- q/quickstart.sh | 2 +- 66 files changed, 682 insertions(+), 287 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 88c2571..ef628a0 100644 --- a/_config.yml +++ b/_config.yml @@ -9,10 +9,10 @@ url: http://flink.apache.org DOCS_BASE_URL: http://ci.apache.org/projects/flink/ -FLINK_VERSION_STABLE: 0.10.1 -FLINK_VERSION_HADOOP_1_STABLE: 0.10.1-hadoop1 -FLINK_VERSION_HADOOP_2_STABLE: 0.10.1 -FLINK_VERSION_STABLE_SHORT: 0.10.1 +FLINK_VERSION_STABLE: 0.10.2 +FLINK_VERSION_HADOOP_1_STABLE: 0.10.2-hadoop1 +FLINK_VERSION_HADOOP_2_STABLE: 0.10.2 +FLINK_VERSION_STABLE_SHORT: 0.10.2 FLINK_VERSION_LATEST: 1.0-SNAPSHOT FLINK_VERSION_HADOOP_1_LATEST: 1.0-SNAPSHOT-hadoop1 @@ -24,26 +24,26 @@ FLINK_GITHUB_URL: https://github.com/apache/flink FLINK_CONTRIBUTORS_URL: https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors FLINK_GITHUB_REPO_NAME: flink -FLINK_DOWNLOAD_URL_SOURCE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-src.tgz +FLINK_DOWNLOAD_URL_SOURCE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-src.tgz -FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop1-scala_2.10.tgz +FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop1.tgz -FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop2-scala_2.10.tgz -FLINK_DOWNLOAD_URL_HADOOP_24_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop24-scala_2.10.tgz -FLINK_DOWNLOAD_URL_HADOOP_26_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop26-scala_2.10.tgz -FLINK_DOWNLOAD_URL_HADOOP_27_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.10.tgz +FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop2.tgz +FLINK_DOWNLOAD_URL_HADOOP_24_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop24.tgz +FLINK_DOWNLOAD_URL_HADOOP_26_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop26.tgz +FLINK_DOWNLOAD_URL_HADOOP_27_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop27.tgz -FLINK_DOWNLOAD_URL_HADOOP_2_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop2-scala_2.11.tgz -FLINK_DOWNLOAD_URL_HADOOP_24_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop24-scala_2.11.tgz -FLINK_DOWNLOAD_URL_HADOOP_26_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop26-scala_2.11.tgz -FLINK_DOWNLOAD_URL_HADOOP_27_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz +FLINK_DOWNLOAD_URL_HADOOP_2_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop2-scala_2.11.tgz +FLINK_DOWNLOAD_URL_HADOOP_24_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop24-scala_2.11.tgz +FLINK_DOWNLOAD_URL_HADOOP_26_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop26-scala_2.11.tgz +FLINK_DOWNLOAD_URL_HADOOP_27_SCALA_211_STABLE: http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop27-scala_2.11.tgz FLINK_DOWNLOAD_URL_HADOOP_1_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-1.0-SNAPSHOT-bin-hadoop1.tgz FLINK_DOWNLOAD_URL_HADOOP_2_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-1.0-SNAPSHOT-bin-hadoop2.tgz # Version numbers used in the text for stable and snapshot versions, # e.g. "Documentation for {{ site.stable }". -stable: "0.10.1" +stable: "0.10.2" snapshot: "1.0" docs-stable: "http://ci.apache.org/projects/flink/flink-docs-release-0.10" http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/_posts/2016-02-11-release-0.10.2.md ---------------------------------------------------------------------- diff --git a/_posts/2016-02-11-release-0.10.2.md b/_posts/2016-02-11-release-0.10.2.md new file mode 100644 index 0000000..f9d2c98 --- /dev/null +++ b/_posts/2016-02-11-release-0.10.2.md @@ -0,0 +1,34 @@ +--- +layout: post +title: "Flink 0.10.2 Released" +date: 2016-02-11 08:00:00 +categories: news +--- + +Today, the Flink community released Flink version **0.10.2**, the second bugfix release of the 0.10 series. + +We **recommend all users updating to this release** by bumping the version of your Flink dependencies to `0.10.2` and updating the binaries on the server. + +## Issues fixed + +* [FLINK-3242](https://issues.apache.org/jira/browse/FLINK-3242): Adjust StateBackendITCase for 0.10 signatures of state backends +* [FLINK-3236](https://issues.apache.org/jira/browse/FLINK-3236): Flink user code classloader as parent classloader from Flink core classes +* [FLINK-2962](https://issues.apache.org/jira/browse/FLINK-2962): Cluster startup script refers to unused variable +* [FLINK-3151](https://issues.apache.org/jira/browse/FLINK-3151): Downgrade to Netty version 4.0.27.Final +* [FLINK-3224](https://issues.apache.org/jira/browse/FLINK-3224): Call setInputType() on output formats that implement InputTypeConfigurable +* [FLINK-3218](https://issues.apache.org/jira/browse/FLINK-3218): Fix overriding of user parameters when merging Hadoop configurations +* [FLINK-3189](https://issues.apache.org/jira/browse/FLINK-3189): Fix argument parsing of CLI client INFO action +* [FLINK-3176](https://issues.apache.org/jira/browse/FLINK-3176): Improve documentation for window apply +* [FLINK-3185](https://issues.apache.org/jira/browse/FLINK-3185): Log error on failure during recovery +* [FLINK-3185](https://issues.apache.org/jira/browse/FLINK-3185): Don't swallow test failure Exception +* [FLINK-3147](https://issues.apache.org/jira/browse/FLINK-3147): Expose HadoopOutputFormatBase fields as protected +* [FLINK-3145](https://issues.apache.org/jira/browse/FLINK-3145): Pin Kryo version of transitive dependencies +* [FLINK-3143](https://issues.apache.org/jira/browse/FLINK-3143): Update Closure Cleaner's ASM references to ASM5 +* [FLINK-3136](https://issues.apache.org/jira/browse/FLINK-3136): Fix shaded imports in ClosureCleaner.scala +* [FLINK-3108](https://issues.apache.org/jira/browse/FLINK-3108): JoinOperator's with() calls the wrong TypeExtractor method +* [FLINK-3125](https://issues.apache.org/jira/browse/FLINK-3125): Web server starts also when JobManager log files cannot be accessed. +* [FLINK-3080](https://issues.apache.org/jira/browse/FLINK-3080): Relax restrictions of DataStream.union() +* [FLINK-3081](https://issues.apache.org/jira/browse/FLINK-3081): Properly stop periodic Kafka committer +* [FLINK-3082](https://issues.apache.org/jira/browse/FLINK-3082): Fixed confusing error about an interface that no longer exists +* [FLINK-3067](https://issues.apache.org/jira/browse/FLINK-3067): Enforce zkclient 0.7 for Kafka +* [FLINK-3020](https://issues.apache.org/jira/browse/FLINK-3020): Set number of task slots to maximum parallelism in local execution http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index ba7bb63..8cd2818 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -7,6 +7,43 @@ <atom:link href="http://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" /> <item> +<title>Flink 0.10.2 Released</title> +<description><p>Today, the Flink community released Flink version <strong>0.10.2</strong>, the second bugfix release of the 0.10 series.</p> + +<p>We <strong>recommend all users updating to this release</strong> by bumping the version of your Flink dependencies to <code>0.10.2</code> and updating the binaries on the server.</p> + +<h2 id="issues-fixed">Issues fixed</h2> + +<ul> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3242">FLINK-3242</a>: Adjust StateBackendITCase for 0.10 signatures of state backends</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3236">FLINK-3236</a>: Flink user code classloader as parent classloader from Flink core classes</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-2962">FLINK-2962</a>: Cluster startup script refers to unused variable</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3151">FLINK-3151</a>: Downgrade to Netty version 4.0.27.Final</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3224">FLINK-3224</a>: Call setInputType() on output formats that implement InputTypeConfigurable</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3218">FLINK-3218</a>: Fix overriding of user parameters when merging Hadoop configurations</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3189">FLINK-3189</a>: Fix argument parsing of CLI client INFO action</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3176">FLINK-3176</a>: Improve documentation for window apply</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3185">FLINK-3185</a>: Log error on failure during recovery</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3185">FLINK-3185</a>: Donât swallow test failure Exception</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3147">FLINK-3147</a>: Expose HadoopOutputFormatBase fields as protected</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3145">FLINK-3145</a>: Pin Kryo version of transitive dependencies</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3143">FLINK-3143</a>: Update Closure Cleanerâs ASM references to ASM5</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3136">FLINK-3136</a>: Fix shaded imports in ClosureCleaner.scala</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3108">FLINK-3108</a>: JoinOperatorâs with() calls the wrong TypeExtractor method</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3125">FLINK-3125</a>: Web server starts also when JobManager log files cannot be accessed.</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3080">FLINK-3080</a>: Relax restrictions of DataStream.union()</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3081">FLINK-3081</a>: Properly stop periodic Kafka committer</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3082">FLINK-3082</a>: Fixed confusing error about an interface that no longer exists</li> + <li><a href="https://issues.apache.org/jira/browse/FLINK-3067">FLINK-3067</a>: Enforce zkclient 0.7 for Kafka</li> + <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> +<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> + +<item> <title>Flink 2015: A year in review, and a lookout to 2016</title> <description><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, http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index 493edf3..8c2f25c 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -160,6 +160,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></h2> + <p>11 Feb 2016</p> + + <p><p>Today, the Flink community released Flink version <strong>0.10.2</strong>, the second bugfix release of the 0.10 series.</p> + +</p> + + <p><a href="/news/2016/02/11/release-0.10.2.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></h2> <p>18 Dec 2015 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p> @@ -277,19 +290,6 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Announcing Apache Flink 0.9.0</a></h2> - <p>24 Jun 2015</p> - - <p><p>The Apache Flink community is pleased to announce the availability of the 0.9.0 release. The release is the result of many months of hard work within the Flink community. It contains many new features and improvements which were previewed in the 0.9.0-milestone1 release and have been polished since then. This is the largest Flink release so far.</p> - -</p> - - <p><a href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -318,10 +318,25 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> - <h2>2015</h2> + <h2>2016</h2> <ul id="markdown-toc"> + <li><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></li> + + + + </ul> + <hr> + <h2>2015</h2> + <ul id="markdown-toc"> + + + + + + + <li><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/page2/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html index 630c668..55aa04a 100644 --- a/content/blog/page2/index.html +++ b/content/blog/page2/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -160,6 +160,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Announcing Apache Flink 0.9.0</a></h2> + <p>24 Jun 2015</p> + + <p><p>The Apache Flink community is pleased to announce the availability of the 0.9.0 release. The release is the result of many months of hard work within the Flink community. It contains many new features and improvements which were previewed in the 0.9.0-milestone1 release and have been polished since then. This is the largest Flink release so far.</p> + +</p> + + <p><a href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2015/05/14/Community-update-April.html">April 2015 in the Flink community</a></h2> <p>14 May 2015 by Kostas Tzoumas (<a href="https://twitter.com/kostas_tzoumas">@kostas_tzoumas</a>)</p> @@ -283,19 +296,6 @@ and offers a new API including definition of flexible windows.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></h2> - <p>06 Jan 2015</p> - - <p><p>This is the first blog post of a ânewsletterâ like series where we give a summary of the monthly activity in the Flink community. As the Flink project grows, this can serve as a âtl;drâ for people that are not following the Flink dev and user mailing lists, or those that are simply overwhelmed by the traffic.</p> - -</p> - - <p><a href="/news/2015/01/06/december-in-flink.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -324,10 +324,25 @@ and offers a new API including definition of flexible windows.</p> - <h2>2015</h2> + <h2>2016</h2> <ul id="markdown-toc"> + <li><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></li> + + + + </ul> + <hr> + <h2>2015</h2> + <ul id="markdown-toc"> + + + + + + + <li><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/page3/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html index 96c0035..8947581 100644 --- a/content/blog/page3/index.html +++ b/content/blog/page3/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -160,6 +160,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2015/01/06/december-in-flink.html">December 2014 in the Flink community</a></h2> + <p>06 Jan 2015</p> + + <p><p>This is the first blog post of a ânewsletterâ like series where we give a summary of the monthly activity in the Flink community. As the Flink project grows, this can serve as a âtl;drâ for people that are not following the Flink dev and user mailing lists, or those that are simply overwhelmed by the traffic.</p> + +</p> + + <p><a href="/news/2015/01/06/december-in-flink.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in Flink</a></h2> <p>18 Nov 2014 by Fabian Hüske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p> @@ -279,19 +292,6 @@ academic and open source project that Flink originates from.</p> <hr> - <article> - <h2 class="blog-title"><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></h2> - <p>28 Jan 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p> - - <p><p>We recently merged a <a href="https://github.com/stratosphere/stratosphere/pull/437">pull request</a> that allows you to use any existing Hadoop <a href="http://developer.yahoo.com/hadoop/tutorial/module5.html#inputformat">InputFormat</a> with Stratosphere. So you can now (in the <code>0.5-SNAPSHOT</code> and upwards versions) define a Hadoop-based data source:</p> - -</p> - - <p><a href="/news/2014/01/28/querying_mongodb.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -320,10 +320,25 @@ academic and open source project that Flink originates from.</p> - <h2>2015</h2> + <h2>2016</h2> <ul id="markdown-toc"> + <li><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></li> + + + + </ul> + <hr> + <h2>2015</h2> + <ul id="markdown-toc"> + + + + + + + <li><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/page4/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html index c2ba358..5305b2b 100644 --- a/content/blog/page4/index.html +++ b/content/blog/page4/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -160,6 +160,19 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2014/01/28/querying_mongodb.html">Accessing Data Stored in MongoDB with Stratosphere</a></h2> + <p>28 Jan 2014 by Robert Metzger (<a href="https://twitter.com/rmetzger_">@rmetzger_</a>)</p> + + <p><p>We recently merged a <a href="https://github.com/stratosphere/stratosphere/pull/437">pull request</a> that allows you to use any existing Hadoop <a href="http://developer.yahoo.com/hadoop/tutorial/module5.html#inputformat">InputFormat</a> with Stratosphere. So you can now (in the <code>0.5-SNAPSHOT</code> and upwards versions) define a Hadoop-based data source:</p> + +</p> + + <p><a href="/news/2014/01/28/querying_mongodb.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2014/01/26/optimizer_plan_visualization_tool.html">Optimizer Plan Visualization Tool</a></h2> <p>26 Jan 2014</p> @@ -302,27 +315,6 @@ Analyzing big data sets as they occur in modern business and science application <hr> - <article> - <h2 class="blog-title"><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></h2> - <p>15 Oct 2012</p> - - <p> <p>Our demo submission<br /> -<strong><cite>"Peeking into the Optimization of Data Flow Programs with MapReduce-style UDFs"</cite></strong><br /> -has been accepted for ICDE 2013 in Brisbane, Australia.<br /> -The demo illustrates the contributions of our VLDB 2012 paper <cite>"Opening the Black Boxes in Data Flow Optimization"</cite> <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_13.pdf">[PDF]</a> and <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_poster_13.pdf">[Poster PDF]</a>.</p> -<p>Visit our poster, enjoy the demo, and talk to us if you are going to attend ICDE 2013.</p> -<p><strong>Abstract:</strong><br /> -Data flows are a popular abstraction to define data-intensive processing tasks. In order to support a wide range of use cases, many data processing systems feature MapReduce-style user-defined functions (UDFs). In contrast to UDFs as known from relational DBMS, MapReduce-style UDFs have less strict templates. These templates do not alone provide all the information needed to decide whether they can be reordered with relational operators and other UDFs. However, it is well-known that reordering operators such as filters, joins, and aggregations can yield runtime improvements by orders of magnitude.<br /> -We demonstrate an optimizer for data flows that is able to reorder operators with MapReduce-style UDFs written in an imperative language. Our approach leverages static code analysis to extract information from UDFs which is used to reason about the reorderbility of UDF operators. This information is sufficient to enumerate a large fraction of the search space covered by conventional RDBMS optimizers including filter and aggregation push-down, bushy join orders, and choice of physical execution strategies based on interesting properties.<br /> -We demonstrate our optimizer and a job submission client that allows users to peek step-by-step into each phase of the optimization process: the static code analysis of UDFs, the enumeration of reordered candidate data flows, the generation of physical execution plans, and their parallel execution. For the demonstration, we provide a selection of relational and non-relational data flow programs which highlight the salient features of our approach.</p> - -</p> - - <p><a href="/news/2012/10/15/icde2013.html">Continue reading »</a></p> - </article> - - <hr> - <!-- Pagination links --> @@ -351,10 +343,25 @@ We demonstrate our optimizer and a job submission client that allows users to pe - <h2>2015</h2> + <h2>2016</h2> <ul id="markdown-toc"> + <li><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></li> + + + + </ul> + <hr> + <h2>2015</h2> + <ul id="markdown-toc"> + + + + + + + <li><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/blog/page5/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html index 5579467..601ae4e 100644 --- a/content/blog/page5/index.html +++ b/content/blog/page5/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -160,6 +160,27 @@ <!-- Blog posts --> <article> + <h2 class="blog-title"><a href="/news/2012/10/15/icde2013.html">Stratosphere Demo Accepted for ICDE 2013</a></h2> + <p>15 Oct 2012</p> + + <p> <p>Our demo submission<br /> +<strong><cite>"Peeking into the Optimization of Data Flow Programs with MapReduce-style UDFs"</cite></strong><br /> +has been accepted for ICDE 2013 in Brisbane, Australia.<br /> +The demo illustrates the contributions of our VLDB 2012 paper <cite>"Opening the Black Boxes in Data Flow Optimization"</cite> <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_13.pdf">[PDF]</a> and <a href="/assets/papers/optimizationOfDataFlowsWithUDFs_poster_13.pdf">[Poster PDF]</a>.</p> +<p>Visit our poster, enjoy the demo, and talk to us if you are going to attend ICDE 2013.</p> +<p><strong>Abstract:</strong><br /> +Data flows are a popular abstraction to define data-intensive processing tasks. In order to support a wide range of use cases, many data processing systems feature MapReduce-style user-defined functions (UDFs). In contrast to UDFs as known from relational DBMS, MapReduce-style UDFs have less strict templates. These templates do not alone provide all the information needed to decide whether they can be reordered with relational operators and other UDFs. However, it is well-known that reordering operators such as filters, joins, and aggregations can yield runtime improvements by orders of magnitude.<br /> +We demonstrate an optimizer for data flows that is able to reorder operators with MapReduce-style UDFs written in an imperative language. Our approach leverages static code analysis to extract information from UDFs which is used to reason about the reorderbility of UDF operators. This information is sufficient to enumerate a large fraction of the search space covered by conventional RDBMS optimizers including filter and aggregation push-down, bushy join orders, and choice of physical execution strategies based on interesting properties.<br /> +We demonstrate our optimizer and a job submission client that allows users to peek step-by-step into each phase of the optimization process: the static code analysis of UDFs, the enumeration of reordered candidate data flows, the generation of physical execution plans, and their parallel execution. For the demonstration, we provide a selection of relational and non-relational data flow programs which highlight the salient features of our approach.</p> + +</p> + + <p><a href="/news/2012/10/15/icde2013.html">Continue reading »</a></p> + </article> + + <hr> + + <article> <h2 class="blog-title"><a href="/news/2012/08/21/release02.html">Version 0.2 Released</a></h2> <p>21 Aug 2012</p> @@ -209,10 +230,25 @@ - <h2>2015</h2> + <h2>2016</h2> <ul id="markdown-toc"> + <li><a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a></li> + + + + </ul> + <hr> + <h2>2015</h2> + <ul id="markdown-toc"> + + + + + + + <li><a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index 171484e..d232818 100644 --- a/content/community.html +++ b/content/community.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/contribute-code.html ---------------------------------------------------------------------- diff --git a/content/contribute-code.html b/content/contribute-code.html index e98026c..2bbc44e 100644 --- a/content/contribute-code.html +++ b/content/contribute-code.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/contribute-documentation.html ---------------------------------------------------------------------- diff --git a/content/contribute-documentation.html b/content/contribute-documentation.html index ae923e2..979b5d4 100644 --- a/content/contribute-documentation.html +++ b/content/contribute-documentation.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index c40b3ed..134d2bf 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -171,7 +171,7 @@ $( document ).ready(function() { <div class="page-toc"> <ul id="markdown-toc"> - <li><a href="#latest-stable-release-v0101" id="markdown-toc-latest-stable-release-v0101">Latest stable release (v0.10.1)</a> <ul> + <li><a href="#latest-stable-release-v0102" id="markdown-toc-latest-stable-release-v0102">Latest stable release (v0.10.2)</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> @@ -182,9 +182,9 @@ $( document ).ready(function() { </div> -<h2 id="latest-stable-release-v0101">Latest stable release (v0.10.1)</h2> +<h2 id="latest-stable-release-v0102">Latest stable release (v0.10.2)</h2> -<p>Apache Flink 0.10.1 is our latest stable release.</p> +<p>Apache Flink 0.10.2 is our latest stable release.</p> <p>You <a href="faq.html#do-i-have-to-install-apache-hadoop-to-use-flink">donât have to install Hadoop</a> @@ -203,32 +203,32 @@ pick the Hadoop 1 version.</p> <tbody> <tr> <th>Hadoop 1.2.1</th> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop1-scala_2.10.tgz" class="ga-track" id="download-hadoop1">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop1.tgz" class="ga-track" id="download-hadoop1">Download</a></td> <td></td> </tr> <tr> <th>Hadoop 2.3.0</th> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop2-scala_2.10.tgz" class="ga-track" id="download-hadoop2">Download</a></td> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop2-scala_2.11.tgz" class="ga-track" id="download-hadoop2_211">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop2.tgz" class="ga-track" id="download-hadoop2">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop2-scala_2.11.tgz" class="ga-track" id="download-hadoop2_211">Download</a></td> </tr> <tr> <th>Hadoop 2.4.1</th> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop24-scala_2.10.tgz" class="ga-track" id="download-hadoop24">Download</a></td> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop24-scala_2.11.tgz" class="ga-track" id="download-hadoop24_211">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop24.tgz" class="ga-track" id="download-hadoop24">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop24-scala_2.11.tgz" class="ga-track" id="download-hadoop24_211">Download</a></td> </tr> <tr> <th>Hadoop 2.6.0</th> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop26-scala_2.10.tgz" class="ga-track" id="download-hadoop26">Download</a></td> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop26-scala_2.11.tgz" class="ga-track" id="download-hadoop26_211">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop26.tgz" class="ga-track" id="download-hadoop26">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop26-scala_2.11.tgz" class="ga-track" id="download-hadoop26_211">Download</a></td> </tr> <tr> <th>Hadoop 2.7.0</th> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.10.tgz" class="ga-track" id="download-hadoop27">Download</a></td> - <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz" class="ga-track" id="download-hadoop27_211">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop27.tgz" class="ga-track" id="download-hadoop27">Download</a></td> + <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-bin-hadoop27-scala_2.11.tgz" class="ga-track" id="download-hadoop27_211">Download</a></td> </tr> @@ -239,8 +239,8 @@ pick the Hadoop 1 version.</p> <div class="list-group"> <!-- Source --> - <a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-src.tgz" class="list-group-item ga-track" id="download-source"> - <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.10.1</strong> Source Release</h4> + <a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.2/flink-0.10.2-src.tgz" class="list-group-item ga-track" id="download-source"> + <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Flink 0.10.2</strong> Source Release</h4> <p>Review the source code or build Flink on your own, using this package</p> </a> </div> @@ -252,23 +252,23 @@ pick the Hadoop 1 version.</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>0.10.1<span class="nt"></version></span> + <span class="nt"><version></span>0.10.2<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<span class="nt"></artifactId></span> - <span class="nt"><version></span>0.10.1<span class="nt"></version></span> + <span class="nt"><version></span>0.10.2<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<span class="nt"></artifactId></span> - <span class="nt"><version></span>0.10.1<span class="nt"></version></span> + <span class="nt"><version></span>0.10.2<span class="nt"></version></span> <span class="nt"></dependency></span></code></pre></div> <p>These dependencies include a local execution environment and thus support local testing.</p> <ul> - <li><strong>Hadoop 1</strong>: If you want to interact with Hadoop 1, use <code>0.10.1-hadoop1</code> as the version.</li> + <li><strong>Hadoop 1</strong>: If you want to interact with Hadoop 1, use <code>0.10.2-hadoop1</code> as the version.</li> <li><strong>Scala API</strong>: To use the Scala API, replace the <code>flink-java</code> artifact id with <code>flink-scala</code> and <code>flink-streaming-java</code> with <code>flink-streaming-scala</code>.</li> </ul> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/faq.html ---------------------------------------------------------------------- diff --git a/content/faq.html b/content/faq.html index 03a0a65..a220469 100644 --- a/content/faq.html +++ b/content/faq.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/features.html ---------------------------------------------------------------------- diff --git a/content/features.html b/content/features.html index 3e755e9..0b0b1a3 100644 --- a/content/features.html +++ b/content/features.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/how-to-contribute.html ---------------------------------------------------------------------- diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html index 9b681e9..206e7ed 100644 --- a/content/how-to-contribute.html +++ b/content/how-to-contribute.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/improve-website.html ---------------------------------------------------------------------- diff --git a/content/improve-website.html b/content/improve-website.html index e35a199..2d953a1 100644 --- a/content/improve-website.html +++ b/content/improve-website.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index ab2c126..65f1100 100644 --- a/content/index.html +++ b/content/index.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> @@ -158,21 +158,21 @@ <div class="row"> <div class="col-md-6"> - <p><strong>Flinkâs core</strong> is a <a href="features.html#unified-stream-amp-batch-processing">streaming dataflow engine</a> that provides data distribution, communication, and fault tolerance for distributed computations over data streams.</p> + <p><strong>Flinkâs core</strong> is a <a href="features.html">streaming dataflow engine</a> that provides data distribution, communication, and fault tolerance for distributed computations over data streams.</p> <p>Flink includes <strong>several APIs</strong> for creating applications that use the Flink engine:</p> <ol> - <li><a href="features.html#dataset-api">DataSet API</a> for static data embedded in Java, Scala, and Python,</li> - <li><a href="features.html#datastream-api">DataStream API</a> for unbounded streams embedded in Java and Scala, and</li> - <li><a href="features.html#table-api">Table API</a> with a SQL-like expression language embedded in Java and Scala.</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/index.html">DataStream API</a> for unbounded streams embedded in Java and Scala, and</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/batch/index.html">DataSet API</a> for static data embedded in Java, Scala, and Python,</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/libs/table.html">Table API</a> with a SQL-like expression language embedded in Java and Scala.</li> </ol> <p>Flink also bundles <strong>libraries for domain-specific use cases</strong>:</p> <ol> - <li><a href="features.html#machine-learning-library">Machine Learning library</a>, and</li> - <li><a href="features.html#graph-api-amp-library-gelly">Gelly</a>, a graph processing API and library.</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/libs/ml/index.html">Machine Learning library</a>, and</li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/libs/gelly_guide.html">Gelly</a>, a graph processing API and library.</li> </ol> <p>You can <strong>integrate</strong> Flink easily with other well-known open source systems both for <a href="features.html#deployment-and-integration">data input and output</a> as well as <a href="features.html#deployment-and-integration">deployment</a>.</p> @@ -213,7 +213,7 @@ <p>Download the <strong>latest stable release</strong> and run Flink on your machine, cluster, or cloud:</p> <div class="text-center download-button"> - <a href="downloads.html" class="btn btn-primary"><strong>Download</strong> Apache Flink 0.10.1</a> + <a href="downloads.html" class="btn btn-primary"><strong>Download</strong> Apache Flink 0.10.2</a> <a href="https://github.com/apache/flink" class="btn btn-info">Apache Flink on <strong>GitHub</strong></a> </div> @@ -231,6 +231,10 @@ <ul class="list-group"> + <li class="list-group-item"><span>11 Feb 2016</span> » + <a href="/news/2016/02/11/release-0.10.2.html">Flink 0.10.2 Released</a> + </li> + <li class="list-group-item"><span>18 Dec 2015</span> » <a href="/news/2015/12/18/a-year-in-review.html">Flink 2015: A year in review, and a lookout to 2016</a> </li> @@ -246,10 +250,6 @@ <li class="list-group-item"><span>27 Nov 2015</span> » <a href="/news/2015/11/27/release-0.10.1.html">Flink 0.10.1 released</a> </li> - - <li class="list-group-item"><span>16 Nov 2015</span> » - <a href="/news/2015/11/16/release-0.10.0.html">Announcing Apache Flink 0.10.0</a> - </li> </ul> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/material.html ---------------------------------------------------------------------- diff --git a/content/material.html b/content/material.html index 5dc923c..a269a35 100644 --- a/content/material.html +++ b/content/material.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2012/08/21/release02.html ---------------------------------------------------------------------- diff --git a/content/news/2012/08/21/release02.html b/content/news/2012/08/21/release02.html index 2059dbc..38a270a 100644 --- a/content/news/2012/08/21/release02.html +++ b/content/news/2012/08/21/release02.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2012/10/15/icde2013.html ---------------------------------------------------------------------- diff --git a/content/news/2012/10/15/icde2013.html b/content/news/2012/10/15/icde2013.html index b33404c..51ee209 100644 --- a/content/news/2012/10/15/icde2013.html +++ b/content/news/2012/10/15/icde2013.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2012/11/12/btw2013demo.html ---------------------------------------------------------------------- diff --git a/content/news/2012/11/12/btw2013demo.html b/content/news/2012/11/12/btw2013demo.html index 5e8414f..66d378e 100644 --- a/content/news/2012/11/12/btw2013demo.html +++ b/content/news/2012/11/12/btw2013demo.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2012/11/21/previewICDE2013.html ---------------------------------------------------------------------- diff --git a/content/news/2012/11/21/previewICDE2013.html b/content/news/2012/11/21/previewICDE2013.html index 6999469..ae5c43a 100644 --- a/content/news/2012/11/21/previewICDE2013.html +++ b/content/news/2012/11/21/previewICDE2013.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2013/03/27/www-demo-paper.html ---------------------------------------------------------------------- diff --git a/content/news/2013/03/27/www-demo-paper.html b/content/news/2013/03/27/www-demo-paper.html index 8a66b57..231a90f 100644 --- a/content/news/2013/03/27/www-demo-paper.html +++ b/content/news/2013/03/27/www-demo-paper.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2013/10/21/cikm2013-paper.html ---------------------------------------------------------------------- diff --git a/content/news/2013/10/21/cikm2013-paper.html b/content/news/2013/10/21/cikm2013-paper.html index f0aa480..0b2e76a 100644 --- a/content/news/2013/10/21/cikm2013-paper.html +++ b/content/news/2013/10/21/cikm2013-paper.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2013/12/13/humboldt-innovation-award.html ---------------------------------------------------------------------- diff --git a/content/news/2013/12/13/humboldt-innovation-award.html b/content/news/2013/12/13/humboldt-innovation-award.html index 431a112..efb4e3b 100644 --- a/content/news/2013/12/13/humboldt-innovation-award.html +++ b/content/news/2013/12/13/humboldt-innovation-award.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/01/10/stratosphere-hadoop-summit.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/10/stratosphere-hadoop-summit.html b/content/news/2014/01/10/stratosphere-hadoop-summit.html index 2f49cc2..3f37711 100644 --- a/content/news/2014/01/10/stratosphere-hadoop-summit.html +++ b/content/news/2014/01/10/stratosphere-hadoop-summit.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/01/12/0.4-migration-guide.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/12/0.4-migration-guide.html b/content/news/2014/01/12/0.4-migration-guide.html index 1495287..4db67ba 100644 --- a/content/news/2014/01/12/0.4-migration-guide.html +++ b/content/news/2014/01/12/0.4-migration-guide.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/01/13/stratosphere-release-0.4.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/13/stratosphere-release-0.4.html b/content/news/2014/01/13/stratosphere-release-0.4.html index 028f019..ed06a54 100644 --- a/content/news/2014/01/13/stratosphere-release-0.4.html +++ b/content/news/2014/01/13/stratosphere-release-0.4.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/01/26/optimizer_plan_visualization_tool.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/26/optimizer_plan_visualization_tool.html b/content/news/2014/01/26/optimizer_plan_visualization_tool.html index b74e91a..9a4c5bf 100644 --- a/content/news/2014/01/26/optimizer_plan_visualization_tool.html +++ b/content/news/2014/01/26/optimizer_plan_visualization_tool.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/01/28/querying_mongodb.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/28/querying_mongodb.html b/content/news/2014/01/28/querying_mongodb.html index 64c5e85..442877b 100644 --- a/content/news/2014/01/28/querying_mongodb.html +++ b/content/news/2014/01/28/querying_mongodb.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html index eca3ce2..49bc0e9 100644 --- a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html +++ b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html index 62d900e..bfc513f 100644 --- a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html +++ b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html ---------------------------------------------------------------------- diff --git a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html index 1243fe9..7950a1e 100644 --- a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html +++ b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e07e82a/content/news/2014/05/31/release-0.5.html ---------------------------------------------------------------------- diff --git a/content/news/2014/05/31/release-0.5.html b/content/news/2014/05/31/release-0.5.html index 4d77e35..afe290b 100644 --- a/content/news/2014/05/31/release-0.5.html +++ b/content/news/2014/05/31/release-0.5.html @@ -83,9 +83,9 @@ <ul class="dropdown-menu" role="menu"> <!-- Latest stable release --> <li role="presentation" class="dropdown-header"><strong>Latest Release</strong> (Stable)</li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.1 Documentation</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.1 Javadocs</a></li> - <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.1 ScalaDocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10">0.10.2 Documentation</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/java" class="active">0.10.2 Javadocs</a></li> + <li><a href="http://ci.apache.org/projects/flink/flink-docs-release-0.10/api/scala/index.html" class="active">0.10.2 ScalaDocs</a></li> <!-- Snapshot docs --> <li class="divider"></li>
