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

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


The following commit(s) were added to refs/heads/main by this push:
     new a53adb1  HIVE-28558: Drop HCatalog download page from the website 
(Stamatis Zampetakis reviewed by Attila Turoczy)
a53adb1 is described below

commit a53adb13ae572b1a2adb422824a7e01b6af4d416
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Oct 4 11:06:46 2024 +0200

    HIVE-28558: Drop HCatalog download page from the website (Stamatis 
Zampetakis reviewed by Attila Turoczy)
    
    The HCatalog download page 
(https://hive.apache.org/general/hcatalogdownloads/) is mostly there for 
historical reasons. It was probably useful back in 2013 to inform users about 
the merge of HCatalog in Hive but for the past 10 years we have been releasing 
HCatalog as part of Hive so anyone who is using that module does not need to 
visit that obsolete page.
    
    Moreover, the presence of the HCatalog download page adds an additional 
level of indirection for users that want to download recent Hive releases.
    
    Close apache/hive-site#17
---
 config.toml                            |  1 -
 content/general/hcatalogDownloads.md   | 44 ----------------------------------
 themes/hive/layouts/partials/menu.html | 10 ++------
 3 files changed, 2 insertions(+), 53 deletions(-)

diff --git a/config.toml b/config.toml
index 9eeaacc..88b8ab4 100644
--- a/config.toml
+++ b/config.toml
@@ -27,7 +27,6 @@ theme = 'hive'
 
 [params.navbar]
     release = "/general/downloads"
-    hcatalog = "/general/hcatalogdownloads/"
     javaDocs = "/docs/javadocs/"
     languageManual = 
"https://cwiki.apache.org/confluence/display/Hive/LanguageManual";
     wiki = "https://cwiki.apache.org/confluence/display/Hive/";
diff --git a/content/general/hcatalogDownloads.md 
b/content/general/hcatalogDownloads.md
deleted file mode 100644
index dee87fd..0000000
--- a/content/general/hcatalogDownloads.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "Hcatalog Downloads"
-date: 2022-12-03T20:28:28+05:30
-draft: false
----
-
-<!---
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License. -->
-
-## HCatalog Merged With Hive
----
-Following HCatalog's merge with Hive (in March of 2013) HCatalog is now 
released as part of Hive. Older versions of HCatalog can still be separately 
downloaded.
-
-Old releases may be downloaded from Apache mirrors:
-
-__[Download an old release now!][HCAT_DL]__
-
-## News
----
-* ### 14 Feb, 2013: release 0.5.0 available
-  This release introduces webhcat (a web services API to HCatalog), artifacts 
published in the maven central repository, and many improvements and bug fixes. 
Release Notes are available at the download site.
-
-* ### 16 May, 2012: release 0.4.0 available
-  This release adds support for reading and writing from Hive, switches 
HCatalog to use Hive's SerDe interface instead of HCatalog specific 
StorageDescriptors, and adds experimental support for HBase. Release Notes are 
available at the download site
-
-* ### 02 Oct, 2011: release 0.2.0 available
-  This is a first release of Apache HCatalog. Release Notes are available at 
the download site
-
-[HCAT_DL]: http://www.apache.org/dyn/closer.cgi/incubator/hcatalog/
diff --git a/themes/hive/layouts/partials/menu.html 
b/themes/hive/layouts/partials/menu.html
index 1169dfd..b6f20c4 100644
--- a/themes/hive/layouts/partials/menu.html
+++ b/themes/hive/layouts/partials/menu.html
@@ -28,17 +28,11 @@
                 <ul class="navbar-nav me-auto mb-2 mb-lg-0">
 
                     <li class="nav-item dropdown">
-                        <a class="nav-link dropdown-toggle" href="/Release" 
id="navbarDropdown" role="button" data-bs-toggle="dropdown" 
aria-expanded="false">
-                            Release
+                        <a class="nav-link" href="{{ 
.Site.Params.navbar.release }}" id="navbarDropdown" role="button" 
aria-expanded="false">
+                            Releases
                         </a>
-                        <ul class="dropdown-menu" 
aria-labelledby="navbarDropdown">
-                            <li><a class="dropdown-item" 
href="{{.Site.BaseURL}}{{ .Site.Params.navbar.release }}">Release</a></li>
-                            <li><a class="dropdown-item" 
href="{{.Site.BaseURL}}{{ .Site.Params.navbar.hcatalog }}">Hcatalog</a></li>
-
-                        </ul>
                     </li>
 
-
                     <li class="nav-item dropdown">
                         <a class="nav-link dropdown-toggle" href="/Document" 
id="navbarDropdown" role="button" data-bs-toggle="dropdown" 
aria-expanded="false">
                             Documentation

Reply via email to