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 02ee34c  Publishing website 2021/07/08 00:03:23 at commit b401d23
02ee34c is described below

commit 02ee34c0561254956d91df38a2f8ae3a61b4aecc
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Jul 8 00:03:23 2021 +0000

    Publishing website 2021/07/08 00:03:23 at commit b401d23
---
 website/generated-content/documentation/index.xml                  | 5 ++---
 .../generated-content/documentation/programming-guide/index.html   | 7 +++----
 website/generated-content/sitemap.xml                              | 2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index 7a1d486..c421a35 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -3844,9 +3844,8 @@ before &lt;code>beam.Init()&lt;/code> is called.&lt;/p>
 &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 class="chroma">&lt;code class="language-py" 
data-lang="py">&lt;span class="kn">import&lt;/span> &lt;span 
class="nn">apache_beam&lt;/span> &lt;span class="kn">as&lt;/span> &lt;span 
class="nn">beam&lt;/span>
-&lt;span class="k">with&lt;/span> &lt;span class="n">beam&lt;/span>&lt;span 
class="o">.&lt;/span>&lt;span class="n">Pipeline&lt;/span>&lt;span 
class="p">()&lt;/span> &lt;span class="k">as&lt;/span> &lt;span 
class="n">pipeline&lt;/span>&lt;span class="p">:&lt;/span>
-&lt;span class="k">pass&lt;/span> &lt;span class="c1"># build your pipeline 
here&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
+&lt;div class="highlight">&lt;pre class="chroma">&lt;code class="language-py" 
data-lang="py">&lt;span class="kn">from&lt;/span> &lt;span 
class="nn">apache_beam.options.pipeline_options&lt;/span> &lt;span 
class="kn">import&lt;/span> &lt;span class="n">PipelineOptions&lt;/span>
+&lt;span class="n">beam_options&lt;/span> &lt;span class="o">=&lt;/span> 
&lt;span class="n">PipelineOptions&lt;/span>&lt;span 
class="p">()&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
 &lt;/div>
 &lt;/div>
 &lt;div class='language-go snippet'>
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index bacb0a7..2b5583f 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -101,10 +101,9 @@ setting the fields directly, the Beam SDKs include a 
command-line parser that
 you can use to set fields in <code>PipelineOptions</code> using command-line 
arguments.</p><p class="language-java language-py">To read options from the 
command-line, construct your <code>PipelineOptions</code> object
 as demonstrated in the following example code:</p><p class=language-go>Use Go 
flags to parse command line arguments to configure your pipeline. Flags must be 
parsed
 before <code>beam.Init()</code> is called.</p><div class="language-java 
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><div class=highlight><pre class=chroma><code 
class=language-java data-lang=java><span class=n>PipelineOptions</span> <span 
class=n>options</span> <span class=o>=</span>
-    <span class=n>PipelineOptionsFactory</span><span class=o>.</span><span 
class=na>fromArgs</span><span class=o>(</span><span class=n>args</span><span 
class=o>).</span><span class=na>withValidation</span><span 
class=o>().</span><span class=na>create</span><span 
class=o>();</span></code></pre></div></div></div><div class="language-py 
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 
sr [...]
+    <span class=n>PipelineOptionsFactory</span><span class=o>.</span><span 
class=na>fromArgs</span><span class=o>(</span><span class=n>args</span><span 
class=o>).</span><span class=na>withValidation</span><span 
class=o>().</span><span class=na>create</span><span 
class=o>();</span></code></pre></div></div></div><div class="language-py 
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 
sr [...]
 
-<span class=k>with</span> <span class=n>beam</span><span class=o>.</span><span 
class=n>Pipeline</span><span class=p>()</span> <span class=k>as</span> <span 
class=n>pipeline</span><span class=p>:</span>
-  <span class=k>pass</span>  <span class=c1># build your pipeline 
here</span></code></pre></div></div></div><div class="language-go 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><div class=highlight><pre class=chroma><code 
class=language-go data-lang=go><span class=c1>// If beamx or Go flags are used, 
flags must be parsed first,
+<span class=n>beam_options</span> <span class=o>=</span> <span 
class=n>PipelineOptions</span><span 
class=p>()</span></code></pre></div></div></div><div class="language-go 
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><div class=highlight><pre class=chroma><code 
class=language-go data-lang=go><span class=c1>// If beamx or Go flags are used, 
flags must b [...]
 </span><span class=c1>// before beam.Init() is called.
 </span><span class=c1></span><span class=nx>flag</span><span 
class=p>.</span><span class=nf>Parse</span><span 
class=p>()</span></code></pre></div></div></div><p>This interprets command-line 
arguments that follow the format:</p><pre><code>--&lt;option&gt;=&lt;value&gt;
 </code></pre><span class=language-java><blockquote><p>Appending the method 
<code>.withValidation</code> will check for required
@@ -3748,7 +3747,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 7a5a9ae..a3670fd 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.30.0/</loc><lastmod>2021-05-26T19:50:36-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/v
 [...]
\ 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.30.0/</loc><lastmod>2021-05-26T19:50:36-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/v
 [...]
\ No newline at end of file

Reply via email to