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 03acc73  Publishing website 2021/09/15 00:03:24 at commit b10590c
03acc73 is described below

commit 03acc73db8fb9128affaa436ab23424ba4953f50
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Sep 15 00:03:24 2021 +0000

    Publishing website 2021/09/15 00:03:24 at commit b10590c
---
 website/generated-content/get-started/index.xml               | 11 +++++------
 .../generated-content/get-started/quickstart-java/index.html  |  4 ++--
 website/generated-content/sitemap.xml                         |  2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/website/generated-content/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index 4bbda81..a95ce8d 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -1231,7 +1231,9 @@ MinimalWordCount.java WordCount.java&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;p>For a detailed introduction to the Beam concepts used in these examples, 
see the &lt;a href="/get-started/wordcount-example">WordCount Example 
Walkthrough&lt;/a>. Here, we&amp;rsquo;ll just focus on executing 
&lt;code>WordCount.java&lt;/code>.&lt;/p>
 &lt;h2 id="optional-convert-from-maven-to-gradle-project">Optional: Convert 
from Maven to Gradle Project&lt;/h2>
-&lt;p>Ensure you are in the same directory as the &lt;code>pom.xml&lt;/code> 
file generated from the previous step. Automatically convert your project from 
Maven to Gradle by running:
+&lt;p>The steps below explain how to convert the build for the Direct Runner 
from Maven to Gradle. Converting the builds for the other runners is a more 
involved process and is out of scope for this guide. For additional guidance, 
see &lt;a 
href="https://docs.gradle.org/current/userguide/migrating_from_maven.html";>Migrating
 Builds From Apache Maven&lt;/a>.&lt;/p>
+&lt;ol>
+&lt;li>Ensure you are in the same directory as the &lt;code>pom.xml&lt;/code> 
file generated from the previous step. Automatically convert your project from 
Maven to Gradle by running:
 &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">
@@ -1240,11 +1242,8 @@ MinimalWordCount.java WordCount.java&lt;/code>&lt;/pre>
 &lt;pre>&lt;code>$ gradle init&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;/div>
-&lt;/p>
-&lt;p>You&amp;rsquo;ll be asked if you want to generate a Gradle build. Enter 
&lt;strong>yes&lt;/strong>. You&amp;rsquo;ll also be prompted to choose a DSL 
(Groovy or Kotlin). This tutorial uses Groovy, so select that if you 
don&amp;rsquo;t have a preference.&lt;/p>
-&lt;p>After you have converted the project to Gradle:&lt;/p>
-&lt;ol>
-&lt;li>In the generated &lt;code>build.gradle&lt;/code> file, in the 
&lt;code>repositories&lt;/code> block, replace &lt;code>mavenLocal()&lt;/code> 
with &lt;code>mavenCentral()&lt;/code>:
+You&amp;rsquo;ll be asked if you want to generate a Gradle build. Enter 
&lt;strong>yes&lt;/strong>. You&amp;rsquo;ll also be prompted to choose a DSL 
(Groovy or Kotlin). This tutorial uses Groovy, so select that if you 
don&amp;rsquo;t have a preference.&lt;/li>
+&lt;li>After you&amp;rsquo;ve converted the project to Gradle, open the 
generated &lt;code>build.gradle&lt;/code> file, and, in the 
&lt;code>repositories&lt;/code> block, replace &lt;code>mavenLocal()&lt;/code> 
with &lt;code>mavenCentral()&lt;/code>:
 &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-java/index.html 
b/website/generated-content/get-started/quickstart-java/index.html
index b51353c..9c72ef9 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -63,7 +63,7 @@ MinimalWordCount.java 
WordCount.java</code></pre></div></div><div class="shell-p
 <span class=n>-a</span><span class=p>----</span>        <span 
class=n>7</span><span class=p>/</span><span class=n>19</span><span 
class=p>/</span><span class=n>2018</span>  <span class=n>11</span><span 
class=err>:</span><span class=n>00</span> <span class=n>PM</span>           
<span class=n>7073</span> <span class=n>DebuggingWordCount</span><span 
class=p>.</span><span class=n>java</span>
 <span class=n>-a</span><span class=p>----</span>        <span 
class=n>7</span><span class=p>/</span><span class=n>19</span><span 
class=p>/</span><span class=n>2018</span>  <span class=n>11</span><span 
class=err>:</span><span class=n>00</span> <span class=n>PM</span>           
<span class=n>5945</span> <span class=n>MinimalWordCount</span><span 
class=p>.</span><span class=n>java</span>
 <span class=n>-a</span><span class=p>----</span>        <span 
class=n>7</span><span class=p>/</span><span class=n>19</span><span 
class=p>/</span><span class=n>2018</span>  <span class=n>11</span><span 
class=err>:</span><span class=n>00</span> <span class=n>PM</span>           
<span class=n>9490</span> <span class=n>WindowedWordCount</span><span 
class=p>.</span><span class=n>java</span>
-<span class=n>-a</span><span class=p>----</span>        <span 
class=n>7</span><span class=p>/</span><span class=n>19</span><span 
class=p>/</span><span class=n>2018</span>  <span class=n>11</span><span 
class=err>:</span><span class=n>00</span> <span class=n>PM</span>           
<span class=n>7662</span> <span class=n>WordCount</span><span 
class=p>.</span><span class=n>java</span></code></pre></div></div></div><p>For 
a detailed introduction to the Beam concepts used in these examples, see t [...]
+<span class=n>-a</span><span class=p>----</span>        <span 
class=n>7</span><span class=p>/</span><span class=n>19</span><span 
class=p>/</span><span class=n>2018</span>  <span class=n>11</span><span 
class=err>:</span><span class=n>00</span> <span class=n>PM</span>           
<span class=n>7662</span> <span class=n>WordCount</span><span 
class=p>.</span><span class=n>java</span></code></pre></div></div></div><p>For 
a detailed introduction to the Beam concepts used in these examples, see t [...]
     mavenCentral()
     maven {
         url = 
uri(&#39;https://repository.apache.org/content/repositories/snapshots/&#39;)
@@ -207,7 +207,7 @@ untold: 1
 th: 1
 single: 4
 ...</code></pre></div></div><h2 id=next-steps>Next Steps</h2><ul><li>Learn 
more about the <a href=/documentation/sdks/java/>Beam SDK for Java</a>
-and look through the <a href=https://beam.apache.org/releases/javadoc>Java SDK 
API reference</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 href= [...]
+and look through the <a href=https://beam.apache.org/releases/javadoc>Java SDK 
API reference</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 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></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 59a4a08..3757107 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.32.0/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-09-01T19:25:22+02: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.32.0/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-09-01T19:25:22+02:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to