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 89b8f1d  Publishing website 2021/08/10 18:08:33 at commit b5820a2
89b8f1d is described below

commit 89b8f1dd6754d8e37909a939ef22e5d4266f404a
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Aug 10 18:08:34 2021 +0000

    Publishing website 2021/08/10 18:08:33 at commit b5820a2
---
 website/generated-content/documentation/glossary/index.html         | 2 +-
 website/generated-content/documentation/index.xml                   | 6 +++---
 .../generated-content/documentation/programming-guide/index.html    | 6 +++---
 website/generated-content/sitemap.xml                               | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/website/generated-content/documentation/glossary/index.html 
b/website/generated-content/documentation/glossary/index.html
index 9c67307..bf1dc2b 100644
--- a/website/generated-content/documentation/glossary/index.html
+++ b/website/generated-content/documentation/glossary/index.html
@@ -18,7 +18,7 @@
 function addPlaceholder(){$('input:text').attr('placeholder',"What are you 
looking for?");}
 function endSearch(){var 
search=document.querySelector(".searchBar");search.classList.add("disappear");var
 icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");}
 function blockScroll(){$("body").toggleClass("fixedPosition");}
-function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Documentation</span></li><li><a 
href=/documentation>Using the Documentation</a></li><li 
class=section-nav-item--collapsible><span class=section-nav-lis [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Documentation</span></li><li><a 
href=/documentation>Using the Documentation</a></li><li 
class=section-nav-item--collapsible><span class=section-nav-lis [...]
 <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></div></div></div></footer></body></html>
\ No newline at end of file
diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index 9c1230c..373ec30 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -3394,7 +3394,7 @@ limitations under the License.
 &lt;p>Transforms that can be shared across Beam SDKs. With cross-language 
transforms, you can use transforms written in any supported SDK language 
(currently, Java and Python) in a pipeline written in a different SDK language. 
For example, you could use the Apache Kafka connector from the Java SDK in a 
Python streaming pipeline. Cross-language transforms make it possible to 
provide new functionality simultaneously in different SDKs.&lt;/p>
 &lt;p>To learn more, see:&lt;/p>
 &lt;ul>
-&lt;li>&lt;a 
href="/documentation/programming-guide/#mulit-language-pipelines">Multi-language
 pipelines&lt;/a>&lt;/li>
+&lt;li>&lt;a 
href="/documentation/programming-guide/#multi-language-pipelines">Multi-language
 pipelines&lt;/a>&lt;/li>
 &lt;/ul>
 &lt;h2 id="deferred-execution">Deferred execution&lt;/h2>
 &lt;p>A feature of the Beam execution model. Beam operations are deferred, 
meaning that the result of a given operation may not be available for control 
flow. Deferred execution allows the Beam API to support parallel processing of 
data.&lt;/p>
@@ -3488,7 +3488,7 @@ limitations under the License.
 &lt;p>A pipeline that uses cross-language transforms. You can combine 
transforms written in any supported SDK language (currently, Java and Python) 
and use them in one multi-language pipeline.&lt;/p>
 &lt;p>To learn more, see:&lt;/p>
 &lt;ul>
-&lt;li>&lt;a 
href="/documentation/programming-guide/#mulit-language-pipelines">Multi-language
 pipelines&lt;/a>&lt;/li>
+&lt;li>&lt;a 
href="/documentation/programming-guide/#multi-language-pipelines">Multi-language
 pipelines&lt;/a>&lt;/li>
 &lt;/ul>
 &lt;h2 id="pardo">ParDo&lt;/h2>
 &lt;p>The lowest-level element-wise PTransform. For each element in an input 
PCollection, ParDo applies a function and emits zero, one, or multiple elements 
to an output PCollection. “ParDo” is short for “Parallel Do.” It’s similar to 
the map operation in a &lt;a 
href="https://en.wikipedia.org/wiki/MapReduce";>MapReduce&lt;/a> algorithm, the 
&lt;code>apply&lt;/code> method from a DataFrame, or the 
&lt;code>UPDATE&lt;/code> keyword from SQL.&lt;/p>
@@ -10549,7 +10549,7 @@ use case.&lt;/p>
 &lt;span class="n">bundle_finalizer&lt;/span>&lt;span 
class="o">.&lt;/span>&lt;span class="n">register&lt;/span>&lt;span 
class="p">(&lt;/span>&lt;span class="n">my_callback_func&lt;/span>&lt;span 
class="p">)&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
 &lt;/div>
 &lt;/div>
-&lt;h2 id="mulit-language-pipelines">13. Multi-language pipelines&lt;/h2>
+&lt;h2 id="multi-language-pipelines">13. Multi-language pipelines&lt;/h2>
 &lt;p>Beam allows you to combine transforms written in any supported SDK 
language (currently, Java and Python) and use them in one multi-language 
pipeline. This capability makes it easy to provide new functionality 
simultaneously in different Apache Beam SDKs through a single cross-language 
transform. For example, the &lt;a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/kafka.py";>Apache
 Kafka connector&lt;/a> and &lt;a href="https://github.com/apache/beam/blo [...]
 &lt;p>Pipelines that use transforms from more than one SDK-language are known 
as &lt;em>multi-language pipelines&lt;/em>.&lt;/p>
 &lt;h3 id="create-x-lang-transforms">13.1. Creating cross-language 
transforms&lt;/h3>
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 88f3104..6bf2d97 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -18,7 +18,7 @@
 function addPlaceholder(){$('input:text').attr('placeholder',"What are you 
looking for?");}
 function endSearch(){var 
search=document.querySelector(".searchBar");search.classList.add("disappear");var
 icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");}
 function blockScroll(){$("body").toggleClass("fixedPosition");}
-function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Documentation</span></li><li><a 
href=/documentation>Using the Documentation</a></li><li 
class=section-nav-item--collapsible><span class=section-nav-lis [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Documentation</span></li><li><a 
href=/documentation>Using the Documentation</a></li><li 
class=section-nav-item--collapsible><span class=section-nav-lis [...]
 Beam SDKs to create data processing pipelines. It provides guidance for using
 the Beam SDK classes to build and test your pipeline. It is not intended as an
 exhaustive reference, but as a language-agnostic, high-level guide to
@@ -3827,7 +3827,7 @@ use case.</p><div class="language-java snippet"><div 
class="notebook-skip code-s
 
     <span class=c1># Register callback function for this bundle that performs 
the side</span>
     <span class=c1># effect.</span>
-    <span class=n>bundle_finalizer</span><span class=o>.</span><span 
class=n>register</span><span class=p>(</span><span 
class=n>my_callback_func</span><span 
class=p>)</span></code></pre></div></div></div><h2 
id=mulit-language-pipelines>13. Multi-language pipelines</h2><p>Beam allows you 
to combine transforms written in any supported SDK language (currently, Java 
and Python) and use them in one multi-language pipeline. This capability makes 
it easy to provide new functionality simultaneou [...]
+    <span class=n>bundle_finalizer</span><span class=o>.</span><span 
class=n>register</span><span class=p>(</span><span 
class=n>my_callback_func</span><span 
class=p>)</span></code></pre></div></div></div><h2 
id=multi-language-pipelines>13. Multi-language pipelines</h2><p>Beam allows you 
to combine transforms written in any supported SDK language (currently, Java 
and Python) and use them in one multi-language pipeline. This capability makes 
it easy to provide new functionality simultaneou [...]
 abstract static class Builder&lt;K, V&gt;
   implements ExternalTransformBuilder&lt;External.Configuration, PBegin, 
PCollection&lt;KV&lt;K, V&gt;&gt;&gt; {
   abstract Builder&lt;K, V&gt; setConsumerConfig(Map&lt;String, Object&gt; 
config);
@@ -3921,7 +3921,7 @@ kafka_records = (
             ImplicitSchemaPayloadBuilder({&#39;data&#39;: u&#39;0&#39;}),
             &lt;Address of expansion service&gt;))
     assert_that(res, equal_to([&#39;0a&#39;, &#39;0b&#39;]))
-    </code></pre></div></div></li><li><p>After the job has been submitted to 
the Beam runner, shutdown the expansion service by terminating the expansion 
service process.</p></li></ol><h3 id=x-lang-transform-runner-support>13.3. 
Runner Support</h3><p>Currently, portable runners such as Flink, Spark, and the 
Direct runner can be used with multi-language pipelines.</p><p>Google Cloud 
Dataflow supports multi-language pipelines through the Dataflow Runner v2 
backend architecture.</p><div cla [...]
+    </code></pre></div></div></li><li><p>After the job has been submitted to 
the Beam runner, shutdown the expansion service by terminating the expansion 
service process.</p></li></ol><h3 id=x-lang-transform-runner-support>13.3. 
Runner Support</h3><p>Currently, portable runners such as Flink, Spark, and the 
Direct runner can be used with multi-language pipelines.</p><p>Google Cloud 
Dataflow supports multi-language pipelines through the Dataflow Runner v2 
backend architecture.</p><div cla [...]
 <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></div></div></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 81a6308..387052f 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.31.0/</loc><lastmod>2021-06-22T18:45:24-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-07-01T15:48:01-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-07-01T15:48:01-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-07-01T15:48:01-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.31.0/</loc><lastmod>2021-06-22T18:45:24-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-07-01T15:48:01-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-07-01T15:48:01-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-07-01T15:48:01-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to