PHILO-HE commented on code in PR #8399:
URL: https://github.com/apache/incubator-gluten/pull/8399#discussion_r1901418255
##########
.github/workflows/velox_backend.yml:
##########
@@ -566,7 +566,7 @@ jobs:
- name: TPC-H SF1.0 && TPC-DS SF1.0 Parquet local spark3.2 with ${{
matrix.celeborn }}
run: |
EXTRA_PROFILE=""
- if [ "${{ matrix.celeborn }}" = "celeborn-0.4.2" ]; then
Review Comment:
The change for dockerfile will not take effect until this pr is merged which
will then trigger the docker image build.
Maybe, a better way is, firstly check the existence of `/opt/apache-${{
matrix.celeborn }}-bin.tgz` in docker image. If not exists, download it:
`wget -nv https://archive.apache.org/dist/celeborn/${{ matrix.celeborn
}}/apache-${{ matrix.celeborn }}-bin.tgz -P /opt/`.
And you need still keep your changes for dockerfile for pre-installation,
considering access for apache archive site is throttled.
--
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]