http://git-wip-us.apache.org/repos/asf/flink-web/blob/d8883b04/content/blog/page4/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html
deleted file mode 100644
index f2148aa..0000000
--- a/content/blog/page4/index.html
+++ /dev/null
@@ -1,769 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
- <title>Apache Flink: Blog</title>
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
- <link rel="icon" href="/favicon.ico" type="image/x-icon">
-
- <!-- Bootstrap -->
- <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
- <link rel="stylesheet" href="/css/flink.css">
- <link rel="stylesheet" href="/css/syntax.css">
-
- <!-- Blog RSS feed -->
- <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml"
title="Apache Flink Blog: RSS feed" />
-
- <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <!-- We need to load Jquery in the header for custom google analytics
event tracking-->
- <script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
-
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- </head>
- <body>
-
-
- <!-- Top navbar. -->
- <nav class="navbar navbar-default navbar-fixed-top">
- <div class="container">
- <!-- The logo. -->
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <div class="navbar-logo">
- <a href="/">
- <img alt="Apache Flink" src="/img/navbar-brand-logo.jpg"
width="78px" height="40px">
- </a>
- </div>
- </div><!-- /.navbar-header -->
-
- <!-- The navigation links. -->
- <div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
- <ul class="nav navbar-nav">
-
- <!-- Overview -->
- <li><a href="/index.html">Overview</a></li>
-
- <!-- Features -->
- <li><a href="/features.html">Features</a></li>
-
- <!-- Downloads -->
- <li><a href="/downloads.html">Downloads</a></li>
-
- <!-- FAQ -->
- <li><a href="/faq.html">FAQ</a></li>
-
-
- <!-- Quickstart -->
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false"><small><span class="glyphicon
glyphicon-new-window"></span></small> Quickstart <span class="caret"></span></a>
- <ul class="dropdown-menu" role="menu">
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/setup_quickstart.html">Setup</a></li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/run_example_quickstart.html">Example:
Wikipedia Edit Stream</a></li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/java_api_quickstart.html">Java
API</a></li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/scala_api_quickstart.html">Scala
API</a></li>
- </ul>
- </li>
-
- <!-- Documentation -->
- <li class="dropdown">
- <a href="" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false"><small><span class="glyphicon
glyphicon-new-window"></span></small> Documentation <span
class="caret"></span></a>
- <ul class="dropdown-menu" role="menu">
- <!-- Latest stable release -->
- <li role="presentation" class="dropdown-header"><strong>Latest
Release</strong> (Stable)</li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1">1.1
Documentation</a></li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/api/java"
class="active">1.1 Javadocs</a></li>
- <!--<li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/api/scala/index.html"
class="active">1.1 ScalaDocs</a></li> -->
-
- <!-- Snapshot docs -->
- <li class="divider"></li>
- <li role="presentation"
class="dropdown-header"><strong>Snapshot</strong> (Development)</li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2">1.2
Documentation</a></li>
- <li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2/api/java"
class="active">1.2 Javadocs</a></li>
- <!--<li><a
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2/api/scala/index.html"
class="active">1.2 ScalaDocs</a></li> -->
-
- <!-- Wiki -->
- <li class="divider"></li>
- <li><a href="/visualizer/"><small><span class="glyphicon
glyphicon-new-window"></span></small> Plan Visualizer</a></li>
- <li><a
href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span
class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
- </ul>
- </li>
-
- </ul>
-
- <ul class="nav navbar-nav navbar-right">
- <!-- Blog -->
- <li class=" active hidden-md hidden-sm"><a
href="/blog/">Blog</a></li>
-
- <li class="dropdown hidden-md hidden-sm">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Community <span class="caret"></span></a>
- <ul class="dropdown-menu" role="menu">
- <!-- Community -->
- <li role="presentation"
class="dropdown-header"><strong>Community</strong></li>
- <li><a href="/community.html#mailing-lists">Mailing
Lists</a></li>
- <li><a href="/community.html#irc">IRC</a></li>
- <li><a href="/community.html#stack-overflow">Stack
Overflow</a></li>
- <li><a href="/community.html#issue-tracker">Issue
Tracker</a></li>
- <li><a href="/community.html#third-party-packages">Third Party
Packages</a></li>
- <li><a href="/community.html#source-code">Source Code</a></li>
- <li><a href="/community.html#people">People</a></li>
- <li><a href="/poweredby.html">Powered by Flink</a></li>
-
- <!-- Contribute -->
- <li class="divider"></li>
- <li role="presentation"
class="dropdown-header"><strong>Contribute</strong></li>
- <li><a href="/how-to-contribute.html">How to
Contribute</a></li>
- <li><a href="/contribute-code.html">Contribute Code</a></li>
- <li><a href="/contribute-documentation.html">Contribute
Documentation</a></li>
- <li><a href="/improve-website.html">Improve the
Website</a></li>
- <li><a
href="https://cwiki.apache.org/confluence/display/FLINK/Flink+Improvement+Proposals"><small><span
class="glyphicon glyphicon-new-window"></span></small> Flink Improvement
Proposals (Design Docs)</a></li>
- </ul>
- </li>
-
- <li class="dropdown hidden-md hidden-sm">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Project <span class="caret"></span></a>
- <ul class="dropdown-menu" role="menu">
- <!-- Project -->
- <li role="presentation"
class="dropdown-header"><strong>Project</strong></li>
- <li><a href="/slides.html">Slides</a></li>
- <li><a href="/material.html">Material</a></li>
- <li><a href="https://twitter.com/apacheflink"><small><span
class="glyphicon glyphicon-new-window"></span></small> Twitter</a></li>
- <li><a href="https://github.com/apache/flink"><small><span
class="glyphicon glyphicon-new-window"></span></small> GitHub</a></li>
- <li><a
href="https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home"><small><span
class="glyphicon glyphicon-new-window"></span></small> Wiki</a></li>
- </ul>
- </li>
- </ul>
- </div><!-- /.navbar-collapse -->
- </div><!-- /.container -->
- </nav>
-
-
- <!-- Main content. -->
- <div class="container">
-
-
-<div class="row">
- <div class="col-sm-12"><h1>Blog</h1></div>
-</div>
-
-<div class="row">
- <div class="col-sm-8">
- <!-- Blog posts -->
-
- <article>
- <h2 class="blog-title"><a
href="/news/2015/03/02/february-2015-in-flink.html">February 2015 in the Flink
community</a></h2>
- <p>02 Mar 2015</p>
-
- <p><p>February might be the shortest month of the year, but this does not
-mean that the Flink community has not been busy adding features to the
-system and fixing bugs. Hereâs a rundown of the activity in the Flink
-community last month.</p>
-
-</p>
-
- <p><a href="/news/2015/03/02/february-2015-in-flink.html">Continue
reading »</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2015/02/09/streaming-example.html">Introducing Flink
Streaming</a></h2>
- <p>09 Feb 2015</p>
-
- <p><p>This post is the first of a series of blog posts on Flink
Streaming,
-the recent addition to Apache Flink that makes it possible to analyze
-continuous data sources in addition to static files. Flink Streaming
-uses the pipelined Flink engine to process data streams in real time
-and offers a new API including definition of flexible windows.</p>
-
-</p>
-
- <p><a href="/news/2015/02/09/streaming-example.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink
community</a></h2>
- <p>04 Feb 2015</p>
-
- <p><p>Happy 2015! Here is a (hopefully digestible) summary of what
happened last month in the Flink community.</p>
-
-</p>
-
- <p><a href="/news/2015/02/04/january-in-flink.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0 available</a></h2>
- <p>21 Jan 2015</p>
-
- <p><p>We are pleased to announce the availability of Flink 0.8.0. This
release includes new user-facing features as well as performance and bug fixes,
extends the support for filesystems and introduces the Scala API and flexible
windowing semantics for Flink Streaming. A total of 33 people have contributed
to this release, a big thanks to all of them!</p>
-
-</p>
-
- <p><a href="/news/2015/01/21/release-0.8.html">Continue reading
»</a></p>
- </article>
-
- <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>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2014/11/18/hadoop-compatibility.html">Hadoop Compatibility in
Flink</a></h2>
- <p>18 Nov 2014 by Fabian Hüske (<a
href="https://twitter.com/fhueske">@fhueske</a>)</p>
-
- <p><p><a href="http://hadoop.apache.org">Apache Hadoop</a> is an
industry standard for scalable analytical data processing. Many data analysis
applications have been implemented as Hadoop MapReduce jobs and run in clusters
around the world. Apache Flink can be an alternative to MapReduce and improves
it in many dimensions. Among other features, Flink provides much better
performance and offers APIs in Java and Scala, which are very easy to use.
Similar to Hadoop, Flinkâs APIs provide interfaces for Mapper and Reducer
functions, as well as Input- and OutputFormats along with many more operators.
While being conceptually equivalent, Hadoopâs MapReduce and Flinkâs
interfaces for these functions are unfortunately not source compatible.</p>
-
-</p>
-
- <p><a href="/news/2014/11/18/hadoop-compatibility.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0 available</a></h2>
- <p>04 Nov 2014</p>
-
- <p><p>We are pleased to announce the availability of Flink 0.7.0. This
release includes new user-facing features as well as performance and bug fixes,
brings the Scala and Java APIs in sync, and introduces Flink Streaming. A total
of 34 people have contributed to this release, a big thanks to all of them!</p>
-
-</p>
-
- <p><a href="/news/2014/11/04/release-0.7.0.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2014/10/03/upcoming_events.html">Upcoming Events</a></h2>
- <p>03 Oct 2014</p>
-
- <p><p>We are happy to announce several upcoming Flink events both in
Europe and the US. Starting with a <strong>Flink hackathon in
Stockholm</strong> (Oct 8-9) and a talk about Flink at the <strong>Stockholm
Hadoop User Group</strong> (Oct 8). This is followed by the very first
<strong>Flink Meetup in Berlin</strong> (Oct 15). In the US, there will be two
Flink Meetup talks: the first one at the <strong>Pasadena Big Data User
Group</strong> (Oct 29) and the second one at <strong>Silicon Valley Hands On
Programming Events</strong> (Nov 4).</p>
-
-</p>
-
- <p><a href="/news/2014/10/03/upcoming_events.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1 available</a></h2>
- <p>26 Sep 2014</p>
-
- <p><p>We are happy to announce the availability of Flink 0.6.1.</p>
-
-</p>
-
- <p><a href="/news/2014/09/26/release-0.6.1.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
- <article>
- <h2 class="blog-title"><a
href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6 available</a></h2>
- <p>26 Aug 2014</p>
-
- <p><p>We are happy to announce the availability of Flink 0.6. This is the
-first release of the system inside the Apache Incubator and under the
-name Flink. Releases up to 0.5 were under the name Stratosphere, the
-academic and open source project that Flink originates from.</p>
-
-</p>
-
- <p><a href="/news/2014/08/26/release-0.6.html">Continue reading
»</a></p>
- </article>
-
- <hr>
-
-
- <!-- Pagination links -->
-
- <ul class="pager">
- <li>
-
- <a href="/blog/page3" class="previous">Previous</a>
-
- </li>
- <li>
- <span class="page_number ">Page: 4 of 4</span>
- </li>
- <li>
-
- <span>Next</span>
-
- </li>
- </ul>
-
- </div>
-
- <div class="col-sm-4" markdown="1">
- <!-- Blog posts by YEAR -->
-
-
-
-
-
- <h2>2016</h2>
-
- <ul id="markdown-toc">
-
- <li><a href="/news/2016/12/21/release-1.1.4.html">Apache Flink 1.1.4
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/12/19/2016-year-in-review.html">Apache Flink in
2016: Year in Review</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/10/12/release-1.1.3.html">Apache Flink 1.1.3
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/09/05/release-1.1.2.html">Apache Flink 1.1.2
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/08/24/ff16-keynotes-panels.html">Flink Forward
2016: Announcing Schedule, Keynotes, and Panel Discussion</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/08/11/release-1.1.1.html">Flink 1.1.1
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/08/08/release-1.1.0.html">Announcing Apache
Flink 1.1.0</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/05/24/stream-sql.html">Stream Processing for
Everyone with SQL and Apache Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/05/11/release-1.0.3.html">Flink 1.0.3
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/04/22/release-1.0.2.html">Flink 1.0.2
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/04/14/flink-forward-announce.html">Flink Forward
2016 Call for Submissions Is Now Open</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/04/06/cep-monitoring.html">Introducing Complex
Event Processing (CEP) with Apache Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/04/06/release-1.0.1.html">Flink 1.0.1
Released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2016/03/08/release-1.0.0.html">Announcing Apache
Flink 1.0.0</a></li>
-
-
-
-
-
-
-
-
-
- <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>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/12/11/storm-compatibility.html">Storm
Compatibility in Apache Flink: How to run existing Storm topologies on
Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/12/04/Introducing-windows.html">Introducing
Stream Windows in Apache Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/11/27/release-0.10.1.html">Flink 0.10.1
released</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/11/16/release-0.10.0.html">Announcing Apache
Flink 0.10.0</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/09/16/off-heap-memory.html">Off-heap Memory in
Apache Flink and the curious JIT compiler</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/09/03/flink-forward.html">Announcing Flink
Forward 2015</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/09/01/release-0.9.1.html">Apache Flink 0.9.1
available</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/08/24/introducing-flink-gelly.html">Introducing
Gelly: Graph Processing with Apache Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a
href="/news/2015/06/24/announcing-apache-flink-0.9.0-release.html">Announcing
Apache Flink 0.9.0</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/05/14/Community-update-April.html">April 2015 in
the Flink community</a></li>
-
-
-
-
-
-
-
-
-
- <li><a
href="/news/2015/05/11/Juggling-with-Bits-and-Bytes.html">Juggling with Bits
and Bytes</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/04/13/release-0.9.0-milestone1.html">Announcing
Flink 0.9.0-milestone1 preview release</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/04/07/march-in-flink.html">March 2015 in the
Flink community</a></li>
-
-
-
-
-
-
-
-
-
- <li><a
href="/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html">Peeking
into Apache Flink's Engine Room</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/03/02/february-2015-in-flink.html">February 2015
in the Flink community</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/02/09/streaming-example.html">Introducing Flink
Streaming</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the
Flink community</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/01/21/release-0.8.html">Apache Flink 0.8.0
available</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2015/01/06/december-in-flink.html">December 2014 in
the Flink community</a></li>
-
-
-
- </ul>
- <hr>
- <h2>2014</h2>
- <ul id="markdown-toc">
-
-
-
-
-
-
-
- <li><a href="/news/2014/11/18/hadoop-compatibility.html">Hadoop
Compatibility in Flink</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2014/11/04/release-0.7.0.html">Apache Flink 0.7.0
available</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2014/10/03/upcoming_events.html">Upcoming
Events</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2014/09/26/release-0.6.1.html">Apache Flink 0.6.1
available</a></li>
-
-
-
-
-
-
-
-
-
- <li><a href="/news/2014/08/26/release-0.6.html">Apache Flink 0.6
available</a></li>
-
-
- </ul>
-
-
- </div>
-</div>
-
- <hr />
- <div class="footer text-center">
- <p>Copyright © 2014-2016 <a href="http://apache.org">The Apache
Software Foundation</a>. All Rights Reserved.</p>
- <p>Apache Flink, Apache, and the Apache feather logo are either
registered trademarks or trademarks of The Apache Software Foundation.</p>
- <p><a href="/privacy-policy.html">Privacy Policy</a> · <a
href="/blog/feed.xml">RSS feed</a></p>
- </div>
-
- </div><!-- /.container -->
-
- <!-- Include all compiled plugins (below), or include individual files as
needed -->
- <script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
- <script src="/js/codetabs.js"></script>
-
- <!-- Google Analytics -->
- <script>
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-52545728-1', 'auto');
- ga('send', 'pageview');
- </script>
- </body>
-</html>