You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/16 21:42:46 UTC

[beam-site] branch mergebot updated (a9b0c6b -> 1d2fa5a)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


 discard a9b0c6b  This closes #465
 discard 3617080  [BEAM-4430] Improve Performance Testing Documentation
     new 96bcd10  Updates SDF status in capability matrix
     new 1d2fa5a  This closes #496

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a9b0c6b)
            \
             N -- N -- N   refs/heads/mergebot (1d2fa5a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/_data/capability-matrix.yml |  32 +++---
 src/documentation/io/testing.md | 223 ++++------------------------------------
 2 files changed, 36 insertions(+), 219 deletions(-)


[beam-site] 01/02: Updates SDF status in capability matrix

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 96bcd10fbcc5b2568297c7eeefdc221a04ec7a2f
Author: Eugene Kirpichov <ki...@google.com>
AuthorDate: Fri Jul 13 18:03:44 2018 -0700

    Updates SDF status in capability matrix
---
 src/_data/capability-matrix.yml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/_data/capability-matrix.yml b/src/_data/capability-matrix.yml
index bc10666..8ee8ab0 100644
--- a/src/_data/capability-matrix.yml
+++ b/src/_data/capability-matrix.yml
@@ -335,31 +335,31 @@ categories:
             l1: 'Yes'
             l2: fully supported
             l3: ''
-      - name: Splittable DoFn
+      - name: Splittable DoFn (SDF)
         values:
           - class: model
             l1: 'Partially'
             l2: DoFn where processing of each element can be split for parallelism, or suspended and resumed
             l3: Allows users to develop DoFn's that process a single element in portions ("restrictions"), executed in parallel or sequentially. This supersedes the unbounded and bounded `Source` APIs by supporting all of their features on a per-element basis. See http://s.apache.org/splittable-do-fn. Design is in progress on achieving parity with Source API regarding progress signals.
           - class: dataflow
-            l1: 'Partially'
-            l2: supported in streaming mode
-            l3: Supports checkpointing (sequentially processing an element over several, potentially infinitely many calls). Does not yet support autotuning features of the Source API.
+            l1: 'Yes'
+            l2:
+            l3: Does not yet support autotuning features of the Source API.
           - class: flink
-            l1: 'No'
-            l2: implementation in streaming mode coming soon
+            l1: 'Yes'
+            l2:
             l3:
           - class: spark
-            l1: 'No'
-            l2: not implemented
+            l1: 'Partially'
+            l2: supports bounded-per-element SDFs
             l3:
           - class: apex
-            l1: 'No'
-            l2: implementation in streaming mode coming soon
-            l3:
+            l1: 'Partially'
+            l2: supports bounded-per-element SDFs
+            l3: implementation in streaming mode coming soon
           - class: gearpump
-            l1: 'No'
-            l2: not implemented
+            l1: 'Partially'
+            l2: supports bounded-per-element SDFs
             l3:
           - class: mapreduce
             l1: 'No'
@@ -374,8 +374,8 @@ categories:
             l2: not implemented
             l3:
           - class: samza
-            l1: 'No'
-            l2: not implemented
+            l1: 'Partially'
+            l2: supports bounded-per-element SDFs
             l3:
       - name: Metrics
         values:
@@ -1252,4 +1252,4 @@ categories:
           - class: samza
             l1: 'No'
             l2: pending model support
-            l3: ''
\ No newline at end of file
+            l3: ''


[beam-site] 02/02: This closes #496

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 1d2fa5ab77d174c05e2a142d6d987a6d34d7fdcc
Merge: b25b152 96bcd10
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Jul 16 21:41:29 2018 +0000

    This closes #496

 src/_data/capability-matrix.yml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)