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 2017/07/18 01:06:32 UTC

[beam-site] branch mergebot updated (694c4c8 -> 992a3fc)

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 694c4c8  This closes #257
 discard 8f5046a  [BEAM-2500] List Amazon S3 File System as a planned I/O.
     new 6defbe2  Includes Splittable DoFn in the capability matrix
     new 992a3fc  This closes #259

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   (694c4c8)
            \
             N -- N -- N   refs/heads/mergebot (992a3fc)

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  | 28 +++++++++++++++++++++++++++-
 src/documentation/io/built-in.md |  4 ----
 2 files changed, 27 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

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

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 992a3fca8b8f582b28df41fe15aac55accce06ad
Merge: 1d1840e 6defbe2
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Jul 18 01:06:19 2017 +0000

    This closes #259

 src/_data/capability-matrix.yml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/02: Includes Splittable DoFn in the 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 6defbe2279ac707ed048a47dca758907d24fffd2
Author: Eugene Kirpichov <ki...@google.com>
AuthorDate: Fri Jun 23 11:05:10 2017 -0700

    Includes Splittable DoFn in the capability matrix
---
 src/_data/capability-matrix.yml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/src/_data/capability-matrix.yml b/src/_data/capability-matrix.yml
index 516033c..775e0da 100644
--- a/src/_data/capability-matrix.yml
+++ b/src/_data/capability-matrix.yml
@@ -185,7 +185,7 @@ categories:
           - class: dataflow
             l1: 'Yes'
             l2: fully supported
-            l3: 
+            l3: Support includes autotuning features (https://cloud.google.com/dataflow/service/dataflow-service-desc#autotuning-features).
           - class: flink
             l1: 'Yes'
             l2: fully supported
@@ -202,6 +202,32 @@ categories:
             l1: 'Yes'
             l2: fully supported
             l3: ''
+      - name: Splittable DoFn
+        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.
+          - class: flink
+            l1: 'No'
+            l2: implementation in streaming mode coming soon
+            l3:
+          - class: spark
+            l1: 'No'
+            l2: not implemented
+            l3:
+          - class: apex
+            l1: 'No'
+            l2: implementation in streaming mode coming soon
+            l3:
+          - class: gearpump
+            l1: 'No'
+            l2: not implemented
+            l3:
       - name: Metrics
         values:
           - class: model

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.