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 dd4691c  Publishing website 2021/02/16 00:01:35 at commit 3930d12
dd4691c is described below

commit dd4691ce3ef5bb3b254a6da0064bef398b2b5650
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Feb 16 00:01:36 2021 +0000

    Publishing website 2021/02/16 00:01:35 at commit 3930d12
---
 website/generated-content/documentation/index.xml                  | 7 +++++--
 .../generated-content/documentation/programming-guide/index.html   | 3 +--
 website/generated-content/sitemap.xml                              | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index f51e8f6..24f6b16 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -7802,8 +7802,11 @@ return CombinePerKeyTransform()
 &lt;li>
 &lt;p>Start the Python SDK’s expansion service with a specified port.&lt;/p>
 &lt;pre>&lt;code>$ export PORT_FOR_EXPANSION_SERVICE=12345
-3. Import any modules that contain transforms to be made available using the 
expansion service.
-$ python -m apache_beam.runners.portability.expansion_service -p 
$PORT_FOR_EXPANSION_SERVICE
+&lt;/code>&lt;/pre>
+&lt;/li>
+&lt;li>
+&lt;p>Import any modules that contain transforms to be made available using 
the expansion service.&lt;/p>
+&lt;pre>&lt;code>$ python -m 
apache_beam.runners.portability.expansion_service_test -p 
$PORT_FOR_EXPANSION_SERVICE
 &lt;/code>&lt;/pre>
 &lt;/li>
 &lt;li>
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index b1d044c..4bad4fc 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -3369,8 +3369,7 @@ def from_runner_api_parameter(
       unused_ptransform, unused_parameter, unused_context):
     return CombinePerKeyTransform()
     </code></pre></li></ol><p><strong>Starting the expansion 
service</strong></p><p>An expansion service can be used with multiple 
transforms in the same pipeline. Python has a default expansion service 
included and available in the Apache Beam Python SDK for you to use with your 
Python transforms. You are free to write your own expansion service, but that 
is generally not needed, so it is not covered in this section.</p><p>Perform 
the following steps to start up the default Python expan [...]
-3. Import any modules that contain transforms to be made available using the 
expansion service.
-$ python -m apache_beam.runners.portability.expansion_service -p 
$PORT_FOR_EXPANSION_SERVICE
+    </code></pre></li><li><p>Import any modules that contain transforms to be 
made available using the expansion service.</p><pre><code>$ python -m 
apache_beam.runners.portability.expansion_service_test -p 
$PORT_FOR_EXPANSION_SERVICE
     </code></pre></li><li><p>This expansion service is not ready to serve up 
transforms on the address 
<code>localhost:$PORT_FOR_EXPANSION_SERVICE</code>.</p></li></ol><p><strong>Including
 dependencies</strong></p><p>Currently Python external transforms are limited 
to dependencies available in core Beam SDK Harness.</p><h3 
id=use-x-lang-transforms>13.2. Using cross-language transforms</h3><p>Depending 
on the SDK language of the pipeline, you can use a high-level SDK-wrapper 
class, or a l [...]
 
 kafka_records = (
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 15700ea..99b16c5 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>/categories/blog/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ 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>/categories/blog/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-02-04T12:05:11-08:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ No newline at end of file

Reply via email to