This is an automated email from the ASF dual-hosted git repository.
github-bot 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 ce6bf803d08 Publishing website 2023/10/19 23:39:42 at commit 7632d48
ce6bf803d08 is described below
commit ce6bf803d0829a8ab43985b7fb6ffe58addd5231
Author: runner <runner@main-runner-7ssrv-mk7pn>
AuthorDate: Thu Oct 19 23:39:43 2023 +0000
Publishing website 2023/10/19 23:39:42 at commit 7632d48
---
website/generated-content/get-started/index.xml | 12 ++++++------
.../generated-content/get-started/quickstart-go/index.html | 10 +++++-----
website/generated-content/sitemap.xml | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/website/generated-content/get-started/index.xml
b/website/generated-content/get-started/index.xml
index 2f48348c8ea..60b2520098b 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -1240,7 +1240,7 @@ limitations under the License.
<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 tabindex="0"><code>$ go version</code></pre>
+<pre tabindex="0"><code>go version</code></pre>
</div>
</div>
<p>If you are unfamiliar with Go, see the <a
href="https://go.dev/doc/tutorial/getting-started">Get Started With Go
Tutorial</a>.</p>
@@ -1255,8 +1255,8 @@ required arguments described in the examples.</p>
<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 tabindex="0"><code class="language-direct" data-lang="direct">$ go
run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
&#34;gs://apache-beam-samples/shakespeare/kinglear.txt&#34; --output
counts
-$ less counts</code></pre>
+<pre tabindex="0"><code class="language-direct" data-lang="direct">go
run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
&#34;gs://apache-beam-samples/shakespeare/kinglear.txt&#34; --output
counts
+less counts</code></pre>
</div>
</div>
<div class='runner-dataflow snippet'>
@@ -1264,7 +1264,7 @@ $ less counts</code></pre>
<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 tabindex="0"><code class="language-dataflow" data-lang="dataflow">$
go run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
gs://dataflow-samples/shakespeare/kinglear.txt \
+<pre tabindex="0"><code class="language-dataflow"
data-lang="dataflow">go run
github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
gs://dataflow-samples/shakespeare/kinglear.txt \
--output gs://&lt;your-gcs-bucket&gt;/counts \
--runner dataflow \
--project your-gcp-project \
@@ -1280,9 +1280,9 @@ $ less counts</code></pre>
</a>
<pre tabindex="0"><code class="language-spark" data-lang="spark"># Build
and run the Spark job server from Beam source.
# -PsparkMasterUrl is optional. If it is unset the job will be run inside an
embedded Spark cluster.
-$ ./gradlew :runners:spark:3:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
+./gradlew :runners:spark:3:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
# In a separate terminal, run:
-$ go run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
&lt;PATH_TO_INPUT_FILE&gt; \
+go run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
&lt;PATH_TO_INPUT_FILE&gt; \
--output counts \
--runner spark \
--endpoint localhost:8099</code></pre>
diff --git a/website/generated-content/get-started/quickstart-go/index.html
b/website/generated-content/get-started/quickstart-go/index.html
index 288518dccdc..07ee65858f2 100644
--- a/website/generated-content/get-started/quickstart-go/index.html
+++ b/website/generated-content/get-started/quickstart-go/index.html
@@ -36,11 +36,11 @@
<img class=banner-img-mobile
src=/images/banners/tour-of-beam/tour-of-beam-mobile.png alt="Start Tour of
Beam"></a></div><div class=swiper-slide><a
href=https://beam.apache.org/documentation/ml/overview/><img
class=banner-img-desktop
src=/images/banners/machine-learning/machine-learning-desktop.jpg alt="Machine
Learning">
<img class=banner-img-mobile
src=/images/banners/machine-learning/machine-learning-mobile.jpg alt="Machine
Learning"></a></div></div><div class=swiper-pagination></div></div><script
src=/js/swiper-bundle.min.min.e0e8f81b0b15728d35ff73c07f42ddbb17a108d6f23df4953cb3e60df7ade675.js></script>
<script
src=/js/sliders/top-banners.min.91104c476b3d8123ebee5ed9a8168556ec546abb698549551b38a0cee187ee1c.js></script>
-<script>function showSearch(){addPlaceholder();var
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
addPlaceholder(){$("input:text").attr("placeholder","What are you looking
for?")}function endSearch(){var
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
blockScroll(){$("body").toggleClass(" [...]
+<script>function showSearch(){addPlaceholder();var
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
addPlaceholder(){$("input:text").attr("placeholder","What are you looking
for?")}function endSearch(){var
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
blockScroll(){$("body").toggleClass(" [...]
<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 tabindex=0><code class=language-direct
data-lang=direct>$ go run
github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
"gs://apache-beam-samples/shakespear [...]
-$ less counts</code></pre></div></div><div class='runner-dataflow
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 tabindex=0><code class=language-dataflow
data-lang=dataflow>$ go run
github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
gs://dataflow-samples/shakespeare/kinglear.txt \
+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 tabindex=0><code class=language-direct
data-lang=direct>go run
github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
"gs://apache-beam-samples/shakespeare/ [...]
+less counts</code></pre></div></div><div class='runner-dataflow 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 tabindex=0><code class=language-dataflow
data-lang=dataflow>go run
github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
gs://dataflow-samples/shakespeare/kinglear.txt \
--output gs://<your-gcs-bucket>/counts \
--runner dataflow \
--project your-gcp-project \
@@ -48,10 +48,10 @@ $ less counts</code></pre></div></div><div
class='runner-dataflow snippet'><div
--temp_location gs://<your-gcs-bucket>/tmp/ \
--staging_location
gs://<your-gcs-bucket>/binaries/</code></pre></div></div><div
class='runner-spark 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
tabindex=0><code class=language-spark data-lang=spark># Build and run the Spark
job server from Beam source.
# -PsparkMasterUrl is optional. If it is unset the job will be run inside an
embedded Spark cluster.
-$ ./gradlew :runners:spark:3:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
+./gradlew :runners:spark:3:job-server:runShadow
-PsparkMasterUrl=spark://localhost:7077
# In a separate terminal, run:
-$ go run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
<PATH_TO_INPUT_FILE> \
+go run github.com/apache/beam/sdks/v2/go/examples/wordcount@latest --input
<PATH_TO_INPUT_FILE> \
--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>
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index 99165d15495..feee36a7f88 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.51.0/</loc><lastmod>2023-10-19T11:50:15-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2023-10-19T11:50:15-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-10-19T11:50:15-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-10-19T11:50:15-04:00</lastmod></url><url><loc>/catego
[...]
\ 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.51.0/</loc><lastmod>2023-10-19T18:42:58-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2023-10-19T18:42:58-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-10-19T18:42:58-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-10-19T18:42:58-04:00</lastmod></url><url><loc>/catego
[...]
\ No newline at end of file