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:08:16 UTC

[beam-site] branch asf-site updated (1d1840e -> c18b828)

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

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


    from 1d1840e  Prepare repository for deployment.
     add 6defbe2  Includes Splittable DoFn in the capability matrix
     add 992a3fc  This closes #259
     new c18b828  Prepare repository for deployment.

The 1 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:
 .../runners/capability-matrix/index.html           | 72 +++++++++++++++++++++-
 src/_data/capability-matrix.yml                    | 28 ++++++++-
 2 files changed, 98 insertions(+), 2 deletions(-)

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

[beam-site] 01/01: Prepare repository for deployment.

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

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

commit c18b82822f0523a45886177b869dde51d9a099a8
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Jul 18 01:08:14 2017 +0000

    Prepare repository for deployment.
---
 .../runners/capability-matrix/index.html           | 72 +++++++++++++++++++++-
 1 file changed, 71 insertions(+), 1 deletion(-)

diff --git a/content/documentation/runners/capability-matrix/index.html b/content/documentation/runners/capability-matrix/index.html
index ad89694..6df48e7 100644
--- a/content/documentation/runners/capability-matrix/index.html
+++ b/content/documentation/runners/capability-matrix/index.html
@@ -439,6 +439,41 @@
   </tr>
   
   <tr class="cap-summary">
+    <th class="cap-summary color-capability format-capability" style="color:#ec3">Splittable DoFn</th>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#fe5;border-color:#ca1"><center><b>~</b></center>
+</td>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#fe5;border-color:#ca1"><center><b>~</b></center>
+</td>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>&#x2715;</b></center>
+</td>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>&#x2715;</b></center>
+</td>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>&#x2715;</b></center>
+</td>
+    
+    
+
+    <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>&#x2715;</b></center>
+</td>
+    
+  </tr>
+  
+  <tr class="cap-summary">
     <th class="cap-summary color-capability format-capability" style="color:#ec3">Metrics</th>
     
     
@@ -1468,7 +1503,7 @@
     
     
 
-    <td width="25%" class="cap" style="background-color:#ec3;border-color:#ca1"><center><b>Yes: fully supported</b></center><br />
+    <td width="25%" class="cap" style="background-color:#ec3;border-color:#ca1"><center><b>Yes: fully supported</b></center><br />Support includes autotuning features (https://cloud.google.com/dataflow/service/dataflow-service-desc#autotuning-features).
 </td>
     
     
@@ -1494,6 +1529,41 @@
   </tr>
   
   <tr class="cap">
+    <th class="cap color-capability format-capability" style="color:#ec3">Splittable DoFn</th>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#fe5;border-color:#ca1"><center><b>Partially: DoFn where processing of each element can be split for parallelism, or suspended and resumed</b></center><br />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 [...]
+</td>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#fe5;border-color:#ca1"><center><b>Partially: supported in streaming mode</b></center><br />Supports checkpointing (sequentially processing an element over several, potentially infinitely many calls). Does not yet support autotuning features of the Source API.
+</td>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: implementation in streaming mode coming soon</b></center><br />
+</td>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: not implemented</b></center><br />
+</td>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: implementation in streaming mode coming soon</b></center><br />
+</td>
+    
+    
+
+    <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: not implemented</b></center><br />
+</td>
+    
+  </tr>
+  
+  <tr class="cap">
     <th class="cap color-capability format-capability" style="color:#ec3">Metrics</th>
     
     

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