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

github-bot 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 5ae69c95d55 Publishing website 2024/02/03 05:38:42 at commit f2056e7
5ae69c95d55 is described below

commit 5ae69c95d55514be81071c70a0d057a48828fd87
Author: runner <runner@main-runner-zt478-5xtrd>
AuthorDate: Sat Feb 3 05:38:43 2024 +0000

    Publishing website 2024/02/03 05:38:42 at commit f2056e7
---
 website/generated-content/documentation/index.xml                    | 4 ++--
 website/generated-content/documentation/programming-guide/index.html | 2 +-
 website/generated-content/sitemap.xml                                | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index 193e70e7fc4..4fd1a9c260c 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -15753,7 +15753,7 @@ starts the Transform service when a Python runtime 
isn&amp;rsquo;t available loc
 &lt;a class="copy" type="button" data-bs-toggle="tooltip" 
data-bs-placement="bottom" title="Copy to clipboard">
 &lt;img src="/images/copy-icon.svg"/>
 &lt;/a>
-&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span class="line">&lt;span 
class="cl">&lt;span class="n">java&lt;/span> &lt;span 
class="o">-&lt;/span>&lt;span class="n">jar&lt;/span> &lt;span 
class="n">beam&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">sdks&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">java&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">transform&lt;/span>&lt;span class=" [...]
+&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span class="line">&lt;span 
class="cl">&lt;span class="n">java&lt;/span> &lt;span 
class="o">-&lt;/span>&lt;span class="n">jar&lt;/span> &lt;span 
class="n">beam&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">sdks&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">java&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">transform&lt;/span>&lt;span class=" [...]
 &lt;/div>
 &lt;/div>
 &lt;div class='language-py snippet'>
@@ -15778,7 +15778,7 @@ starts the Transform service when a Python runtime 
isn&amp;rsquo;t available loc
 &lt;a class="copy" type="button" data-bs-toggle="tooltip" 
data-bs-placement="bottom" title="Copy to clipboard">
 &lt;img src="/images/copy-icon.svg"/>
 &lt;/a>
-&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span class="line">&lt;span 
class="cl">&lt;span class="n">java&lt;/span> &lt;span 
class="o">-&lt;/span>&lt;span class="n">jar&lt;/span> &lt;span 
class="n">beam&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">sdks&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">java&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">transform&lt;/span>&lt;span class=" [...]
+&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span class="line">&lt;span 
class="cl">&lt;span class="n">java&lt;/span> &lt;span 
class="o">-&lt;/span>&lt;span class="n">jar&lt;/span> &lt;span 
class="n">beam&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">sdks&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">java&lt;/span>&lt;span class="o">-&lt;/span>&lt;span 
class="n">transform&lt;/span>&lt;span class=" [...]
 &lt;/div>
 &lt;/div>
 &lt;div class='language-py snippet'>
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 77ac3602154..95d6f7a3ab8 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -5661,7 +5661,7 @@ service named <em>Transform service</em>.</p><p>The 
following diagram illustrate
 This feature is currently only available for Beam Java SDK 2.53.0 and later. 
Currently, the following transforms are available for 
upgrading:</p><ul><li>BigQuery read transform (URN: 
<em>beam:transform:org.apache.beam:bigquery_read:v1</em>)</li><li>BigQuery 
write transform (URN: 
<em>beam:transform:org.apache.beam:bigquery_write:v1</em>)</li><li>Kafka read 
transform (URN: 
<em>beam:transform:org.apache.beam:kafka_read_with_metadata:v2</em>)</li><li>Kafka
 write transform (URN: <em>beam:tran [...]
 The main advantage here is that multi-language pipelines will be able to 
operate without installing support for additional language runtimes. For 
example, Beam Python pipelines that use Java transforms such as
 <code>KafkaIO</code> can operate without installing Java locally during job 
submission as long as Docker is available in the system.</p><p>In some cases, 
Apache Beam SDKs can automatically start the Transform 
service.</p><ul><li><p>The Java <a 
href=https://github.com/apache/beam/blob/master/sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/PythonExternalTransform.java><code>PythonExternalTransform</code>
 API</a> automatically
-starts the Transform service when a Python runtime isn&rsquo;t available 
locally, but Docker is.</p></li><li><p>The Apache Beam Python multi-language 
wrappers might automatically start the Transform service when you&rsquo;re 
using Java transforms, a Java language runtime isn&rsquo;t available locally, 
and Docker is available locally.</p></li></ul><p>Beam users also have the 
option to <a 
href=/documentation/programming-guide/#transform-service-usage-muanual>manually 
start</a> a transform  [...]
+starts the Transform service when a Python runtime isn&rsquo;t available 
locally, but Docker is.</p></li><li><p>The Apache Beam Python multi-language 
wrappers might automatically start the Transform service when you&rsquo;re 
using Java transforms, a Java language runtime isn&rsquo;t available locally, 
and Docker is available locally.</p></li></ul><p>Beam users also have the 
option to <a 
href=/documentation/programming-guide/#transform-service-usage-muanual>manually 
start</a> a transform  [...]
 <a 
href=/documentation/transforms/python/elementwise/runinference/>RunInference</a>
 and
 <a href=/documentation/dsls/dataframes/overview/>DataFrame</a> 
transforms.</p></li></ul><p>For a more comprehensive list of available 
transforms, see the
 <a 
href=https://cwiki.apache.org/confluence/display/BEAM/Transform+Service#TransformService-TransformsincludedintheTransformservice>Transform
 service</a> developer guide.</p><div class=feedback><p class=update>Last 
updated on 2024/02/02</p><h3>Have you found everything you were looking 
for?</h3><p class=description>Was it all useful and clear? Is there anything 
that you would like to change? Let us know!</p><button class=load-button><a 
href="https://docs.google.com/forms/d/e/1FAIpQLSfID7 [...]
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 80838f3157f..6e3c1b8de14 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.53.0/</loc><lastmod>2024-02-02T15:32:22-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2024-02-02T15:32:22-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2024-02-02T15:32:22-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2024-02-02T15:32:22-05:00</lastmod></url><url><loc>/catego
 [...]
\ 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.53.0/</loc><lastmod>2024-02-02T22:05:46-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2024-02-02T22:05:46-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2024-02-02T22:05:46-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2024-02-02T22:05:46-05:00</lastmod></url><url><loc>/catego
 [...]
\ No newline at end of file

Reply via email to