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 1900440 HIVE-29102: Replace deprecated cwiki links to point to the
Website (#63)
1900440 is described below
commit 1900440d7b3c708a8237e7800711c10e81163b18
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Mon Sep 22 15:36:53 2025 +0530
HIVE-29102: Replace deprecated cwiki links to point to the Website (#63)
---
config.toml | 1 -
content/Development/desingdocs/design.md | 2 +-
content/Development/desingdocs/indexdev.md | 2 --
content/Development/desingdocs/llap.md | 2 +-
content/Development/desingdocs/statsdev.md | 2 --
content/Development/gettingStarted.md | 2 +-
.../community/meetings/contributorminutes20111205.md | 2 +-
content/community/resources/howtocontribute.md | 2 +-
.../docs/latest/language/languagemanual-commands.md | 2 +-
content/docs/latest/language/materialized-views.md | 2 --
content/docs/latest/user/configuration-properties.md | 2 +-
content/docs/latest/user/druid-integration.md | 2 --
content/docs/latest/user/hbaseintegration.md | 2 --
themes/hive/layouts/partials/menu.html | 1 -
.../27362054/HiveContrib-Nov13-groovy_plus_hive.pptx | Bin 0 -> 827796 bytes
.../static/attachments/27362054/LLAP-Meetup-Nov.ppsx | Bin 0 -> 1884348 bytes
16 files changed, 7 insertions(+), 19 deletions(-)
diff --git a/config.toml b/config.toml
index 13c090e..e057337 100644
--- a/config.toml
+++ b/config.toml
@@ -35,7 +35,6 @@ theme = 'hive'
privacyPolicy = "/general/privacypolicy/"
designDocs = "/development/desingdocs/"
hiveJira = "https://issues.apache.org/jira/projects/HIVE/issues"
- precommit =
"https://cwiki.apache.org/confluence/display/Hive/Hive+PreCommit+Patch+Testing"
faq = "https://hive.apache.org/community/resources/hivedeveloperfaq"
vcs = "/development/versioncontrol/"
committer = "/community/becomingcommitter/"
diff --git a/content/Development/desingdocs/design.md
b/content/Development/desingdocs/design.md
index f640203..5fd82ac 100644
--- a/content/Development/desingdocs/design.md
+++ b/content/Development/desingdocs/design.md
@@ -50,7 +50,7 @@ The Metastore provides two important but often overlooked
features of a data war
Metastore is an object store with a database or file backed store. The
database backed store is implemented using an object-relational mapping (ORM)
solution called the [DataNucleus](http://www.datanucleus.org/). The prime
motivation for storing this in a relational database is queriability of
metadata. Some disadvantages of using a separate data store for metadata
instead of using HDFS are synchronization and scalability issues. Additionally
there is no clear way to implement an object [...]
-The metastore can be configured to be used in a couple of ways: remote and
embedded. In remote mode, the metastore is a
[Thrift](https://thrift.apache.org/) service. This mode is useful for non-Java
clients. In embedded mode, the Hive client directly connects to an underlying
metastore using JDBC. This mode is useful because it avoids another system that
needs to be maintained and monitored. Both of these modes can co-exist.
(Update: Local metastore is a third possibility. See [Hive Meta [...]
+The metastore can be configured to be used in a couple of ways: remote and
embedded. In remote mode, the metastore is a
[Thrift](https://thrift.apache.org/) service. This mode is useful for non-Java
clients. In embedded mode, the Hive client directly connects to an underlying
metastore using JDBC. This mode is useful because it avoids another system that
needs to be maintained and monitored. Both of these modes can co-exist.
(Update: Local metastore is a third possibility. See [Hive Meta [...]
### Metastore Interface
diff --git a/content/Development/desingdocs/indexdev.md
b/content/Development/desingdocs/indexdev.md
index 0055cfa..fbf9f27 100644
--- a/content/Development/desingdocs/indexdev.md
+++ b/content/Development/desingdocs/indexdev.md
@@ -340,8 +340,6 @@ TBD: validation on index table format (can be any managed
table format?)
| [Bug](https://issues.apache.org/jira/browse/HIVE-5631?src=confmacro) |
[HIVE-5631](https://issues.apache.org/jira/browse/HIVE-5631?src=confmacro) |
[Index creation on a skew table
fails](https://issues.apache.org/jira/browse/HIVE-5631?src=confmacro) | Venki
Korukanti | Venki Korukanti | Major | Closed | Fixed | Oct 23, 2013 | Feb 19,
2015 | |
-[Authenticate](https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b)
to retrieve your issues
-
Showing 20 out of
[57
issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project%20=%20HIVE%20AND%20Component%20in%20%28indexing%29&tempMax=1000&src=confmacro)
diff --git a/content/Development/desingdocs/llap.md
b/content/Development/desingdocs/llap.md
index d00fc33..80e6079 100644
--- a/content/Development/desingdocs/llap.md
+++ b/content/Development/desingdocs/llap.md
@@ -188,7 +188,7 @@ The watch and running nodes options were added in release
2.2.0 with [HIVE-15217
[LLAP Design
Document](https://issues.apache.org/jira/secure/attachment/12665704/LLAPdesigndocument.pdf)
-[Hive Contributor Meetup
Presentation](https://cwiki.apache.org/confluence/download/attachments/27362054/LLAP-Meetup-Nov.ppsx?version=1&modificationDate=1447885307000&api=v2)
+[Hive Contributor Meetup
Presentation](https://hive.apache.org/attachments/27362054/LLAP-Meetup-Nov.ppsx)
## Attachments:
diff --git a/content/Development/desingdocs/statsdev.md
b/content/Development/desingdocs/statsdev.md
index 259d278..d628200 100644
--- a/content/Development/desingdocs/statsdev.md
+++ b/content/Development/desingdocs/statsdev.md
@@ -405,8 +405,6 @@ See feature details in [HBase Metastore Split
Cache](https://issues.apache.org/j
| [Bug](https://issues.apache.org/jira/browse/HIVE-23887?src=confmacro) |
[HIVE-23887](https://issues.apache.org/jira/browse/HIVE-23887?src=confmacro) |
[Reset table level basic/column stats during
import.](https://issues.apache.org/jira/browse/HIVE-23887?src=confmacro) |
Ashish Sharma | Ashish Sharma | Minor | Closed | Fixed | Jul 21, 2020 | Nov 17,
2022 | |
| [Bug](https://issues.apache.org/jira/browse/HIVE-23796?src=confmacro) |
[HIVE-23796](https://issues.apache.org/jira/browse/HIVE-23796?src=confmacro) |
[Multiple insert overwrite into a partitioned table doesn't gather column
statistics for all
partitions](https://issues.apache.org/jira/browse/HIVE-23796?src=confmacro) |
Unassigned | Yu-Wen Lai | Major | Open | Unresolved | Jul 02, 2020 | Jul 02,
2020 | |
-[Authenticate](https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b)
to retrieve your issues
-
Showing 20 out of
[306
issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project%20=%20HIVE%20AND%20component%20in%20%28%22Statistics%22%29&tempMax=1000&src=confmacro)
diff --git a/content/Development/gettingStarted.md
b/content/Development/gettingStarted.md
index f66f3c1..b20604e 100644
--- a/content/Development/gettingStarted.md
+++ b/content/Development/gettingStarted.md
@@ -62,7 +62,7 @@ project and contribute your expertise.
[ISSUE_TRACKING]: /community/issuetracking/
[MAILING_LISTS]: /community/mailinglists/
[HIVE_FACEBOOK]: http://www.facebook.com/pages/Hive/43928506208
-[HIVE_DETAILS]: https://cwiki.apache.org/confluence/display/Hive/
+[HIVE_DETAILS]: https://hive.apache.org/docs/latest/introduction-to-apache-hive
[HIVE_QL]:
https://hive.apache.org/docs/latest/introduction-to-apache-hive#Home-UserDocumentation
[COMMUNITY]: /community/people/
[CONTRIBUTOR]:
https://hive.apache.org/docs/latest/introduction-to-apache-hive#Home-ResourcesforContributors
diff --git a/content/community/meetings/contributorminutes20111205.md
b/content/community/meetings/contributorminutes20111205.md
index b871b2d..742425b 100644
--- a/content/community/meetings/contributorminutes20111205.md
+++ b/content/community/meetings/contributorminutes20111205.md
@@ -9,7 +9,7 @@ Notes from the Hive Meetup at Facebook, 12/5/11
Attendees: <http://www.meetup.com/Hive-Contributors-Group/events/41150912/>
-John gave a demo of the Phabricator instance at <http://reviews.facebook.net>,
and proposed that we push through moving all code review over from Review Board
to Phabricator
(<https://cwiki.apache.org/confluence/display/Hive/PhabricatorCodeReview>).
There were no objections.
+John gave a demo of the Phabricator instance at <http://reviews.facebook.net>,
and proposed that we push through moving all code review over from Review Board
to Phabricator. There were no objections.
Marek gave an overview of the new parallel test framework
(<https://issues.apache.org/jira/browse/HIVE-1487>); he'll publish a wiki page
explaining how to use it once it gets committed.
diff --git a/content/community/resources/howtocontribute.md
b/content/community/resources/howtocontribute.md
index 0c64cc5..40c9257 100644
--- a/content/community/resources/howtocontribute.md
+++ b/content/community/resources/howtocontribute.md
@@ -35,7 +35,7 @@ This checklist tells you how to create accounts and obtain
permissions needed by
+ The Hive JIRA is [here](https://issues.apache.org/jira/browse/HIVE).
* To review patches check the open [pull requests on
GitHub](https://github.com/apache/hive/pulls)
* To contribute to the Hive wiki, follow the instructions in [About This
Wiki]({{< ref "#about-this-wiki" >}}).
-* To edit the Hive website, follow the instructions in [How to edit the
website](https://cwiki.apache.org/confluence/display/Hive/How+to+edit+the+website).
+* To edit the Hive website, follow the instructions in [How to edit the
website](https://github.com/apache/hive-site/blob/main/README.md).
* Join the [Hive mailing lists](http://hive.apache.org/mailing_lists.html) to
receive email about issues and discussions.
## Making Changes
diff --git a/content/docs/latest/language/languagemanual-commands.md
b/content/docs/latest/language/languagemanual-commands.md
index 9871a9b..4af5dcf 100644
--- a/content/docs/latest/language/languagemanual-commands.md
+++ b/content/docs/latest/language/languagemanual-commands.md
@@ -24,7 +24,7 @@ Commands are non-SQL statements such as setting a property or
adding a resource.
| dfs <dfs command> | Executes a dfs command from the Hive shell. |
| <query string> | Executes a Hive query and prints results to standard
output. |
| source FILE <filepath> | Executes a script file inside the CLI. |
-| compile `<groovy string>` AS GROOVY NAMED <name> | This allows inline Groovy
code to be compiled and be used as a UDF (as of Hive
[0.13.0](https://issues.apache.org/jira/browse/HIVE-5252)). For a usage
example, see [Nov. 2013 Hive Contributors Meetup Presentations – Using Dynamic
Compilation with
Hive](https://cwiki.apache.org/confluence/download/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx?version=1&modificationDate=1385171856000&api=v2).
|
+| compile `<groovy string>` AS GROOVY NAMED <name> | This allows inline Groovy
code to be compiled and be used as a UDF (as of Hive
[0.13.0](https://issues.apache.org/jira/browse/HIVE-5252)). For a usage
example, see [Nov. 2013 Hive Contributors Meetup Presentations – Using Dynamic
Compilation with
Hive](https://hive.apache.org/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx).
|
| show processlist | Displays
information about the operations currently running on HiveServer2. It helps to
troubleshoot issues such as long running queries, connection starvation, etc.
The command was introduced in
[HIVE-27829](https://issues.apache.org/jira/browse/HIVE-27829).
[...]
Sample Usage:
diff --git a/content/docs/latest/language/materialized-views.md
b/content/docs/latest/language/materialized-views.md
index 9b7999a..9d648c5 100644
--- a/content/docs/latest/language/materialized-views.md
+++ b/content/docs/latest/language/materialized-views.md
@@ -389,8 +389,6 @@ The parameter value can be also overridden by a concrete
materialized view just
| [HIVE-22921](https://issues.apache.org/jira/browse/HIVE-22921?src=confmacro)
| [materialized_view_partitioned_3.q relies on
hive.optimize.sort.dynamic.partition
property](https://issues.apache.org/jira/browse/HIVE-22921?src=confmacro) |
[Test](https://issues.apache.org/jira/browse/HIVE-22921?src=confmacro) | Feb
21, 2020 | Feb 27, 2024 | | Vineet Garg | Jesús Camacho Rodríguez | Major |
Open | Unresolved |
| [HIVE-24335](https://issues.apache.org/jira/browse/HIVE-24335?src=confmacro)
| [RelOptMaterialization creates LogicalProject on top of
HiveTableScan](https://issues.apache.org/jira/browse/HIVE-24335?src=confmacro)
| [Bug](https://issues.apache.org/jira/browse/HIVE-24335?src=confmacro) | Oct
30, 2020 | Apr 04, 2024 | | Krisztian Kasa | Krisztian Kasa | Major | Open |
Unresolved |
-[Authenticate](https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b)
to retrieve your issues
-
Showing 20 out of
[24
issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+Hive+AND+component+%3D+%22Materialized+views%22++and+resolution+%3D+Unresolved+ORDER+BY+key+ASC++&src=confmacro)
diff --git a/content/docs/latest/user/configuration-properties.md
b/content/docs/latest/user/configuration-properties.md
index bfb651d..0e364d1 100644
--- a/content/docs/latest/user/configuration-properties.md
+++ b/content/docs/latest/user/configuration-properties.md
@@ -9,7 +9,7 @@ This document describes the Hive user configuration properties
(sometimes called
The canonical list of configuration properties is managed in the `HiveConf`
Java class, so refer to the `HiveConf.java` file for a complete list of
configuration properties available in your Hive release.
-For information about how to use these configuration properties, see
[Configuring Hive]({{< ref "#configuring-hive" >}}). That document also
describes administrative configuration properties for setting up Hive in the
[Configuration Variables]({{< ref "#configuration-variables" >}}) section.
[Hive Metastore
Administration](https://cwiki.apache.org/confluence/display/Hive/AdminManual+MetastoreAdmin)
describes additional configuration properties for the metastore.
+For information about how to use these configuration properties, see
[Configuring Hive]({{< ref "#configuring-hive" >}}). That document also
describes administrative configuration properties for setting up Hive in the
[Configuration Variables]({{< ref "#configuration-variables" >}}) section.
[Hive Metastore
Administration](https://hive.apache.org/docs/latest/admin/adminmanual-metastore-administration)
describes additional configuration properties for the metastore.
Version information
diff --git a/content/docs/latest/user/druid-integration.md
b/content/docs/latest/user/druid-integration.md
index 3b8a01e..34b147f 100644
--- a/content/docs/latest/user/druid-integration.md
+++ b/content/docs/latest/user/druid-integration.md
@@ -570,8 +570,6 @@ Time taken: 1.835 seconds, Fetched: 2 row(s)
| [HIVE-20687](https://issues.apache.org/jira/browse/HIVE-20687?src=confmacro)
| [Cancel Running Druid Query when a hive query is
cancelled.](https://issues.apache.org/jira/browse/HIVE-20687?src=confmacro) |
[Improvement](https://issues.apache.org/jira/browse/HIVE-20687?src=confmacro) |
Oct 03, 2018 | Oct 05, 2018 | | Nishant Bangarwa | Nishant Bangarwa | Major |
Open | Unresolved |
| [HIVE-20997](https://issues.apache.org/jira/browse/HIVE-20997?src=confmacro)
| [Make Druid Cluster start on random
ports.](https://issues.apache.org/jira/browse/HIVE-20997?src=confmacro) |
[Sub-task](https://issues.apache.org/jira/browse/HIVE-20997?src=confmacro) |
Dec 03, 2018 | Dec 04, 2018 | | Slim Bouguerra | Slim Bouguerra | Major | Open
| Unresolved |
-[Authenticate](https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b)
to retrieve your issues
-
Showing 20 out of
[28
issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+Hive+AND+component+%3D+12330863++and+resolution+%3D+Unresolved+ORDER+BY+key+ASC+&src=confmacro)
diff --git a/content/docs/latest/user/hbaseintegration.md
b/content/docs/latest/user/hbaseintegration.md
index 1139187..b18834f 100644
--- a/content/docs/latest/user/hbaseintegration.md
+++ b/content/docs/latest/user/hbaseintegration.md
@@ -529,8 +529,6 @@ An Eclipse launch template remains to be defined.
|
[Improvement](https://issues.apache.org/jira/browse/HIVE-13315?src=confmacro) |
[HIVE-13315](https://issues.apache.org/jira/browse/HIVE-13315?src=confmacro) |
[Option to reuse existing restored HBase
snapshots](https://issues.apache.org/jira/browse/HIVE-13315?src=confmacro) |
Sushanth Sowmyan | Liyin Tang | Major | Open | Unresolved | Mar 19, 2016 | Mar
19, 2016 | |
| [Bug](https://issues.apache.org/jira/browse/HIVE-11327?src=confmacro) |
[HIVE-11327](https://issues.apache.org/jira/browse/HIVE-11327?src=confmacro) |
[HiveQL to HBase - Predicate Pushdown for composite key not
working](https://issues.apache.org/jira/browse/HIVE-11327?src=confmacro) |
Unassigned | Yannik Zuehlke | Blocker | Open | Unresolved | Jul 21, 2015 | Jul
26, 2015 | |
-[Authenticate](https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b)
to retrieve your issues
-
Showing 20 out of
[80
issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project%20=%20HIVE%20AND%20component%20in%20%28%22HBase%20Handler%22%29%20and%20Resolution%20=%20unresolved&tempMax=1000&src=confmacro)
diff --git a/themes/hive/layouts/partials/menu.html
b/themes/hive/layouts/partials/menu.html
index 32d9ad4..4547021 100644
--- a/themes/hive/layouts/partials/menu.html
+++ b/themes/hive/layouts/partials/menu.html
@@ -70,7 +70,6 @@
<li><a class="dropdown-item"
href="{{.Site.BaseURL}}{{ .Site.Params.navbar.designDocs }}">Design
Docs</a></li>
<li><a class="dropdown-item" href="{{
.Site.Params.navbar.hiveJira }}">Hive JIRA</a></li>
<li><a class="dropdown-item" href="{{
.Site.Params.navbar.faq }}">Hive Developer FAQ</a></li>
- <li><a class="dropdown-item" href="{{
.Site.Params.navbar.precommit }}">Precommit Patch Testing</a></li>
<li><a class="dropdown-item"
href="{{.Site.BaseURL}}{{ .Site.Params.navbar.vcs }}">Version Control</a></li>
</ul>
</li>
diff --git
a/themes/hive/static/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx
b/themes/hive/static/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx
new file mode 100644
index 0000000..1e27ea3
Binary files /dev/null and
b/themes/hive/static/attachments/27362054/HiveContrib-Nov13-groovy_plus_hive.pptx
differ
diff --git a/themes/hive/static/attachments/27362054/LLAP-Meetup-Nov.ppsx
b/themes/hive/static/attachments/27362054/LLAP-Meetup-Nov.ppsx
new file mode 100644
index 0000000..6d34960
Binary files /dev/null and
b/themes/hive/static/attachments/27362054/LLAP-Meetup-Nov.ppsx differ