This is an automated email from the ASF dual-hosted git repository.
changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new da7c856b98 [CH] Minor, remove deprecated gluten-clickhouse-celeborn
jar (#8263)
da7c856b98 is described below
commit da7c856b98fb0c55e5ee8f94b3a51726afac9143
Author: Wenzheng Liu <[email protected]>
AuthorDate: Wed Dec 18 11:13:40 2024 +0800
[CH] Minor, remove deprecated gluten-clickhouse-celeborn jar (#8263)
---
ep/build-clickhouse/src/package.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/ep/build-clickhouse/src/package.sh
b/ep/build-clickhouse/src/package.sh
index 522e073fc3..06ca63c5d4 100755
--- a/ep/build-clickhouse/src/package.sh
+++ b/ep/build-clickhouse/src/package.sh
@@ -92,7 +92,6 @@ function build_gluten_by_spark_version() {
mvn clean install -Pbackends-clickhouse -Pspark-"${spark_profile}"
-Pscala-"${scala_version}" -Pceleborn -Piceberg -Pdelta -DskipTests
-Dcheckstyle.skip
cp
"${GLUTEN_SOURCE}"/backends-clickhouse/target/gluten-*-spark-"${spark_profile}"-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark"${sv}"/gluten.jar
- cp
"${GLUTEN_SOURCE}"/gluten-celeborn/clickhouse/target/gluten-celeborn-clickhouse-"${PROJECT_VERSION}"-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark"${sv}"
delta_version=$(mvn -q -Dexec.executable="echo"
-Dexec.args='${delta.version}' -Pspark-"${spark_profile}" --non-recursive
exec:exec)
delta_package_name=$(mvn -q -Dexec.executable="echo"
-Dexec.args='${delta.package.name}' -Pspark-"${spark_profile}" --non-recursive
exec:exec)
wget
https://repo1.maven.org/maven2/io/delta/"${delta_package_name}"_${scala_version}/"${delta_version}"/"${delta_package_name}"_${scala_version}-"${delta_version}".jar
-P "${PACKAGE_DIR_PATH}"/jars/spark"${sv}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]