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 3c2019e Publishing website 2021/09/14 06:01:33 at commit 92aebe4
3c2019e is described below
commit 3c2019e420efe9a0fe675a4c64a4989f4cc3fad8
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 14 06:01:34 2021 +0000
Publishing website 2021/09/14 06:01:33 at commit 92aebe4
---
website/generated-content/documentation/index.xml | 5 +++--
.../generated-content/documentation/io/built-in/hcatalog/index.html | 6 +++---
website/generated-content/sitemap.xml | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/website/generated-content/documentation/index.xml
b/website/generated-content/documentation/index.xml
index f6c5d53..71b8878 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -1616,7 +1616,8 @@ limitations under the License.
<p>To configure an <code>HCatalog</code> sink, you must specify a
metastore URI and a table name. Other
optional parameters are database, partition and batchsize.
The destination table should exist beforehand as the transform will not create
a new table if missing.</p>
-<p>For example:
+<p>For example:</p>
+<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">
@@ -1634,7 +1635,6 @@ The destination table should exist beforehand as the
transform will not create a
</span><span class="c1"></span> <span
class="o">.</span><span class="na">withBatchSize</span><span
class="o">(</span><span class="n">1024L</span><span
class="o">))</span> <span class="o">//</span><span
class="n">optional</span><span class="o">,</span> <span
class="n">assumes</span> <span class="n">a</span> <span
class="k">default</span> <span class="n">batch</span> <span
class="n">size</span> <span [...]
</div>
</div>
-</p>
<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">
@@ -1643,6 +1643,7 @@ The destination table should exist beforehand as the
transform will not create a
<div class="highlight"><pre class="chroma"><code class="language-py"
data-lang="py"> <span class="c1"># The Beam SDK for Python does not support
HCatalogIO.</span></code></pre></div>
</div>
</div>
+</p>
<h3 id="using-older-versions-of-hcatalog-1x">Using older versions of
HCatalog (1.x)</h3>
<p><code>HCatalogIO</code> is built for Apache HCatalog versions 2
and up and will not work out of the box for older versions of HCatalog.
The following illustrates a workaround to work with Hive 1.1.</p>
diff --git
a/website/generated-content/documentation/io/built-in/hcatalog/index.html
b/website/generated-content/documentation/io/built-in/hcatalog/index.html
index 205b6d3..6bbd5c0 100644
--- a/website/generated-content/documentation/io/built-in/hcatalog/index.html
+++ b/website/generated-content/documentation/io/built-in/hcatalog/index.html
@@ -27,7 +27,7 @@ function
openMenu(){addPlaceholder();blockScroll();}</script><div class="clearfi
</span><span class=c1></span> <span class=o>.</span><span
class=na>withTable</span><span class=o>(</span><span
class=s>"employee"</span><span class=o>)</span>
<span class=o>.</span><span class=na>withFilter</span><span
class=o>(</span><span class=n>filterString</span><span class=o>))</span> <span
class=o>//</span><span class=n>optional</span><span class=o>,</span> <span
class=n>may</span> <span class=n>be</span> <span class=n>specified</span> <span
class=k>if</span> <span class=n>the</span> <span class=n>table</span> <span
class=n>is</span> <span
class=n>partitioned</span></code></pre></div></div></div><div
class="language-py snippet"><div c [...]
optional parameters are database, partition and batchsize.
-The destination table should exist beforehand as the transform will not create
a new table if missing.</p><p>For example:<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>Map</span><span
class=o><</span><span class=n>String</span><span [...]
+The destination table should exist beforehand as the transform will not create
a new table if missing.</p><p>For example:</p><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>Map</span><span
class=o><</span><span class=n>String</spa [...]
<span class=n>configProperties</span><span class=o>.</span><span
class=na>put</span><span class=o>(</span><span
class=s>"hive.metastore.uris"</span><span class=o>,</span><span
class=s>"thrift://metastore-host:port"</span><span class=o>);</span>
<span class=n>pipeline</span>
@@ -37,7 +37,7 @@ The destination table should exist beforehand as the
transform will not create a
<span class=o>.</span><span class=na>withDatabase</span><span
class=o>(</span><span class=s>"default"</span><span class=o>)</span>
<span class=c1>//optional, assumes default if none specified
</span><span class=c1></span> <span class=o>.</span><span
class=na>withTable</span><span class=o>(</span><span
class=s>"employee"</span><span class=o>)</span>
<span class=o>.</span><span class=na>withPartition</span><span
class=o>(</span><span class=n>partitionValues</span><span class=o>)</span>
<span class=c1>//optional, may be specified if the table is partitioned
-</span><span class=c1></span> <span class=o>.</span><span
class=na>withBatchSize</span><span class=o>(</span><span
class=n>1024L</span><span class=o>))</span> <span class=o>//</span><span
class=n>optional</span><span class=o>,</span> <span class=n>assumes</span>
<span class=n>a</span> <span class=k>default</span> <span class=n>batch</span>
<span class=n>size</span> <span class=n>of</span> <span class=n>1024</span>
<span class=k>if</span> <span class=n>none</span> <span class=n>specifi [...]
+</span><span class=c1></span> <span class=o>.</span><span
class=na>withBatchSize</span><span class=o>(</span><span
class=n>1024L</span><span class=o>))</span> <span class=o>//</span><span
class=n>optional</span><span class=o>,</span> <span class=n>assumes</span>
<span class=n>a</span> <span class=k>default</span> <span class=n>batch</span>
<span class=n>size</span> <span class=n>of</span> <span class=n>1024</span>
<span class=k>if</span> <span class=n>none</span> <span class=n>specifi [...]
The following illustrates a workaround to work with Hive 1.1.</p><p>Include
the following Hive 1.2 jars in the über jar you build.
The 1.2 jars provide the necessary methods for Beam while remain compatible
with Hive 1.1.</p><pre><code><dependency>
<groupId>org.apache.beam</groupId>
@@ -113,7 +113,7 @@ The 1.2 jars provide the necessary methods for Beam while
remain compatible with
</executions>
</plugin>
</code></pre><p>This has been testing to read SequenceFile and ORCFile file
backed tables running with
-Beam 2.4.0 on Spark 2.3 / YARN in a Cloudera CDH 5.12.2 managed
environment.</p><div class=feedback><p class=update>Last updated on
2020/08/14</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!</p><button class=load-button><a
href="mailto:[email protected]?subject=Beam Website Feedback">SEND
FEEDBACK</a></button></div></div></div><footer class=footer><div class=footer
[...]
+Beam 2.4.0 on Spark 2.3 / YARN in a Cloudera CDH 5.12.2 managed
environment.</p><div class=feedback><p class=update>Last updated on
2021/09/10</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!</p><button class=load-button><a
href="mailto:[email protected]?subject=Beam Website Feedback">SEND
FEEDBACK</a></button></div></div></div><footer class=footer><div class=footer
[...]
<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 99f0c38..59a4a08 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