This is an automated email from the ASF dual-hosted git repository.
dengzh 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 b8f8d28 Update the incorrect name of HiveServer2 on the homepage (#39)
b8f8d28 is described below
commit b8f8d2884591873eb37b3a9b1a8a4b4ec684d2db
Author: Ling Hengqian <[email protected]>
AuthorDate: Sat Feb 8 17:41:49 2025 +0800
Update the incorrect name of HiveServer2 on the homepage (#39)
---
themes/hive/layouts/partials/features.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/hive/layouts/partials/features.html
b/themes/hive/layouts/partials/features.html
index 8938cb9..fe7e4fc 100644
--- a/themes/hive/layouts/partials/features.html
+++ b/themes/hive/layouts/partials/features.html
@@ -37,7 +37,7 @@
<div class="row divs">
{{- partial "hs2terminal.html" . -}}
<div class="col-md feature-border">
- <h2 class="topic-text-style">Hive-Server 2 (HS2)</h2>
+ <h2 class="topic-text-style">HiveServer2 (HS2)</h2>
<p>
HS2 supports multi-client concurrency and authentication.
It is designed to provide better support for open API
clients like JDBC and ODBC.