kerwin-zk commented on code in PR #5082:
URL: https://github.com/apache/incubator-gluten/pull/5082#discussion_r1535293616
##########
.github/workflows/velox_be.yml:
##########
@@ -453,8 +453,8 @@ jobs:
- name: TPC-H SF1.0 && TPC-DS SF10.0 Parquet local spark3.2 with
Celeborn 0.4.0
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh \
- 'wget
https://archive.apache.org/dist/incubator/celeborn/celeborn-0.4.0-incubating/apache-celeborn-0.4.0-incubating-bin.tgz
&& \
- tar xzf apache-celeborn-0.4.0-incubating-bin.tgz -C /opt/ && mv
/opt/apache-celeborn-0.4.0-incubating-bin /opt/celeborn && cd /opt/celeborn && \
+ 'cd /opt && mkdir -p celeborn-0.4.0 && \
Review Comment:
It is recommended that this folder be unified into celeborn.
##########
.github/workflows/velox_be.yml:
##########
@@ -469,8 +469,8 @@ jobs:
- name: TPC-H SF1.0 && TPC-DS SF10.0 Parquet local spark3.2 with
Celeborn 0.3.2
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh \
- 'wget
https://archive.apache.org/dist/incubator/celeborn/celeborn-0.3.2-incubating/apache-celeborn-0.3.2-incubating-bin.tgz
&& \
- tar xzf apache-celeborn-0.3.2-incubating-bin.tgz -C /opt/ && mv
/opt/apache-celeborn-0.3.2-incubating-bin /opt/celeborn && cd /opt/celeborn && \
+ 'cd /opt && mkdir -p celeborn-0.3.2 && \
Review Comment:
ditto.
--
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]