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 158e6fe13fe Publishing website 2022/11/08 22:15:48 at commit b9655e7
158e6fe13fe is described below

commit 158e6fe13fea830dd949aa664c132882324ea776
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Nov 8 22:15:49 2022 +0000

    Publishing website 2022/11/08 22:15:48 at commit b9655e7
---
 website/generated-content/blog/apache-hop-with-dataflow/index.html | 2 +-
 website/generated-content/blog/beam-2.42.0/index.html              | 4 +++-
 website/generated-content/blog/hop-web-cloud/index.html            | 2 +-
 website/generated-content/blog/index.xml                           | 3 +++
 website/generated-content/categories/blog/index.xml                | 3 +++
 website/generated-content/categories/release/index.xml             | 3 +++
 website/generated-content/feed.xml                                 | 3 +++
 website/generated-content/sitemap.xml                              | 2 +-
 8 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/blog/apache-hop-with-dataflow/index.html 
b/website/generated-content/blog/apache-hop-with-dataflow/index.html
index 65656f1a817..d9000a781e4 100644
--- a/website/generated-content/blog/apache-hop-with-dataflow/index.html
+++ b/website/generated-content/blog/apache-hop-with-dataflow/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="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog</p><p>2022/04/22</p></div><header class=post-header><h2 
itemprop="name headline">Running Apache Hop visual pipelines with Google Cloud 
Dataflow</h1><div class=post-info><span>Israel 
Herraiz</span></div></header><div class="arrow-list header-top-margi [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog</p><p>2022/04/22</p></div><header class=post-header><h2 
itemprop="name headline">Running Apache Hop visual pipelines with Google Cloud 
Dataflow</h1><div class=post-info><span>Israel Herraiz [<a 
href=https://twitter.com/herraiz>@herraiz</a>]</span></d [...]
 </code></pre><p>Now let&rsquo;s upload the sample data to the GCS bucket, to 
test how the pipeline would run in Dataflow. Go to the same directory where you 
have all the hop files (the same directory that <code>hop-gui.sh</code> is in), 
and let&rsquo;s copy the data to GCS:</p><pre><code> gsutil cp 
config/projects/samples/beam/input/customers-noheader-1k.txt 
gs://ihr-apache-hop-blog/data/
 </code></pre><p>Notice the final slash <code>/</code> in the path, indicating 
that you want to create a directory of name <code>data</code>, with all the 
contents.</p><p>To make sure that you have uploaded the data correctly, check 
the contents of that location:</p><pre><code>gsutil ls 
gs://ihr-apache-hop-blog/data/
 </code></pre><p>You should see the file <code>customer-noheader-1k.txt</code> 
in that location.</p><p>Before we continue, make sure that Dataflow is enabled 
in your project, and that you have a service account ready to be used with Hop. 
Please check the instructions given at the documentation of Dataflow, in the 
<em><a 
href=https://cloud.google.com/dataflow/docs/quickstarts/create-pipeline-java#before-you-begin>Before
 you begin section</a></em> to see how to enable the API for Dataflow.< [...]
diff --git a/website/generated-content/blog/beam-2.42.0/index.html 
b/website/generated-content/blog/beam-2.42.0/index.html
index fd67d6f974c..382f9352052 100644
--- a/website/generated-content/blog/beam-2.42.0/index.html
+++ b/website/generated-content/blog/beam-2.42.0/index.html
@@ -22,7 +22,9 @@ function 
blockScroll(){$("body").toggleClass("fixedPosition");}
 function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog & release
        </p><p>2022/10/17</p></div><header class=post-header><h2 itemprop="name 
headline">Apache Beam 2.42.0</h1><div class=post-info><span>Robert Burke [<a 
href=https://twitter.com/lostluck>@lostluck</a>]</span></div></header><div 
class="arrow-list header-top-margin" itemprop=articleBody><p>We are happy to 
present the new 2.42.0 release of Beam.
 This release includes both improvements and new functionality.
-See the <a href=/get-started/downloads/#2420-2022-10-17>download page</a> for 
this release.</p><p>For more information on changes in 2.42.0, check out the <a 
href="https://github.com/apache/beam/milestone/4?closed=1";>detailed release 
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Added support for 
stateful DoFns to the Go SDK.</li></ul><h2 id=new-features--improvements>New 
Features / Improvements</h2><ul><li>Added support for Zstd compression to the 
Python SDK.</li><li>Added supp [...]
+See the <a href=/get-started/downloads/#2420-2022-10-17>download page</a> for 
this release.</p><p>For more information on changes in 2.42.0, check out the <a 
href="https://github.com/apache/beam/milestone/4?closed=1";>detailed release 
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Added support for 
stateful DoFns to the Go SDK.</li><li>Added support for <a 
href=https://beam.apache.org/documentation/programming-guide/#batched-dofns>Batched
+DoFns</a>
+to the Python SDK.</li></ul><h2 id=new-features--improvements>New Features / 
Improvements</h2><ul><li>Added support for Zstd compression to the Python 
SDK.</li><li>Added support for Google Cloud Profiler to the Go 
SDK.</li><li>Added support for stateful DoFns to the Go SDK.</li></ul><h2 
id=breaking-changes>Breaking Changes</h2><ul><li>The Go SDK&rsquo;s Row Coder 
now uses a different single-precision float encoding for float32 types to match 
Java&rsquo;s behavior (<a href=https://github. [...]
 Ahmed Abualsaud
 Alexander Zhuravlev
 Alexey Inkin
diff --git a/website/generated-content/blog/hop-web-cloud/index.html 
b/website/generated-content/blog/hop-web-cloud/index.html
index fe7cee663f9..ac95623c692 100644
--- a/website/generated-content/blog/hop-web-cloud/index.html
+++ b/website/generated-content/blog/hop-web-cloud/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="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog</p><p>2022/10/15</p></div><header class=post-header><h2 
itemprop="name headline">Apache Hop web version with Cloud Dataflow</h1><div 
class=post-info><span>Israel Herraiz</span></div></header><div 
class="arrow-list header-top-margin" itemprop=articleB [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog</p><p>2022/10/15</p></div><header class=post-header><h2 
itemprop="name headline">Apache Hop web version with Cloud Dataflow</h1><div 
class=post-info><span>Israel Herraiz [<a 
href=https://twitter.com/herraiz>@herraiz</a>]</span></div></header><div cla 
[...]
 can run jobs in any Beam runner, such as Dataflow, Flink or Spark. <a 
href=https://beam.apache.org/blog/apache-hop-with-dataflow/>In a
 previous post</a>, we
 introduced the desktop version of Apache Hop. Hop also has a web environment,
diff --git a/website/generated-content/blog/index.xml 
b/website/generated-content/blog/index.xml
index 1212ecfd27c..10de51695ec 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -63,6 +63,9 @@ See the &lt;a 
href="/get-started/downloads/#2420-2022-10-17">download page&lt;/a
 &lt;h2 id="highlights">Highlights&lt;/h2>
 &lt;ul>
 &lt;li>Added support for stateful DoFns to the Go SDK.&lt;/li>
+&lt;li>Added support for &lt;a 
href="https://beam.apache.org/documentation/programming-guide/#batched-dofns";>Batched
+DoFns&lt;/a>
+to the Python SDK.&lt;/li>
 &lt;/ul>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/categories/blog/index.xml 
b/website/generated-content/categories/blog/index.xml
index 2ce837366fa..d2744330f5f 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -63,6 +63,9 @@ See the &lt;a 
href="/get-started/downloads/#2420-2022-10-17">download page&lt;/a
 &lt;h2 id="highlights">Highlights&lt;/h2>
 &lt;ul>
 &lt;li>Added support for stateful DoFns to the Go SDK.&lt;/li>
+&lt;li>Added support for &lt;a 
href="https://beam.apache.org/documentation/programming-guide/#batched-dofns";>Batched
+DoFns&lt;/a>
+to the Python SDK.&lt;/li>
 &lt;/ul>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/categories/release/index.xml 
b/website/generated-content/categories/release/index.xml
index 2d1b03ac5b7..10bfef71338 100644
--- a/website/generated-content/categories/release/index.xml
+++ b/website/generated-content/categories/release/index.xml
@@ -17,6 +17,9 @@ See the &lt;a 
href="/get-started/downloads/#2420-2022-10-17">download page&lt;/a
 &lt;h2 id="highlights">Highlights&lt;/h2>
 &lt;ul>
 &lt;li>Added support for stateful DoFns to the Go SDK.&lt;/li>
+&lt;li>Added support for &lt;a 
href="https://beam.apache.org/documentation/programming-guide/#batched-dofns";>Batched
+DoFns&lt;/a>
+to the Python SDK.&lt;/li>
 &lt;/ul>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/feed.xml 
b/website/generated-content/feed.xml
index ace6ae3dbde..2ebd819cd37 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -63,6 +63,9 @@ See the &lt;a 
href="/get-started/downloads/#2420-2022-10-17">download page&lt;/a
 &lt;h2 id="highlights">Highlights&lt;/h2>
 &lt;ul>
 &lt;li>Added support for stateful DoFns to the Go SDK.&lt;/li>
+&lt;li>Added support for &lt;a 
href="https://beam.apache.org/documentation/programming-guide/#batched-dofns";>Batched
+DoFns&lt;/a>
+to the Python SDK.&lt;/li>
 &lt;/ul>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 06b2f853b69..539e765f703 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-starter-projects/</loc><lastmod>2022-11-04T13:45:12-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-11-04T13:45:12-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-04T13:45:12-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-04T13:45:12-07:00</lastmod></url><url><l
 [...]
\ 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-starter-projects/</loc><lastmod>2022-11-04T13:45:12-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-11-08T12:18:23-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-08T12:18:23-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-08T12:18:23-08:00</lastmod></url><url><l
 [...]
\ No newline at end of file

Reply via email to