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 a29df04  deploy: b5d705caff4defe328794ca6e5a158784b2c1dde
a29df04 is described below

commit a29df04b65f7a9a1e95a39e110b96bc1e2abf2d2
Author: deniskuzZ <[email protected]>
AuthorDate: Fri Mar 29 18:35:26 2024 +0000

    deploy: b5d705caff4defe328794ca6e5a158784b2c1dde
---
 development/index.xml             |  4 ++--
 development/quickstart/index.html | 18 +++++++++---------
 index.xml                         |  4 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/development/index.xml b/development/index.xml
index f368585..5e910b7 100644
--- a/development/index.xml
+++ b/development/index.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Developments on Hive 
Site</title><link>https://hive.apache.org/development/</link><description>Recent
 content in Developments 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/development/index.xml"; rel="self" type=" [...]
-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
+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 
3.1.3 docker pull apache/hive:4.0.0
+STEP 2: Export the Hive version export HIVE_VERSION=4.0.0
 STEP 3: Launch the HiveServer2 with an embedded 
Metastore.</description></item><item><title>Getting 
Started</title><link>https://hive.apache.org/development/gettingstarted/</link><pubDate>Tue,
 10 Jan 2023 12:35:11 
+0530</pubDate><guid>https://hive.apache.org/development/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 alread [...]
 Getting Started With Apache Hive Software Check out the Getting Started Guide. 
Learn more About Hive&amp;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/development/versioncontrol/</link><pubDate>Wed,
 14 Sep 2022 00:34:39 +05 [...]
 Anonymous clone via http - https://github.com/apache/hive.git Authenticated 
clone via ssh - [email protected]:apache/hive.git Instructions: Apache committer 
git instructions</description></item></channel></rss>
\ No newline at end of file
diff --git a/development/quickstart/index.html 
b/development/quickstart/index.html
index 60c8b62..f288f12 100644
--- a/development/quickstart/index.html
+++ b/development/quickstart/index.html
@@ -126,15 +126,15 @@ ASF
 <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>.
 Here are the latest images:
 <ul>
-<li>4.0.0-beta-1</li>
+<li>4.0.0</li>
 <li>3.1.3</li>
 </ul>
 </li>
 </ul>
-<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 pull apache/hive:4.0.0-alpha-2
+<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 pull apache/hive:4.0.0
 </code></pre></div><p><code> </code></p>
 <h5 id=step-2-export-the-hive-version><strong>STEP 2: Export the Hive 
version</strong></h5>
-<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>export HIVE_VERSION<span 
style=color:#f92672>=</span>4.0.0-alpha-2
+<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>export HIVE_VERSION<span 
style=color:#f92672>=</span>4.0.0
 </code></pre></div><p><code> </code></p>
 <h5 id=step-3--launch-the-hiveserver2-with-an-embedded-metastore><strong>STEP 
3: Launch the HiveServer2 with an embedded Metastore.</strong></h5>
 <p>This is lightweight and for a quick setup, it uses Derby as metastore 
db.</p>
@@ -161,17 +161,17 @@ The <a 
href=https://github.com/apache/hive/blob/master/packaging/src/docker/buil
 -hive &lt;hive version&gt; 
 </code></pre></div><p>If the version is not provided, it will read the version 
from current <code>pom.xml</code>:
 <code>project.version</code>, <code>hadoop.version</code> and 
<code>tez.version</code> for Hive, Hadoop and Tez respectively.
-For example, the following command uses Hive 4.0.0-alpha-2, Hadoop 
<code>hadoop.version</code> and Tez <code>tez.version</code> to build the 
image,</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>./build.sh -hive 4.0.0-alpha-2
+For example, the following command uses Hive 4.0.0, Hadoop 
<code>hadoop.version</code> and Tez <code>tez.version</code> to build the 
image,</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>./build.sh -hive 4.0.0
 </code></pre></div><p>If the command does not specify the Hive version, it 
will use the local <code>apache-hive-${project.version}-bin.tar.gz</code>(will 
trigger a build if it doesn&rsquo;t exist),
-together with Hadoop 3.1.0 and Tez 0.10.1 to build the image,</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>./build.sh -hadoop 3.1.0 -tez 0.10.1
+together with Hadoop 3.3.6 and Tez 0.10.3 to build the image,</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>./build.sh -hadoop 3.3.6 -tez 0.10.3
 </code></pre></div><p>After building successfully, we can get a Docker image 
named <code>apache/hive</code> by default, the image is tagged by the provided 
Hive version.</p>
 <h3 id=run-services>Run services</h3>
 <hr>
 <p>Before going further, we should define the environment variable 
<code>HIVE_VERSION</code> first.
-For example, if <code>-hive 4.0.0-alpha-2</code> is specified to build the 
image,</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>export HIVE_VERSION<span 
style=color:#f92672>=</span>4.0.0-alpha-2
+For example, if <code>-hive 4.0.0</code> is specified to build the image,</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>export HIVE_VERSION<span 
style=color:#f92672>=</span>4.0.0
 </code></pre></div><p>or assuming that you&rsquo;re relying on current 
<code>project.version</code> from pom.xml,</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>export HIVE_VERSION<span 
style=color:#f92672>=</span><span style=color:#66d9ef>$(</span>mvn -f pom.xml 
-q help:evaluate -Dexpression<span style=color:#f92672>=</span>project.version 
-DforceStdout<span style=color:#66d9ef>)</span>
 </code></pre></div><p><code> </code></p>
diff --git a/index.xml b/index.xml
index b61dd71..64cb6f7 100644
--- a/index.xml
+++ b/index.xml
@@ -1,6 +1,6 @@
 <?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. 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
+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 
3.1.3 docker pull apache/hive:4.0.0
+STEP 2: Export the Hive version export HIVE_VERSION=4.0.0
 STEP 3: Launch the HiveServer2 with an embedded 
Metastore.</description></item><item><title>Getting 
Started</title><link>https://hive.apache.org/development/gettingstarted/</link><pubDate>Tue,
 10 Jan 2023 12:35:11 
+0530</pubDate><guid>https://hive.apache.org/development/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 alread [...]
 Getting Started With Apache Hive Software Check out the Getting Started Guide. 
Learn more About Hive&amp;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 + [...]
 Old releases may be downloaded from Apache mirrors:

Reply via email to