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 289a54d  Publishing website 2020/07/01 06:01:51 at commit 407b014
289a54d is described below

commit 289a54defc19c96fe5275e5475a7955e70d04185
Author: jenkins <us...@infra.apache.org>
AuthorDate: Wed Jul 1 06:01:51 2020 +0000

    Publishing website 2020/07/01 06:01:51 at commit 407b014
---
 .../documentation/sdks/python-streaming/index.html                  | 6 +++---
 website/generated-content/sitemap.xml                               | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/website/generated-content/documentation/sdks/python-streaming/index.html 
b/website/generated-content/documentation/sdks/python-streaming/index.html
index 88a8c22..af25a28 100644
--- a/website/generated-content/documentation/sdks/python-streaming/index.html
+++ b/website/generated-content/documentation/sdks/python-streaming/index.html
@@ -1,7 +1,7 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport 
content="width=device-width,initial-scale=1"><title>Apache Beam Python 
Streaming Pipelines</title><meta name=description content="Apache Beam is an 
open source, unified model and set of language-specific SDKs for defining and 
executing data processing workflows, and also data ingestion and integration 
flows, supporting Enterprise Integration Patterns ( [...]
 <span class=sr-only>Toggle navigation</span>
 <span class=icon-bar></span><span class=icon-bar></span><span 
class=icon-bar></span></button>
-<a href=/ class=navbar-brand><img alt=Brand style=height:25px 
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask 
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav 
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a 
href=/documentation/>Documentation</a></li><li><a 
href=/documentation/sdks/java/>Languages</a></li><li><a 
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a 
href=/roadmap/>Roadmap</a></li>< [...]
+<a href=/ class=navbar-brand><img alt=Brand style=height:25px 
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask 
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav 
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a 
href=/documentation/>Documentation</a></li><li><a 
href=/documentation/sdks/java/>Languages</a></li><li><a 
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a 
href=/roadmap/>Roadmap</a></li>< [...]
 <a href=#unsupported-features>limitations</a>) starting with Beam SDK version 
2.5.0.</p><h2 id=why-use-streaming-execution>Why use streaming 
execution?</h2><p>Beam creates an unbounded PCollection if your pipeline reads 
from a streaming or
 continously-updating data source (such as Cloud Pub/Sub). A runner must
 process an unbounded PCollection using a streaming job that runs continuously,
@@ -62,7 +62,7 @@ example streaming pipeline. Specify your Cloud Pub/Sub 
project and input topic
 python -m apache_beam.examples.streaming_wordcount \
   --input_topic 
&#34;projects/YOUR_PUBSUB_PROJECT_NAME/topics/YOUR_INPUT_TOPIC&#34; \
   --output_topic 
&#34;projects/YOUR_PUBSUB_PROJECT_NAME/topics/YOUR_OUTPUT_TOPIC&#34; \
-  --streaming</code></pre></div><div class=runner-flink-local><pre><code>See 
https://beam.apache.org/roadmap/portability/#python-on-flink for more 
information.</code></pre></div><div class=runner-flink-cluster><pre><code>See 
https://beam.apache.org/documentation/runners/flink/ for more 
information.</code></pre></div><div class=runner-spark><pre><code>See 
https://beam.apache.org/roadmap/portability/#python-on-spark for more 
information.</code></pre></div><div class=runner-dataflow><pre><c [...]
+  --streaming</code></pre></div><div class=runner-flink><pre><code>See 
https://beam.apache.org/documentation/runners/flink/ for more 
information.</code></pre></div><div class=runner-spark><pre><code>See 
https://beam.apache.org/documentation/runners/spark/ for more 
information.</code></pre></div><div class=runner-dataflow><pre><code># As part 
of the initial setup, install Google Cloud Platform specific extra components.
 pip install apache-beam[gcp]
 
 # DataflowRunner requires the --streaming option
@@ -74,7 +74,7 @@ python -m apache_beam.examples.streaming_wordcount \
   --input_topic 
&#34;projects/YOUR_PUBSUB_PROJECT_NAME/topics/YOUR_INPUT_TOPIC&#34; \
   --output_topic 
&#34;projects/YOUR_PUBSUB_PROJECT_NAME/topics/YOUR_OUTPUT_TOPIC&#34; \
   --streaming</code></pre></div><p>Check your runner&rsquo;s documentation for 
any additional runner-specific information
-about executing streaming pipelines:</p><ul><li><a 
href=/documentation/runners/direct/#streaming-execution>DirectRunner streaming 
execution</a></li><li><a 
href=/documentation/runners/dataflow/#streaming-execution>DataflowRunner 
streaming execution</a></li></ul><h2 id=unsupported-features>Unsupported 
features</h2><p>Python streaming execution does not currently support the 
following features.</p><h3 id=general-beam-features>General Beam 
features</h3><p>These unsupported Beam features appl [...]
+about executing streaming pipelines:</p><ul><li><a 
href=/documentation/runners/direct/#streaming-execution>DirectRunner streaming 
execution</a></li><li><a 
href=/documentation/runners/dataflow/#streaming-execution>DataflowRunner 
streaming execution</a></li><li><a href=/documentation/runners/flink/>Portable 
Flink runner</a></li></ul><h2 id=unsupported-features>Unsupported 
features</h2><p>Python streaming execution does not currently support the 
following features:</p><ul><li>Custom source  [...]
 <a href=http://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
 | <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam 
logo, and the Apache feather logo are either registered trademarks or 
trademarks of The Apache Software Foundation. All other products or name brands 
are trademarks of their respective holders, including The Apache Software 
Foundation.</div></footer></body></html>
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index e8f7963..0968d83 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to