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/hive-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7ec572e deploy: 98ed2b39550e3fd83175aff45af81b29dccb39b7
7ec572e is described below
commit 7ec572ecfc960c12c4e14e375fdd83663321cbbf
Author: dengzhhu653 <[email protected]>
AuthorDate: Fri Jan 19 05:51:57 2024 +0000
deploy: 98ed2b39550e3fd83175aff45af81b29dccb39b7
---
developement/index.xml | 2 +-
developement/quickstart/index.html | 12 +++++-------
index.xml | 2 +-
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/developement/index.xml b/developement/index.xml
index 22124c5..26a9fca 100644
--- a/developement/index.xml
+++ b/developement/index.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developements on Hive
Site</title><link>https://hive.apache.org/developement/</link><description>Recent
content in Developements on Hive Site</description><generator>Hugo --
gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 12 May 2023
17:51:06 +0530</lastBuildDate><atom:link
href="https://hive.apache.org/developement/index.xml" rel="self" ty [...]
-Quickstart STEP 1: Pull the image Pull the image from DockerHub:
https://hub.docker.com/r/apache/hive/tags. Currently, there are 3 images
released: 4.0.0-alpha-2 4.0.0-alpha-1 3.1.3 docker pull
apache/hive:4.0.0-alpha-2
+Quickstart STEP 1: Pull the image Pull the image from DockerHub:
https://hub.docker.com/r/apache/hive/tags. Here are the latest images:
4.0.0-beta-1 3.1.3 docker pull apache/hive:4.0.0-alpha-2
STEP 2: Export the Hive version export HIVE_VERSION=4.0.0-alpha-2
STEP 3: Launch the HiveServer2 with an embedded
Metastore.</description></item><item><title>Getting
Started</title><link>https://hive.apache.org/developement/gettingstarted/</link><pubDate>Tue,
10 Jan 2023 12:35:11
+0530</pubDate><guid>https://hive.apache.org/developement/gettingstarted/</guid><description>The
Apache Hive ™ data warehouse software facilitates reading, writing, and
managing large datasets residing in distributed storage using SQL. Structure
can be projected onto data alre [...]
Getting Started With Apache Hive Software Check out the Getting Started Guide.
Learn more About Hive&rsquo;s Functionality. Read the Getting Started Guide
to learn how to install Hive The User and Hive SQL documentation shows how to
program Hive Quick start with Docker Checkout the quickstart with Docker here:
DOCKER_QUICKSTART</description></item><item><title>Version
Control</title><link>https://hive.apache.org/developement/versioncontrol/</link><pubDate>Wed,
14 Sep 2022 00:34:39 +0 [...]
diff --git a/developement/quickstart/index.html
b/developement/quickstart/index.html
index c531d88..15de70a 100644
--- a/developement/quickstart/index.html
+++ b/developement/quickstart/index.html
@@ -119,10 +119,9 @@ ASF
<hr>
<h5 id=step-1-pull-the-image><strong>STEP 1: Pull the image</strong></h5>
<ul>
-<li>Pull the image from DockerHub: <a
href=https://hub.docker.com/r/apache/hive/tags>https://hub.docker.com/r/apache/hive/tags</a>.
Currently, there are 3 images released:
+<li>Pull the image from DockerHub: <a
href=https://hub.docker.com/r/apache/hive/tags>https://hub.docker.com/r/apache/hive/tags</a>.
Here are the latest images:
<ul>
-<li>4.0.0-alpha-2</li>
-<li>4.0.0-alpha-1</li>
+<li>4.0.0-beta-1</li>
<li>3.1.3</li>
</ul>
</li>
@@ -185,8 +184,8 @@ For example, if <code>-hive 4.0.0-alpha-2</code> is
specified to build the image
</span><span style=color:#ae81ff></span> -v /opt/hive/conf:/hive_custom_conf
--env HIVE_CUSTOM_CONF_DIR<span style=color:#f92672>=</span>/hive_custom_conf
<span style=color:#ae81ff>\
</span><span style=color:#ae81ff></span> --mount type<span
style=color:#f92672>=</span>bind,source<span style=color:#f92672>=</span><span
style=color:#e6db74>`</span>mvn help:evaluate -Dexpression<span
style=color:#f92672>=</span>settings.localRepository -q -DforceStdout<span
style=color:#e6db74>`</span>/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar,target<span
style=color:#f92672>=</span>/opt/hive/lib/postgres.jar <span
style=color:#ae81ff>\
</span><span style=color:#ae81ff></span> --name metastore apache/hive:<span
style=color:#e6db74>${</span>HIVE_VERSION<span style=color:#e6db74>}</span>
-</code></pre></div><p>For Hive releases before 4.0, if you want to upgrade the
existing external Metastore schema to the target version, then add –env
SCHEMA_COMMAND=upgradeSchema to the command.
-To skip schematool initialisation or upgrade for metastore use –env
IS_RESUME=“true”, and for verbose logging set –env
VERBOSE=“true”.</p>
+</code></pre></div><p>For Hive releases before 4.0, if you want to upgrade the
existing external Metastore schema to the target version, then add <code>--env
SCHEMA_COMMAND=upgradeSchema</code> to the command.
+To skip schematool initialisation or upgrade for metastore use <code>--env
IS_RESUME="true"</code>, for verbose logging set <code>--env
VERBOSE="true"</code>.</p>
<p><code> </code></p>
<h5 id=--hiveserver2><strong>- HiveServer2</strong></h5>
<p>Launch the HiveServer2 with an embedded Metastore,</p>
@@ -211,8 +210,7 @@ specify the <code>POSTGRES_LOCAL_PATH</code> first:</p>
<div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell>mvn dependency:copy -Dartifact<span
style=color:#f92672>=</span><span
style=color:#e6db74>"org.postgresql:postgresql:42.5.1"</span> <span
style=color:#f92672>&&</span> <span style=color:#ae81ff>\
</span><span style=color:#ae81ff></span>export POSTGRES_LOCAL_PATH<span
style=color:#f92672>=</span><span style=color:#e6db74>`</span>mvn help:evaluate
-Dexpression<span style=color:#f92672>=</span>settings.localRepository -q
-DforceStdout<span
style=color:#e6db74>`</span>/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar
</code></pre></div><p>If you don’t install maven or have problem in
resolving the postgres driver, you can always download this jar yourself,
-change the <code>POSTGRES_LOCAL_PATH</code> to the path of the downloaded
jar.</p>
-<p>Then,</p>
+change the <code>POSTGRES_LOCAL_PATH</code> to the path of the downloaded jar.
Then,</p>
<div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell>docker compose up -d
</code></pre></div><p>HiveServer2, Metastore and Postgres services will be
started as a consequence. Volumes are used to persist data generated by Hive
inside Postgres and HiveServer2 containers:</p>
<ul>
diff --git a/index.xml b/index.xml
index ee42ecc..4dcf7b1 100644
--- a/index.xml
+++ b/index.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Apache Hive on Hive
Site</title><link>https://hive.apache.org/</link><description>Recent content in
Apache Hive on Hive Site</description><generator>Hugo --
gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 27 Jan 2023
19:16:15 +0530</lastBuildDate><atom:link
href="https://hive.apache.org/index.xml" rel="self"
type="application/rss+xml"/><ite [...]
-Quickstart STEP 1: Pull the image Pull the image from DockerHub:
https://hub.docker.com/r/apache/hive/tags. Currently, there are 3 images
released: 4.0.0-alpha-2 4.0.0-alpha-1 3.1.3 docker pull
apache/hive:4.0.0-alpha-2
+Quickstart STEP 1: Pull the image Pull the image from DockerHub:
https://hub.docker.com/r/apache/hive/tags. Here are the latest images:
4.0.0-beta-1 3.1.3 docker pull apache/hive:4.0.0-alpha-2
STEP 2: Export the Hive version export HIVE_VERSION=4.0.0-alpha-2
STEP 3: Launch the HiveServer2 with an embedded
Metastore.</description></item><item><title>Getting
Started</title><link>https://hive.apache.org/developement/gettingstarted/</link><pubDate>Tue,
10 Jan 2023 12:35:11
+0530</pubDate><guid>https://hive.apache.org/developement/gettingstarted/</guid><description>The
Apache Hive ™ data warehouse software facilitates reading, writing, and
managing large datasets residing in distributed storage using SQL. Structure
can be projected onto data alre [...]
Getting Started With Apache Hive Software Check out the Getting Started Guide.
Learn more About Hive&rsquo;s Functionality. Read the Getting Started Guide
to learn how to install Hive The User and Hive SQL documentation shows how to
program Hive Quick start with Docker Checkout the quickstart with Docker here:
DOCKER_QUICKSTART</description></item><item><title>Hcatalog
Downloads</title><link>https://hive.apache.org/general/hcatalogdownloads/</link><pubDate>Sat,
03 Dec 2022 20:28:28 + [...]