Skip to content

Commit 8df5038

Browse files
committedDec 15, 2024
Build uniffle in a openjdk:8-jdk image
1 parent 05e0dc7 commit 8df5038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎Jenkinsfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ pipeline {
3131
echo "Building RSS version ${VERSION} on branch ${BUILD_BRANCH}"
3232
docker login -u ${NEXUS_CREDS_USR} -p ${NEXUS_CREDS_PSW} $DOCKER_REGISTRY
3333
34-
./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-mr --without-tez --without-spark2
34+
docker run --rm -v .:/incubator-uniffle -w /incubator-uniffle openjdk:8-jdk /bin/bash build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-mr --without-tez --without-spark2
35+
36+
#./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-mr --without-tez --without-spark2
3537
cd deploy/kubernetes/docker || exit
3638
./build.sh --hadoop-version 3.2.0.15-EE-SNAPSHOT --registry $DOCKER_REGISTRY --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW
3739
cd ../../..

0 commit comments

Comments
 (0)
Failed to load comments.