You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/11/11 18:18:14 UTC

[beam] branch asf-site updated: Publishing website 2019/11/11 18:18:08 at commit 9c76dbf

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new f8771a2  Publishing website 2019/11/11 18:18:08 at commit 9c76dbf
f8771a2 is described below

commit f8771a27ce8d5e09eaed1ffe5ba961d96350b536
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Nov 11 18:18:08 2019 +0000

    Publishing website 2019/11/11 18:18:08 at commit 9c76dbf
---
 website/generated-content/roadmap/index.html | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/website/generated-content/roadmap/index.html b/website/generated-content/roadmap/index.html
index ad78ac9..b6f3f54 100644
--- a/website/generated-content/roadmap/index.html
+++ b/website/generated-content/roadmap/index.html
@@ -228,7 +228,7 @@
 
 <ul class="nav">
   <li><a href="#portability-framework">Portability Framework</a></li>
-  <li><a href="#python-on-flink">Python on Flink</a></li>
+  <li><a href="#cross-language-transforms">Cross-language transforms</a></li>
   <li><a href="#go-sdk">Go SDK</a></li>
   <li><a href="#python-3-support">Python 3 support</a></li>
   <li><a href="#java-11-support">Java 11 support</a></li>
@@ -269,18 +269,20 @@ Below are some highlights for the project as a whole.</p>
 
 <h2 id="portability-framework">Portability Framework</h2>
 
-<p>Portability is the primary Beam vision: running pipelines authors with <em>any SDK</em>
+<p>Portability is the primary Beam vision: running pipelines authored with <em>any SDK</em>
 on <em>any runner</em>. This is a cross-cutting effort across Java, Python, and Go, 
-and every Beam runner.</p>
+and every Beam runner. Portability is currently supported on the
+<a href="/documentation/runners/flink/">Flink</a>
+and <a href="/documentation/runners/spark/">Spark</a> runners.</p>
 
 <p>See the details on the <a href="/roadmap/portability/">Portability Roadmap</a></p>
 
-<h2 id="python-on-flink">Python on Flink</h2>
+<h2 id="cross-language-transforms">Cross-language transforms</h2>
 
-<p>A major highlight of the portability effort is the effort in running Python pipelines
-the Flink runner.</p>
-
-<p>You can <a href="/roadmap/portability/#python-on-flink">follow the instructions to try it out</a></p>
+<p>As a benefit of the portability effort, we are able to utilize Beam transforms across SDKs.
+Examples include using Java connectors and Beam SQL from Python or Go pipelines
+or Beam TFX transforms from Java and Go.
+For details see <a href="/roadmap/connectors-multi-sdk/">Roadmap for multi-SDK efforts</a>.</p>
 
 <h2 id="go-sdk">Go SDK</h2>