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&nbsp;<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&nbsp;<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&nbsp;<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&nbsp;<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 &amp; Formalizing Runner Capabilities</title>
         <description>&lt;p&gt;With initial code drops complete (&lt;a 
href=&quot;https://github.com/apache/incubator-beam/pull/1&quot;&gt;Dataflow 
SDK and Runner&lt;/a&gt;, &lt;a 
href=&quot;https://github.com/apache/incubator-beam/pull/12&quot;&gt;Flink 
Runner&lt;/a&gt;, &lt;a 
href=&quot;https://github.com/apache/incubator-beam/pull/42&quot;&gt;Spark 
Runner&lt;/a&gt;) and expressed interest in runner implementations for &lt;a 
href=&quot;https://issues.apache.org/jira/browse/BEAM-9&quot;&gt;Storm&lt;/a&gt;,
 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/BEAM-19&quot;&gt;Hadoop&lt;/a&gt;,
 and &lt;a 
href=&quot;https://issues.apache.org/jira/browse/BEAM-79&quot;&gt;Gearpump&lt;/a&gt;
 (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?&lt;/p&gt;
 
+&lt;!--more--&gt;
+
 &lt;p&gt;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 
&lt;a 
href=&quot;http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf&quot;&gt;Dataflow 
Model&lt;/a&gt;), 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 &lt;a 
href=&quot;http://samza.apache.org/&quot;&gt;Apache Samza&lt;/a&gt; runner, 
which would be a welcome addition, would currently only support 
at-least-once).&lt;/p&gt;
 
 &lt;p&gt;To help clarify things, we’ve been working on enumerating the key 
features of the Beam model in a &lt;a 
href=&quot;/capability-matrix/&quot;&gt;capability matrix&lt;/a&gt; for all 
existing runners, categorized around the four key questions addressed by the 
model: &lt;span class=&quot;wwwh-what-dark&quot;&gt;What&lt;/span&gt; / 
&lt;span class=&quot;wwwh-where-dark&quot;&gt;Where&lt;/span&gt; / &lt;span 
class=&quot;wwwh-when-dark&quot;&gt;When&lt;/span&gt; / &lt;span 
class=&quot;wwwh-how-dark&quot;&gt;How&lt;/span&gt; (if you’re not familiar 
with those questions, you might want to read through &lt;a 
href=&quot;http://oreilly.com/ideas/the-world-beyond-batch-streaming-102&quot;&gt;Streaming
 102&lt;/a&gt; for an overview). This table will be maintained over time as the 
model evolves, our understanding grows, and runners are created or features 
added.&lt;/p&gt;

Reply via email to