Repository: incubator-beam-site Updated Branches: refs/heads/asf-site d5dfeb6d2 -> 31aaaa494
Remove trailing slash in blog "read more" links Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/c1c2fbe9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/c1c2fbe9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/c1c2fbe9 Branch: refs/heads/asf-site Commit: c1c2fbe9d591e2172cf8748309dff642fb7bd247 Parents: d5dfeb6 Author: Tyler Akidau <[email protected]> Authored: Mon Mar 21 12:28:36 2016 -0700 Committer: Tyler Akidau <[email protected]> Committed: Mon Mar 21 12:28:36 2016 -0700 ---------------------------------------------------------------------- _pages/blog.md | 2 +- content/blog/index.html | 6 +++--- content/feed.xml | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/c1c2fbe9/_pages/blog.md ---------------------------------------------------------------------- diff --git a/_pages/blog.md b/_pages/blog.md index 00f5185..6a1f98b 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -24,7 +24,7 @@ for the project. {% endcapture %} {% if excerpt_words != content_words %} <p> -<a class="btn btn-default btn-sm" href="{{ post.url }}/#read-more" role="button"> +<a class="btn btn-default btn-sm" href="{{ post.url }}#read-more" role="button"> Read more <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </a> </p> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/c1c2fbe9/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index e9d0a51..6d27438 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -96,7 +96,7 @@ for the project.</p> <!-- Render a "read more" button if the post is longer than the excerpt --> <p> -<a class="btn btn-default btn-sm" href="/beam/capability/2016/03/17/capability-matrix.html/#read-more" role="button"> +<a class="btn btn-default btn-sm" href="/beam/capability/2016/03/17/capability-matrix.html#read-more" role="button"> Read more <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </a> </p> @@ -113,7 +113,7 @@ included the <a href="https://github.com/GoogleCloudPlatform/DataflowJavaSDK">Da <!-- Render a "read more" button if the post is longer than the excerpt --> <p> -<a class="btn btn-default btn-sm" href="/beam/python/sdk/2016/02/25/beam-has-a-logo0.html/#read-more" role="button"> +<a class="btn btn-default btn-sm" href="/beam/python/sdk/2016/02/25/beam-has-a-logo0.html#read-more" role="button"> Read more <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </a> </p> @@ -134,7 +134,7 @@ represented this unification.</p> <!-- Render a "read more" button if the post is longer than the excerpt --> <p> -<a class="btn btn-default btn-sm" href="/beam/update/website/2016/02/22/beam-has-a-logo.html/#read-more" role="button"> +<a class="btn btn-default btn-sm" href="/beam/update/website/2016/02/22/beam-has-a-logo.html#read-more" role="button"> Read more <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </a> </p> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/c1c2fbe9/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index 00d85a3..fe40d47 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,14 +6,16 @@ </description> <link>http://beam.incubator.apache.org/</link> <atom:link href="http://beam.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Thu, 17 Mar 2016 16:30:47 -0700</pubDate> - <lastBuildDate>Thu, 17 Mar 2016 16:30:47 -0700</lastBuildDate> + <pubDate>Mon, 21 Mar 2016 12:27:44 -0700</pubDate> + <lastBuildDate>Mon, 21 Mar 2016 12:27:44 -0700</lastBuildDate> <generator>Jekyll v3.1.2</generator> <item> <title>Clarifying & Formalizing Runner Capabilities</title> <description><p>With initial code drops complete (<a href="https://github.com/apache/incubator-beam/pull/1">Dataflow SDK and Runner</a>, <a href="https://github.com/apache/incubator-beam/pull/12">Flink Runner</a>, <a href="https://github.com/apache/incubator-beam/pull/42">Spark Runner</a>) and expressed interest in runner implementations for <a href="https://issues.apache.org/jira/browse/BEAM-9">Storm</a>, <a href="https://issues.apache.org/jira/browse/BEAM-19">Hadoop</a>, and <a href="https://issues.apache.org/jira/browse/BEAM-79">Gearpump</a> (amongst others), we wanted to start addressing a big question in the Apache Beam (incubating) community: what capabilities will each runner be able to support?</p> +<!--more--> + <p>While weâd love to have a world where all runners support the full suite of semantics included in the Beam Model (formerly referred to as the <a href="http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf">Dataflow Model</a>), practically speaking, there will always be certain features that some runners canât provide. For example, a Hadoop-based runner would be inherently batch-based and may be unable to (easily) implement support for unbounded collections. However, that doesnât prevent it from being extremely useful for a large set of uses. In other cases, the implementations provided by one runner may have slightly different semantics that those provided by another (e.g. even though the current suite of runners all support exactly-once delivery guarantees, an <a href="http://samza.apache.org/">Apache Samza</a> runner, which would be a welcome addition, would currently only support at-least-once).</p> <p>To help clarify things, weâve been working on enumerating the key features of the Beam model in a <a href="/capability-matrix/">capability matrix</a> for all existing runners, categorized around the four key questions addressed by the model: <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> (if youâre not familiar with those questions, you might want to read through <a href="http://oreilly.com/ideas/the-world-beyond-batch-streaming-102">Streaming 102</a> for an overview). This table will be maintained over time as the model evolves, our understanding grows, and runners are created or features added.</p>
