This is an automated email from the ASF dual-hosted git repository.

dkuzmenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git

commit b5d705caff4defe328794ca6e5a158784b2c1dde
Author: Denys Kuzmenko <[email protected]>
AuthorDate: Fri Mar 29 19:01:45 2024 +0100

    Apache Hive 4.0.0 release
---
 content/Development/quickStart.md | 18 +++++++++---------
 content/docs/javadocs.md          |  5 +++--
 content/general/downloads.md      |  5 +++++
 3 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/content/Development/quickStart.md 
b/content/Development/quickStart.md
index 350b376..7428296 100644
--- a/content/Development/quickStart.md
+++ b/content/Development/quickStart.md
@@ -17,15 +17,15 @@ Run Apache Hive inside docker container in 
pseudo-distributed mode, inorder to p
 ##### **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
+  - 4.0.0
   - 3.1.3
 ```shell
-docker pull apache/hive:4.0.0-alpha-2
+docker pull apache/hive:4.0.0
 ```
 ` `
 ##### **STEP 2: Export the Hive version**
 ```shell
-export HIVE_VERSION=4.0.0-alpha-2
+export HIVE_VERSION=4.0.0
 ```
 ` `
 ##### **STEP 3:  Launch the HiveServer2 with an embedded Metastore.**
@@ -69,23 +69,23 @@ There are some arguments to specify the component version:
 ```
 If the version is not provided, it will read the version from current 
`pom.xml`:
 `project.version`, `hadoop.version` and `tez.version` for Hive, Hadoop and Tez 
respectively.
-For example, the following command uses Hive 4.0.0-alpha-2, Hadoop 
`hadoop.version` and Tez `tez.version` to build the image,
+For example, the following command uses Hive 4.0.0, Hadoop `hadoop.version` 
and Tez `tez.version` to build the image,
 ```shell
-./build.sh -hive 4.0.0-alpha-2
+./build.sh -hive 4.0.0
 ```
 If the command does not specify the Hive version, it will use the local 
`apache-hive-${project.version}-bin.tar.gz`(will trigger a build if it doesn't 
exist),
-together with Hadoop 3.1.0 and Tez 0.10.1 to build the image,
+together with Hadoop 3.3.6 and Tez 0.10.3 to build the image,
 ```shell
-./build.sh -hadoop 3.1.0 -tez 0.10.1
+./build.sh -hadoop 3.3.6 -tez 0.10.3
 ```
 After building successfully,  we can get a Docker image named `apache/hive` by 
default, the image is tagged by the provided Hive version.
 
 ### Run services
 ---
 Before going further, we should define the environment variable `HIVE_VERSION` 
first.
-For example, if `-hive 4.0.0-alpha-2` is specified to build the image,
+For example, if `-hive 4.0.0` is specified to build the image,
 ```shell
-export HIVE_VERSION=4.0.0-alpha-2
+export HIVE_VERSION=4.0.0
 ```
 or assuming that you're relying on current `project.version` from pom.xml,
 ```shell
diff --git a/content/docs/javadocs.md b/content/docs/javadocs.md
index d89bfbb..d6e5c99 100644
--- a/content/docs/javadocs.md
+++ b/content/docs/javadocs.md
@@ -26,8 +26,9 @@ aliases: [/javadoc.html]
 ## Recent versions:
 ---
 #### javadoc and sources jars for use in an IDE are also available via 
[Nexus](https://repository.apache.org/index.html#nexus-search;gav~org.apache.hive~~~~)
-* [Hive 4.0.0-beta-1 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs//r4.0.0-beta-1/api/index.html)
-* [Hive 4.0.0-alpha-2 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs//r4.0.0-alpha-2/api/index.html)
+* [Hive 4.0.0 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r4.0.0/api/index.html)
+* [Hive 4.0.0-beta-1 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r4.0.0-beta-1/api/index.html)
+* [Hive 4.0.0-alpha-2 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r4.0.0-alpha-2/api/index.html)
 * [Hive 3.1.3 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.3/api/index.html)
 * [Hive 4.0.0-alpha-1 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r4.0.0-alpha-1/api/index.html)
 * [Hive 3.1.2 
Javadocs](https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r3.1.2/api/index.html)
diff --git a/content/general/downloads.md b/content/general/downloads.md
index 8973148..0c0e019 100644
--- a/content/general/downloads.md
+++ b/content/general/downloads.md
@@ -33,6 +33,10 @@ directory.
 
 ## News
 ---
+* #### 29 March 2024: release 4.0.0 available
+    * This release works with Hadoop 3.3.6, Tez 0.10.3
+    * You can look at the complete [JIRA change log for this 
release][HIVE_4_0_0_CL].
+
 * #### 14 August 2023: release 4.0.0-beta-1 available
     * This release works with Hadoop 3.3.1
     * You can look at the complete [JIRA change log for this 
release][HIVE_4_0_0_B_1_CL].
@@ -195,6 +199,7 @@ Hive users for these two versions are encouraged to upgrade.
   * You can look at the complete [JIRA change log for this 
release][HIVE_10_CL].
 
 [HIVE_DL]: http://www.apache.org/dyn/closer.cgi/hive/
+[HIVE_4_0_0_CL]:https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12343343&styleName=Text&projectId=12310843
 [HIVE_4_0_0_B_1_CL]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353351&styleName=Text&projectId=12310843
 [HIVE_4_0_0_A_2_CL]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351489&styleName=Html&projectId=12310843
 [HIVE_3_1_3_CL]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346277&styleName=Html&projectId=12310843

Reply via email to