This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/hive-site.git
commit 2f6f43cd8421a630b30a97b248501eb37c437b83 Author: Denys Kuzmenko <[email protected]> AuthorDate: Fri Mar 29 19:01:45 2024 +0100 Apache Hive 4.0.0 release --- content/docs/javadocs.md | 5 +++-- content/general/downloads.md | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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
