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 ba684cd2c [GLUTEN-5417][CH] Fix CH backend build error due to uniffle
not supported (#5418)
ba684cd2c is described below
commit ba684cd2cc3a2b990385db63bd97935f54f8a363
Author: Wenzheng Liu <[email protected]>
AuthorDate: Tue Apr 16 15:05:44 2024 +0800
[GLUTEN-5417][CH] Fix CH backend build error due to uniffle not supported
(#5418)
---
ep/build-clickhouse/src/package.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ep/build-clickhouse/src/package.sh
b/ep/build-clickhouse/src/package.sh
index 3741e9ae0..db9f38d5b 100755
--- a/ep/build-clickhouse/src/package.sh
+++ b/ep/build-clickhouse/src/package.sh
@@ -79,7 +79,7 @@ cp "${GLUTEN_SOURCE}"/LICENSE
"${GLUTEN_SOURCE}"/dist/"${PACKAGE_NAME}"
cp "${GLUTEN_SOURCE}"/README.md "${GLUTEN_SOURCE}"/dist/"${PACKAGE_NAME}"
# build gluten with spark32
-mvn clean install -Pbackends-clickhouse -Pspark-3.2 -Pceleborn -Puniffle
-DskipTests -Dcheckstyle.skip
+mvn clean install -Pbackends-clickhouse -Pspark-3.2 -Pceleborn -DskipTests
-Dcheckstyle.skip
cp
"${GLUTEN_SOURCE}"/backends-clickhouse/target/gluten-*-spark-3.2-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark32/gluten.jar
cp
"${GLUTEN_SOURCE}"/gluten-celeborn/clickhouse/target/gluten-celeborn-clickhouse-${PROJECT_VERSION}-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark32
delta_version_32=$(mvn -q -Dexec.executable="echo"
-Dexec.args='${delta.version}' -Pspark-3.2 --non-recursive exec:exec)
@@ -87,7 +87,7 @@ wget
https://repo1.maven.org/maven2/io/delta/delta-core_2.12/${delta_version_32}
wget
https://repo1.maven.org/maven2/io/delta/delta-storage/${delta_version_32}/delta-storage-${delta_version_32}.jar
-P "${PACKAGE_DIR_PATH}"/jars/spark32
# build gluten with spark33
-mvn clean install -Pbackends-clickhouse -Pspark-3.3 -Pceleborn -Puniffle
-DskipTests -Dcheckstyle.skip
+mvn clean install -Pbackends-clickhouse -Pspark-3.3 -Pceleborn -DskipTests
-Dcheckstyle.skip
cp
"${GLUTEN_SOURCE}"/backends-clickhouse/target/gluten-*-spark-3.3-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark33/gluten.jar
cp
"${GLUTEN_SOURCE}"/gluten-celeborn/clickhouse/target/gluten-celeborn-clickhouse-${PROJECT_VERSION}-jar-with-dependencies.jar
"${PACKAGE_DIR_PATH}"/jars/spark33
delta_version_33=$(mvn -q -Dexec.executable="echo"
-Dexec.args='${delta.version}' -Pspark-3.3 --non-recursive exec:exec)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]