You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/06/22 22:17:47 UTC

[beam] branch asf-site updated: Publishing website 2022/06/22 22:17:41 at commit 48bad7d

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 448435db83b Publishing website 2022/06/22 22:17:41 at commit 48bad7d
448435db83b is described below

commit 448435db83b0a178fff8742c0edc830b11b0d928
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Jun 22 22:17:41 2022 +0000

    Publishing website 2022/06/22 22:17:41 at commit 48bad7d
---
 website/generated-content/blog/index.xml                          | 2 +-
 website/generated-content/blog/python-typing/index.html           | 2 +-
 website/generated-content/categories/blog/index.xml               | 2 +-
 website/generated-content/categories/python/index.xml             | 2 +-
 website/generated-content/categories/typing/index.xml             | 2 +-
 website/generated-content/community/index.xml                     | 2 +-
 .../generated-content/community/presentation-materials/index.html | 2 +-
 .../documentation/dsls/sql/walkthrough/index.html                 | 2 +-
 website/generated-content/documentation/index.xml                 | 8 ++++----
 .../documentation/patterns/pipeline-options/index.html            | 4 ++--
 .../generated-content/documentation/programming-guide/index.html  | 6 +++---
 website/generated-content/documentation/runners/flink/index.html  | 2 +-
 website/generated-content/documentation/runners/samza/index.html  | 4 ++--
 .../documentation/sdks/java-thirdparty/index.html                 | 2 +-
 website/generated-content/sitemap.xml                             | 2 +-
 15 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/website/generated-content/blog/index.xml b/website/generated-content/blog/index.xml
index 12f5cc998c7..2c1e94fdd41 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -3652,7 +3652,7 @@ There are several reasons why this is not the case.&lt;/p>
 only known at that time, such as a config file or database table schema.&lt;/li>
 &lt;li>PCollections don&amp;rsquo;t have the necessary type information, so mypy sees them as
 effectively containing any element type.
-This may change in in the future.&lt;/li>
+This may change in the future.&lt;/li>
 &lt;li>Transforms using lambdas (ex: &lt;code>beam.Map(lambda x: (1, x)&lt;/code>) cannot be
 annotated properly using PEP 484.
 However, Beam does a best-effort attempt to analyze the output type
diff --git a/website/generated-content/blog/python-typing/index.html b/website/generated-content/blog/python-typing/index.html
index c4c6065ad63..c3a59866bfb 100644
--- a/website/generated-content/blog/python-typing/index.html
+++ b/website/generated-content/blog/python-typing/index.html
@@ -68,7 +68,7 @@ still work and take precedence over annotations.</p><h3 id=sidebar>Sidebar</h3><
 There are several reasons why this is not the case.</p><ul><li>Pipelines are constructed at runtime and may depend on information that is
 only known at that time, such as a config file or database table schema.</li><li>PCollections don&rsquo;t have the necessary type information, so mypy sees them as
 effectively containing any element type.
-This may change in in the future.</li><li>Transforms using lambdas (ex: <code>beam.Map(lambda x: (1, x)</code>) cannot be
+This may change in the future.</li><li>Transforms using lambdas (ex: <code>beam.Map(lambda x: (1, x)</code>) cannot be
 annotated properly using PEP 484.
 However, Beam does a best-effort attempt to analyze the output type
 from the bytecode.</li></ul><h2 id=typing-module-support>Typing Module Support</h2><p>Python&rsquo;s <a href=https://docs.python.org/3/library/typing.html>typing</a> module defines
diff --git a/website/generated-content/categories/blog/index.xml b/website/generated-content/categories/blog/index.xml
index f019ea529a7..cdcbe7ddb11 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -3652,7 +3652,7 @@ There are several reasons why this is not the case.&lt;/p>
 only known at that time, such as a config file or database table schema.&lt;/li>
 &lt;li>PCollections don&amp;rsquo;t have the necessary type information, so mypy sees them as
 effectively containing any element type.
-This may change in in the future.&lt;/li>
+This may change in the future.&lt;/li>
 &lt;li>Transforms using lambdas (ex: &lt;code>beam.Map(lambda x: (1, x)&lt;/code>) cannot be
 annotated properly using PEP 484.
 However, Beam does a best-effort attempt to analyze the output type
diff --git a/website/generated-content/categories/python/index.xml b/website/generated-content/categories/python/index.xml
index cfc2130ae64..e40b38d1dc8 100644
--- a/website/generated-content/categories/python/index.xml
+++ b/website/generated-content/categories/python/index.xml
@@ -320,7 +320,7 @@ There are several reasons why this is not the case.&lt;/p>
 only known at that time, such as a config file or database table schema.&lt;/li>
 &lt;li>PCollections don&amp;rsquo;t have the necessary type information, so mypy sees them as
 effectively containing any element type.
-This may change in in the future.&lt;/li>
+This may change in the future.&lt;/li>
 &lt;li>Transforms using lambdas (ex: &lt;code>beam.Map(lambda x: (1, x)&lt;/code>) cannot be
 annotated properly using PEP 484.
 However, Beam does a best-effort attempt to analyze the output type
diff --git a/website/generated-content/categories/typing/index.xml b/website/generated-content/categories/typing/index.xml
index 00766ef8a60..c92a1f76236 100644
--- a/website/generated-content/categories/typing/index.xml
+++ b/website/generated-content/categories/typing/index.xml
@@ -320,7 +320,7 @@ There are several reasons why this is not the case.&lt;/p>
 only known at that time, such as a config file or database table schema.&lt;/li>
 &lt;li>PCollections don&amp;rsquo;t have the necessary type information, so mypy sees them as
 effectively containing any element type.
-This may change in in the future.&lt;/li>
+This may change in the future.&lt;/li>
 &lt;li>Transforms using lambdas (ex: &lt;code>beam.Map(lambda x: (1, x)&lt;/code>) cannot be
 annotated properly using PEP 484.
 However, Beam does a best-effort attempt to analyze the output type
diff --git a/website/generated-content/community/index.xml b/website/generated-content/community/index.xml
index cb95c666f54..d6ab733d87c 100644
--- a/website/generated-content/community/index.xml
+++ b/website/generated-content/community/index.xml
@@ -305,7 +305,7 @@ limitations under the License.
 &lt;/div>
 &lt;h2 id="using-these-materials">Using these materials&lt;/h2>
 &lt;p>These materials can be used by anyone. If you do use these materials, please remember to give credit to the authors cited in each presentation. These materials include speaker notes and you can view them by clicking &lt;strong>&lt;code>View&lt;/code>&lt;/strong> and selecting &lt;strong>&lt;code>Show speaker notes&lt;/code>&lt;/strong>. Some presentations have &lt;code>[Long]&lt;/code> or &lt;code>[Short]&lt;/code> in their name, such as the &lt;em>Apache Beam Model&lt;/em>, which  [...]
-&lt;p>If you have any questions about the these materials, please ask on the &lt;a href="mailto:user@beam.apache.org">&lt;code>user@beam.apache.org&lt;/code>&lt;/a> mailing list.&lt;/p>
+&lt;p>If you have any questions about these materials, please ask on the &lt;a href="mailto:user@beam.apache.org">&lt;code>user@beam.apache.org&lt;/code>&lt;/a> mailing list.&lt;/p>
 &lt;p>The Apache Beam community is looking for feedback on these materials to improve them over time. If you deliver a presentation based on these materials, we&amp;rsquo;d love to hear from you on the &lt;a href="mailto:user@beam.apache.org">&lt;code>user@beam.apache.org&lt;/code>&lt;/a> mailing list. Please share your thoughts, questions you were asked, and (if available and appropriate) a link to the recording of your talk so the rest of the Apache Beam community can benefit from it.&lt;/p>
 &lt;h2 id="contributing-new-content">Contributing new content&lt;/h2>
 &lt;p>The Apache Beam community is always looking for new core content and contributions!&lt;/p>
diff --git a/website/generated-content/community/presentation-materials/index.html b/website/generated-content/community/presentation-materials/index.html
index 5a0eea9cae8..6804b5d7f3e 100644
--- a/website/generated-content/community/presentation-materials/index.html
+++ b/website/generated-content/community/presentation-materials/index.html
@@ -20,7 +20,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>Community</span></li><li><a href=/community/join-beam>Join Beam community</a></li><li><a href=/community/integrations>Integrations</a></li><li><a href= [...]
+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>Community</span></li><li><a href=/community/join-beam>Join Beam community</a></li><li><a href=/community/integrations>Integrations</a></li><li><a href= [...]
 <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 class="footer__cols__col footer__cols__col__logos"><div class=footer__cols__col--group><div class=footer__cols__col__logo><a href=https://github.com/apache/beam><im [...]
\ No newline at end of file
diff --git a/website/generated-content/documentation/dsls/sql/walkthrough/index.html b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
index f39ca14b3b2..e166c05d860 100644
--- a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
+++ b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
@@ -20,7 +20,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>Languages</span></li><li><span class=section-nav-list-title>Java</span><ul class=section-nav-list><li><a href=/documentation/sdks/java/>Java SDK overvi [...]
+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>Languages</span></li><li><span class=section-nav-list-title>Java</span><ul class=section-nav-list><li><a href=/documentation/sdks/java/>Java SDK overvi [...]
 where <code>T</code> has a schema registered, or a <code>PCollection&lt;Row></code>. See the
 <a href=/documentation/programming-guide/#what-is-a-schema>schema documentation</a> in
 the Beam Programming Guide for details on registering a schema for a type <code>T</code>.</p><p>If you don&rsquo;t have an existing type <code>T</code>, a <code>PCollection&lt;Row></code> can be obtained
diff --git a/website/generated-content/documentation/index.xml b/website/generated-content/documentation/index.xml
index f7f440b5325..1c4b62ee5ef 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -5304,7 +5304,7 @@ the execution of the ParDo transform. The comments give useful
 information to pipeline developers such as the constraints that
 apply to the objects or particular cases such as failover or
 instance reuse. They also give instantiation use cases.&lt;/p>
-&lt;!-- The source for the sequence diagram can be found in the the SVG resource. -->
+&lt;!-- The source for the sequence diagram can be found in the SVG resource. -->
 &lt;p>&lt;img src="/images/dofn-sequence-diagram.svg" alt="This is a sequence diagram that shows the lifecycle of the DoFn">&lt;/p>
 &lt;h4 id="groupbykey">4.2.2. GroupByKey&lt;/h4>
 &lt;p>&lt;code>GroupByKey&lt;/code> is a Beam transform for processing collections of key/value pairs.
@@ -7604,7 +7604,7 @@ for example the following two code snippets are valid:&lt;/p>
 &lt;span class="o">}));&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
 &lt;/div>
 &lt;/div>
-&lt;p class="language-java">Even though the in both cases the &lt;code>@Element&lt;/code> parameter differs from the the &lt;code>PCollection&lt;/code>'s Java type, since the
+&lt;p class="language-java">Even though the in both cases the &lt;code>@Element&lt;/code> parameter differs from the &lt;code>PCollection&lt;/code>'s Java type, since the
 schemas are the same Beam will automatically make the conversion. The built-in &lt;code>Convert&lt;/code> transform can also be used
 to translate between Java types of equivalent schemas, as detailed below.&lt;/p>
 &lt;h3 id="schema-definition">6.3. Schema definition&lt;/h3>
@@ -9090,7 +9090,7 @@ example pipeline in the figure below:&lt;/p>
 &lt;p>&lt;strong>Figure 3:&lt;/strong> Pipeline applying windowing&lt;/p>
 &lt;p>In the above pipeline, we create an unbounded &lt;code>PCollection&lt;/code> by reading a set of
 key/value pairs using &lt;code>KafkaIO&lt;/code>, and then apply a windowing function to that
-collection using the &lt;code>Window&lt;/code> transform. We then apply a &lt;code>ParDo&lt;/code> to the the
+collection using the &lt;code>Window&lt;/code> transform. We then apply a &lt;code>ParDo&lt;/code> to the
 collection, and then later group the result of that &lt;code>ParDo&lt;/code> using &lt;code>GroupByKey&lt;/code>.
 The windowing function has no effect on the &lt;code>ParDo&lt;/code> transform, because the
 windows are not actually used until they&amp;rsquo;re needed for the &lt;code>GroupByKey&lt;/code>.
@@ -9689,7 +9689,7 @@ The &lt;code>beam.AccumulationMode&lt;/code> parameter sets the window&amp;rsquo
 &lt;/div>
 &lt;/div>
 &lt;h4 id="window-accumulation-modes">9.4.1. Window accumulation modes&lt;/h4>
-&lt;p>When you specify a trigger, you must also set the the window&amp;rsquo;s &lt;strong>accumulation
+&lt;p>When you specify a trigger, you must also set the window&amp;rsquo;s &lt;strong>accumulation
 mode&lt;/strong>. When a trigger fires, it emits the current contents of the window as a
 pane. Since a trigger can fire multiple times, the accumulation mode determines
 whether the system &lt;em>accumulates&lt;/em> the window panes as the trigger fires, or
diff --git a/website/generated-content/documentation/patterns/pipeline-options/index.html b/website/generated-content/documentation/patterns/pipeline-options/index.html
index 251343da8d5..0b9c57442a0 100644
--- a/website/generated-content/documentation/patterns/pipeline-options/index.html
+++ b/website/generated-content/documentation/patterns/pipeline-options/index.html
@@ -20,7 +20,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 [...]
   <span class=kd>public</span> <span class=kd>interface</span> <span class=nc>MyOptions</span> <span class=kd>extends</span> <span class=n>PipelineOptions</span> <span class=o>{</span>
     <span class=nd>@Description</span><span class=o>(</span><span class=s>&#34;My option&#34;</span><span class=o>)</span>
     <span class=nd>@Default.String</span><span class=o>(</span><span class=s>&#34;Hello world!&#34;</span><span class=o>)</span>
@@ -100,7 +100,7 @@ function openMenu(){addPlaceholder();blockScroll();}</script><div class="clearfi
   <span class=n>result_pc</span> <span class=o>=</span> <span class=p>(</span>
       <span class=n>pipeline</span>
       <span class=o>|</span> <span class=s2>&#34;main_pc&#34;</span> <span class=o>&gt;&gt;</span> <span class=n>beam</span><span class=o>.</span><span class=n>Create</span><span class=p>([</span><span class=mi>1</span><span class=p>,</span> <span class=mi>2</span><span class=p>,</span> <span class=mi>3</span><span class=p>])</span>
-      <span class=o>|</span> <span class=n>beam</span><span class=o>.</span><span class=n>combiners</span><span class=o>.</span><span class=n>Sum</span><span class=o>.</span><span class=n>Globally</span><span class=p>())</span></code></pre></div></div></div><div class=feedback><p class=update>Last updated on 2020/05/28</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!< [...]
+      <span class=o>|</span> <span class=n>beam</span><span class=o>.</span><span class=n>combiners</span><span class=o>.</span><span class=n>Sum</span><span class=o>.</span><span class=n>Globally</span><span class=p>())</span></code></pre></div></div></div><div class=feedback><p class=update>Last updated on 2022/06/22</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!< [...]
 <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 class="footer__cols__col footer__cols__col__logos"><div class=footer__cols__col--group><div class=footer__cols__col__logo><a href=https://github.com/apache/beam><im [...]
\ No newline at end of file
diff --git a/website/generated-content/documentation/programming-guide/index.html b/website/generated-content/documentation/programming-guide/index.html
index 8a032af91ba..1dd44cdbc8f 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -2028,7 +2028,7 @@ for example the following two code snippets are valid:</p><div class="language-j
 <span class=o>}));</span></code></pre></div></div></div><p class=language-java>and</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>transactionPojos</span><span class=o>.</span><span class=na>apply</span><span class=o>(</span><span cl [...]
    <span class=nd>@ProcessElement</span> <span class=kd>public</span> <span class=kt>void</span> <span class=nf>process</span><span class=o>(</span><span class=nd>@Element</span> <span class=n>Transaction</span> <span class=n>row</span><span class=o>)</span> <span class=o>{</span>
     <span class=o>}</span>
-<span class=o>}));</span></code></pre></div></div></div><p class=language-java>Even though the in both cases the <code>@Element</code> parameter differs from the the <code>PCollection</code>'s Java type, since the
+<span class=o>}));</span></code></pre></div></div></div><p class=language-java>Even though the in both cases the <code>@Element</code> parameter differs from the <code>PCollection</code>'s Java type, since the
 schemas are the same Beam will automatically make the conversion. The built-in <code>Convert</code> transform can also be used
 to translate between Java types of equivalent schemas, as detailed below.</p><h3 id=schema-definition>6.3. Schema definition</h3><p>The schema for a <code>PCollection</code> defines elements of that <code>PCollection</code> as an ordered list of named fields. Each field
 has a name, a type, and possibly a set of user options. The type of a field can be primitive or composite. The following
@@ -2560,7 +2560,7 @@ windows are not considered until <code>GroupByKey</code> or <code>Combine</code>
 window and key. This can have different effects on your pipeline. Consider the
 example pipeline in the figure below:</p><p><img src=/images/windowing-pipeline-unbounded.svg alt="Diagram of pipeline applying windowing"></p><p><strong>Figure 3:</strong> Pipeline applying windowing</p><p>In the above pipeline, we create an unbounded <code>PCollection</code> by reading a set of
 key/value pairs using <code>KafkaIO</code>, and then apply a windowing function to that
-collection using the <code>Window</code> transform. We then apply a <code>ParDo</code> to the the
+collection using the <code>Window</code> transform. We then apply a <code>ParDo</code> to the
 collection, and then later group the result of that <code>ParDo</code> using <code>GroupByKey</code>.
 The windowing function has no effect on the <code>ParDo</code> transform, because the
 windows are not actually used until they&rsquo;re needed for the <code>GroupByKey</code>.
@@ -2857,7 +2857,7 @@ The <code>beam.AccumulationMode</code> parameter sets the window&rsquo;s <strong
 		<span class=nf>PlusDelay</span><span class=p>(</span><span class=mi>1</span><span class=o>*</span><span class=nx>time</span><span class=p>.</span><span class=nx>Minute</span><span class=p>)),</span>
 	<span class=nx>beam</span><span class=p>.</span><span class=nf>AllowedLateness</span><span class=p>(</span><span class=mi>30</span><span class=o>*</span><span class=nx>time</span><span class=p>.</span><span class=nx>Minute</span><span class=p>),</span>
 	<span class=nx>beam</span><span class=p>.</span><span class=nf>PanesDiscard</span><span class=p>(),</span>
-<span class=p>)</span></code></pre></div></div></div><h4 id=window-accumulation-modes>9.4.1. Window accumulation modes</h4><p>When you specify a trigger, you must also set the the window&rsquo;s <strong>accumulation
+<span class=p>)</span></code></pre></div></div></div><h4 id=window-accumulation-modes>9.4.1. Window accumulation modes</h4><p>When you specify a trigger, you must also set the window&rsquo;s <strong>accumulation
 mode</strong>. When a trigger fires, it emits the current contents of the window as a
 pane. Since a trigger can fire multiple times, the accumulation mode determines
 whether the system <em>accumulates</em> the window panes as the trigger fires, or
diff --git a/website/generated-content/documentation/runners/flink/index.html b/website/generated-content/documentation/runners/flink/index.html
index 902d6c56436..f19fcc4f63c 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -106,7 +106,7 @@ and will not work on remote clusters.
 See <a href=/documentation/runtime/sdk-harness-config/>here</a> for details.</p><h2 id=additional-information-and-caveats>Additional information and caveats</h2><h3 id=monitoring-your-job>Monitoring your job</h3><p>You can monitor a running Flink job using the Flink JobManager Dashboard or its Rest interfaces. By default, this is available at port <code>8081</code> of the JobManager node. If you have a Flink installation on your local machine that would be <code>http://localhost:8081</co [...]
 Many sources like <code>PubSubIO</code> rely on their checkpoints to be acknowledged which can only be done when checkpointing is enabled for the <code>FlinkRunner</code>. To enable checkpointing, please set <span class=language-java><code>checkpointingInterval</code></span><span class=language-py><code>checkpointing_interval</code></span> to the desired checkpointing interval in milliseconds.</p><h2 id=pipeline-options-for-the-flink-runner>Pipeline options for the Flink Runner</h2><p>Wh [...]
 <a href=https://beam.apache.org/releases/javadoc/2.39.0/index.html?org/apache/beam/runners/flink/FlinkPipelineOptions.html>FlinkPipelineOptions</a>
-reference class:</p><div class=language-java><table class="table table-bordered"><tr><td><code>allowNonRestoredState</code></td><td>Flag indicating whether non restored state is allowed if the savepoint contains state for an operator that is no longer part of the pipeline.</td><td>Default: <code>false</code></td></tr><tr><td><code>autoBalanceWriteFilesShardingEnabled</code></td><td>Flag indicating whether auto-balance sharding for WriteFiles transform should be enabled. This might prove  [...]
+reference class:</p><div class=language-java><table class="table table-bordered"><tr><td><code>allowNonRestoredState</code></td><td>Flag indicating whether non restored state is allowed if the savepoint contains state for an operator that is no longer part of the pipeline.</td><td>Default: <code>false</code></td></tr><tr><td><code>autoBalanceWriteFilesShardingEnabled</code></td><td>Flag indicating whether auto-balance sharding for WriteFiles transform should be enabled. This might prove  [...]
 <a href=https://beam.apache.org/releases/javadoc/2.39.0/index.html?org/apache/beam/sdk/options/PipelineOptions.html>PipelineOptions</a>
 reference.</p><h2 id=flink-version-compatibility>Flink Version Compatibility</h2><p>The Flink cluster version has to match the minor version used by the FlinkRunner.
 The minor version is the first two numbers in the version string, e.g. in <code>1.13.0</code> the
diff --git a/website/generated-content/documentation/runners/samza/index.html b/website/generated-content/documentation/runners/samza/index.html
index 893889ebb1d..78eca4efae1 100644
--- a/website/generated-content/documentation/runners/samza/index.html
+++ b/website/generated-content/documentation/runners/samza/index.html
@@ -20,7 +20,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>Runners</span></li><li><a href=/documentation/runners/capability-matrix/>Capability Matrix</a></li><li><a href=/documentation/runners/direct/>Direct Ru [...]
+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>Runners</span></li><li><a href=/documentation/runners/capability-matrix/>Capability Matrix</a></li><li><a href=/documentation/runners/direct/>Direct Ru [...]
   <span class=o>&lt;</span><span class=n>groupId</span><span class=o>&gt;</span><span class=n>org</span><span class=o>.</span><span class=na>apache</span><span class=o>.</span><span class=na>beam</span><span class=o>&lt;/</span><span class=n>groupId</span><span class=o>&gt;</span>
   <span class=o>&lt;</span><span class=n>artifactId</span><span class=o>&gt;</span><span class=n>beam</span><span class=o>-</span><span class=n>runners</span><span class=o>-</span><span class=n>samza</span><span class=o>&lt;/</span><span class=n>artifactId</span><span class=o>&gt;</span>
   <span class=o>&lt;</span><span class=n>version</span><span class=o>&gt;</span><span class=n>2</span><span class=o>.</span><span class=na>39</span><span class=o>.</span><span class=na>0</span><span class=o>&lt;/</span><span class=n>version</span><span class=o>&gt;</span>
@@ -70,7 +70,7 @@ job.name=${your_job_name}
 job.factory.class=org.apache.samza.job.yarn.YarnJobFactory
 job.coordinator.system=${job_coordinator_system}
 job.default.system=${job_default_system}
-</code></pre><p>For more details on the configuration, see <a href=https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html>Samza Configuration Reference</a>.</p><p>The config file will be passed in by setting the command line arg <code>--configFilePath=/path/to/config.properties</code>. With that, you can run your main class of Beam pipeline in a Yarn Resource Manager, and the Samza Runner will submit a Yarn job under the hood.</p><p>Check out our <a href=https: [...]
+</code></pre><p>For more details on the configuration, see <a href=https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html>Samza Configuration Reference</a>.</p><p>The config file will be passed in by setting the command line arg <code>--configFilePath=/path/to/config.properties</code>. With that, you can run your main class of Beam pipeline in a Yarn Resource Manager, and the Samza Runner will submit a Yarn job under the hood.</p><p>Check out our <a href=https: [...]
 <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 class="footer__cols__col footer__cols__col__logos"><div class=footer__cols__col--group><div class=footer__cols__col__logo><a href=https://github.com/apache/beam><im [...]
\ No newline at end of file
diff --git a/website/generated-content/documentation/sdks/java-thirdparty/index.html b/website/generated-content/documentation/sdks/java-thirdparty/index.html
index c46739d4168..0d7d2a2408f 100644
--- a/website/generated-content/documentation/sdks/java-thirdparty/index.html
+++ b/website/generated-content/documentation/sdks/java-thirdparty/index.html
@@ -29,7 +29,7 @@ This parser is simply initialized with this schema and the list of fields you wa
   &lt;artifactId&gt;httpdlog-parser&lt;/artifactId&gt;
   &lt;version&gt;5.0&lt;/version&gt;
 &lt;/dependency&gt;
-</code></pre><h3 id=code-example>Code example</h3><p>Assuming a WebEvent class that has a the setters setIP, setQueryImg and setQueryStringValues</p><pre><code>PCollection&lt;WebEvent&gt; filledWebEvents = input
+</code></pre><h3 id=code-example>Code example</h3><p>Assuming a WebEvent class that has a setters setIP, setQueryImg and setQueryStringValues</p><pre><code>PCollection&lt;WebEvent&gt; filledWebEvents = input
   .apply(&quot;Extract Elements from logline&quot;,
     ParDo.of(new DoFn&lt;String, WebEvent&gt;() {
       private Parser&lt;WebEvent&gt; parser;
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index b323f570e58..eb778078117 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>/case-studies/lyft/</loc><lastmod>2022-06-18T03:13:47+06:00</lastmod></url><url><loc>/blog/beam-2.39.0/</loc><lastmod>2022-05-25T11:28:33-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-05-25T11:28:33-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-05-25T11:28:33-07:00</lastmod></url><url><loc> [...]
\ 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>/case-studies/lyft/</loc><lastmod>2022-06-18T03:13:47+06:00</lastmod></url><url><loc>/blog/beam-2.39.0/</loc><lastmod>2022-05-25T11:28:33-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-06-22T16:19:58-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-06-22T16:19:58-04:00</lastmod></url><url><loc> [...]
\ No newline at end of file