This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 0019c5e2f [AMORO-3538] Resolve Hive 4 Metastore listing failure on
Hadoop2 (#3539)
0019c5e2f is described below
commit 0019c5e2f2a08243343383ea6c8845d55a17f8cb
Author: owenmonn <[email protected]>
AuthorDate: Wed May 14 15:08:45 2025 +0900
[AMORO-3538] Resolve Hive 4 Metastore listing failure on Hadoop2 (#3539)
* fix: Update Hive dependency in hadoop2 profile to 2.3.8
* add comment
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2588ce409..30ce5cbe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1368,7 +1368,8 @@
<id>hadoop2</id>
<properties>
<guava.version>14.0.1</guava.version>
- <hive.version>2.3.9</hive.version>
+ <!-- Do not use Hive 2.3.9 for Hive 4 Metastore support due to
incompatible API changes. -->
+ <hive.version>2.3.8</hive.version>
<hadoop.version>2.10.2</hadoop.version>
<terminal.spark.version>3.3.3</terminal.spark.version>
<terminal.spark.major.version>3.3</terminal.spark.major.version>