zhouyuan commented on code in PR #11515:
URL:
https://github.com/apache/incubator-gluten/pull/11515#discussion_r2745516853
##########
dev/docker/Dockerfile.centos8-static-build:
##########
@@ -47,6 +46,6 @@ RUN set -ex; \
export SSL_VERIFY=false; \
bash ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON
--enable_s3=ON --enable_gcs=ON \
--enable_hdfs=ON --enable_abfs=ON
build_arrow; \
- mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5
-DskipTests; \
+ ./build/mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta
-Pspark-3.5 -DskipTests; \
Review Comment:
@yaooqinn
For now it will download maven and extract to `${GLUTEN_HOME}/build`
https://github.com/apache/incubator-gluten/blob/main/build/mvn#L24
In the next step of `docker build` to reduce the docker image size we will
remove the whole folder of `${GLUTEN_HOME}`
hence the maven is not actually installed in the docker image, is this
correct?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]