This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 3b4cf1f28 BIGTOP-4345: Remove spark and scala from Hive Maven opts
(#1324)
3b4cf1f28 is described below
commit 3b4cf1f2856773fde31922776553d1db4a65fb1a
Author: Chengbing Liu <[email protected]>
AuthorDate: Sat Feb 8 07:59:27 2025 +0800
BIGTOP-4345: Remove spark and scala from Hive Maven opts (#1324)
---
bigtop-packages/src/common/hive/do-component-build | 3 ---
1 file changed, 3 deletions(-)
diff --git a/bigtop-packages/src/common/hive/do-component-build
b/bigtop-packages/src/common/hive/do-component-build
index 54a9211d3..a6c9ef076 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -23,9 +23,6 @@ HIVE_MAVEN_OPTS=" -Dhbase.version=$HBASE_VERSION \
-Dhadoop.version=$HADOOP_VERSION \
-DskipTests \
-Dtez.version=${TEZ_VERSION} \
--Dspark.version=${SPARK_VERSION} \
--Dscala.binary.version=${SCALA_VERSION%.*} \
--Dscala.version=${SCALA_VERSION} \
-Dguava.version=27.0-jre \
-Dcurator.version=4.2.0
"