From 4e2e66f4b17c40246720bb2a853bb0369c74e381 Mon Sep 17 00:00:00 2001 From: qr7972 <397189185@qq.com> Date: Thu, 13 Nov 2025 13:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E4=BA=8Ehadoop3=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 139 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89188c7..ba10899 100644 --- a/pom.xml +++ b/pom.xml @@ -573,7 +573,7 @@ hadoop-3.2 - 3.2.4 + 3.2.3 @@ -581,6 +581,144 @@ spark-hive_${scala.binary.version} ${spark.version} ${maven.scope} + + + org.apache.hive + hive-common + + + org.apache.hive + hive-exec + + + org.apache.hive + hive-metastore + + + org.apache.hive + hive-serde + + + org.apache.hive + hive-shims + + + org.apache.calcite + calcite-core + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + org.apache.spark + spark-hive-thriftserver_${scala.binary.version} + ${spark.version} + ${maven.scope} + + + org.apache.hive + hive-cli + + + org.apache.hive + hive-jdbc + + + org.apache.hive + hive-beeline + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-cli + ${hive.version} + ${maven.scope} + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-jdbc + ${hive.version} + ${maven.scope} + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-beeline + ${hive.version} + ${maven.scope} + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-common + ${hive.version} + ${maven.scope} + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-metastore + ${hive.version} + ${maven.scope} + + + org.pentaho + pentaho-aggdesigner-algorithm + + + + + ${hive.group} + hive-exec + ${hive.version} + ${maven.scope} + + + org.apache.commons + commons-lang3 + + + org.apache.spark + spark-core_2.10 + + + org.apache.calcite + calcite-core + + + org.pentaho + pentaho-aggdesigner-algorithm + + -- Gitee