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 ff602abd966 Publishing website 2022/05/06 04:17:10 at commit 8d3b4bb
ff602abd966 is described below

commit ff602abd96644eef354542256ff18b436c45fdb6
Author: jenkins <[email protected]>
AuthorDate: Fri May 6 04:17:10 2022 +0000

    Publishing website 2022/05/06 04:17:10 at commit 8d3b4bb
---
 website/generated-content/documentation/index.xml                    | 2 +-
 website/generated-content/documentation/programming-guide/index.html | 4 ++--
 website/generated-content/get-started/index.xml                      | 2 +-
 website/generated-content/get-started/quickstart-go/index.html       | 4 ++--
 website/generated-content/sitemap.xml                                | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index f535f993226..921e7bc5c45 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -4219,7 +4219,7 @@ programming guide, take a look at the
 &lt;/ul>
 &lt;/nav>
 &lt;p class="language-py">The Python SDK supports Python 3.6, 3.7, and 3.8. 
Beam 2.24.0 was the last Python SDK release to support Python 2 and 3.5.&lt;/p>
-&lt;p class="language-go">The Go SDK supports Go v1.16+. SDK release 2.32.0 is 
the last experimental version.&lt;/p>
+&lt;p class="language-go">The Go SDK supports Go v1.18+. SDK release 2.32.0 is 
the last experimental version.&lt;/p>
 &lt;h2 id="overview">1. Overview&lt;/h2>
 &lt;p>To use Beam, you need to first create a driver program using the classes 
in one
 of the Beam SDKs. Your driver program &lt;em>defines&lt;/em> your pipeline, 
including all of
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 6491d0a5ad5..72c81ca0c9d 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -27,7 +27,7 @@ guide to programmatically building your Beam pipeline. As the 
programming guide
 is filled out, the text will include code samples in multiple languages to help
 illustrate how to implement Beam concepts in your pipelines.</p><p>If you want 
a brief introduction to Beam&rsquo;s basic concepts before reading the
 programming guide, take a look at the
-<a href=/documentation/basics/>Basics of the Beam model</a> page.</p><nav 
class=language-switcher><strong>Adapt for:</strong><ul><li 
data-type=language-java class=active>Java SDK</li><li 
data-type=language-py>Python SDK</li><li data-type=language-go>Go 
SDK</li></ul></nav><p class=language-py>The Python SDK supports Python 3.6, 
3.7, and 3.8. Beam 2.24.0 was the last Python SDK release to support Python 2 
and 3.5.</p><p class=language-go>The Go SDK supports Go v1.16+. SDK release 
2.32.0 is [...]
+<a href=/documentation/basics/>Basics of the Beam model</a> page.</p><nav 
class=language-switcher><strong>Adapt for:</strong><ul><li 
data-type=language-java class=active>Java SDK</li><li 
data-type=language-py>Python SDK</li><li data-type=language-go>Go 
SDK</li></ul></nav><p class=language-py>The Python SDK supports Python 3.6, 
3.7, and 3.8. Beam 2.24.0 was the last Python SDK release to support Python 2 
and 3.5.</p><p class=language-go>The Go SDK supports Go v1.18+. SDK release 
2.32.0 is [...]
 of the Beam SDKs. Your driver program <em>defines</em> your pipeline, 
including all of
 the inputs, transforms, and outputs; it also sets execution options for your
 pipeline (typically passed in using command-line options). These include the
@@ -4393,7 +4393,7 @@ functions as shortcuts for single, unnamed inputs/outputs 
or define a map for na
 <span class=nx>outT</span> <span class=o>:=</span> <span 
class=nx>beam</span><span class=p>.</span><span 
class=nf>UnnamedOutput</span><span class=p>(</span><span 
class=nx>typex</span><span class=p>.</span><span class=nf>New</span><span 
class=p>(</span><span class=nx>reflectx</span><span class=p>.</span><span 
class=nx>String</span><span class=p>))</span>
 <span class=nx>res</span> <span class=o>:=</span> <span 
class=nx>beam</span><span class=p>.</span><span 
class=nf>CrossLanguage</span><span class=p>(</span><span class=nx>s</span><span 
class=p>,</span> <span class=nx>urn</span><span class=p>,</span> <span 
class=nx>payload</span><span class=p>,</span> <span 
class=nx>expansionAddr</span><span class=p>,</span> <span 
class=nx>beam</span><span class=p>.</span><span 
class=nf>UnnamedInput</span><span class=p>(</span><span class=nx>inputPCol</spa 
[...]
 </code></pre></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>Dataflow supports multi-language pipelines 
through the Dataflow Runner v2 backend architecture.</p><h3 
id=x-lang-transform-tips-troubleshooting>13.4 Tips and 
Troubleshooting</h3><p>For additional tips and troubleshooting information, see 
<a href=ht [...]
+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>Dataflow supports multi-language pipelines 
through the Dataflow Runner v2 backend architecture.</p><h3 
id=x-lang-transform-tips-troubleshooting>13.4 Tips and 
Troubleshooting</h3><p>For additional tips and troubleshooting information, see 
<a href=ht [...]
 <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/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index 8b6abf97744..6e6bdd19315 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -1037,7 +1037,7 @@ limitations under the License.
 &lt;/ul>
 &lt;/nav>
 &lt;h2 id="set-up-your-environment">Set up your environment&lt;/h2>
-&lt;p>The Beam SDK for Go requires &lt;code>go&lt;/code> version 1.16 or 
newer. It can be downloaded &lt;a href="https://golang.org/";>here&lt;/a>. Check 
that you have version 1.16 by running:&lt;/p>
+&lt;p>The Beam SDK for Go requires &lt;code>go&lt;/code> version 1.18 or 
newer. It can be downloaded &lt;a href="https://golang.org/";>here&lt;/a>. Check 
that you have version 1.18 by running:&lt;/p>
 &lt;div class="snippet">
 &lt;div class="notebook-skip code-snippet without_switcher">
 &lt;a class="copy" type="button" data-bs-toggle="tooltip" 
data-bs-placement="bottom" title="Copy to clipboard">
diff --git a/website/generated-content/get-started/quickstart-go/index.html 
b/website/generated-content/get-started/quickstart-go/index.html
index 6336082e8b3..9e82d938076 100644
--- a/website/generated-content/get-started/quickstart-go/index.html
+++ b/website/generated-content/get-started/quickstart-go/index.html
@@ -19,7 +19,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>Get 
started</span></li><li><a href=/get-started/beam-overview/>Beam 
Overview</a></li><li><a href=/get-started/tour-of-beam/>Tour of 
Beam</a></li><li><s [...]
+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>Get 
started</span></li><li><a href=/get-started/beam-overview/>Beam 
Overview</a></li><li><a href=/get-started/tour-of-beam/>Tour of 
Beam</a></li><li><s [...]
 <a 
href=https://github.com/apache/beam/tree/master/sdks/go/examples>examples</a>
 directory has many examples. All examples can be run by passing the
 required arguments described in the examples.</p><p>For example, to run 
<code>wordcount</code>, run:</p><div class="runner-direct snippet"><div 
class="notebook-skip code-snippet"><a class=copy type=button 
data-bs-toggle=tooltip data-bs-placement=bottom title="Copy to clipboard"><img 
src=/images/copy-icon.svg></a><pre><code class=language-direct 
data-lang=direct>$ go install 
github.com/apache/beam/sdks/v2/go/examples/wordcount
@@ -43,7 +43,7 @@ $ wordcount --input &lt;PATH_TO_INPUT_FILE&gt; \
             --output counts \
             --runner spark \
             --endpoint localhost:8099</code></pre></div></div><h2 
id=next-steps>Next Steps</h2><ul><li>Learn more about the <a 
href=/documentation/sdks/go/>Beam SDK for Go</a>
-and look through the <a 
href=https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam>godoc</a>.</li><li>Walk
 through these WordCount examples in the <a 
href=/get-started/wordcount-example>WordCount Example 
Walkthrough</a>.</li><li>Take a self-paced tour through our <a 
href=/documentation/resources/learning-resources>Learning 
Resources</a>.</li><li>Dive in to some of our favorite <a 
href=/documentation/resources/videos-and-podcasts>Videos and 
Podcasts</a>.</li><li>Join the Beam <a h [...]
+and look through the <a 
href=https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam>godoc</a>.</li><li>Walk
 through these WordCount examples in the <a 
href=/get-started/wordcount-example>WordCount Example 
Walkthrough</a>.</li><li>Take a self-paced tour through our <a 
href=/documentation/resources/learning-resources>Learning 
Resources</a>.</li><li>Dive in to some of our favorite <a 
href=/documentation/resources/videos-and-podcasts>Videos and 
Podcasts</a>.</li><li>Join the Beam <a h [...]
 <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 dda2f53e20c..a933998c9a9 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>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/blog/beam-sql-with-notebooks/</loc><lastmod>2022-05-04T13:12:59-07: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>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-05-04T13:12:59-07:00</lastmod></url><url><loc>/blog/beam-sql-with-notebooks/</loc><lastmod>2022-05-04T13:12:59-07:00</lastmod></url><url>
 [...]
\ No newline at end of file

Reply via email to