This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 b1858e2ab2 [GLUTEN-6887][VL] Daily Update Velox Version (2025_02_12)
(#8711)
b1858e2ab2 is described below
commit b1858e2ab24165360b0f763a988e65da53772adf
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Feb 12 21:33:46 2025 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2025_02_12) (#8711)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_02_12)
Signed-off-by: glutenperfbot <[email protected]>
* refine uniffile tests on downloading package
Signed-off-by: Yuan Zhou <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan Zhou <[email protected]>
---
.github/workflows/velox_backend.yml | 10 +++++++---
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index 71a79d98ed..ec5ee19c7e 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -525,11 +525,15 @@ jobs:
path: /root/.m2/repository/org/apache/arrow/
- name: Install Uniffle ${{ matrix.uniffle }}
run: |
- export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk && \
+ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
+ if [ ! -e "/opt/apache-uniffle-${{ matrix.uniffle
}}-incubating-bin.tar.gz" ]; then
+ ${WGET_CMD} https://archive.apache.org/dist/incubator/uniffle/${{
matrix.uniffle }}/apache-uniffle-${{ matrix.uniffle }}-incubating-bin.tar.gz -P
/opt
+ fi
+ if [ ! -e "/opt/hadoop-${{ matrix.hadoop }}.tar.gz" ]; then
+ ${WGET_CMD}
https://archive.apache.org/dist/hadoop/common/hadoop-${{ matrix.hadoop
}}/hadoop-${{ matrix.hadoop }}.tar.gz -P /opt
+ fi
cd /opt && \
- ${WGET_CMD} https://archive.apache.org/dist/incubator/uniffle/${{
matrix.uniffle }}/apache-uniffle-${{ matrix.uniffle }}-incubating-bin.tar.gz &&
\
mkdir /opt/uniffle && tar xzf apache-uniffle-${{ matrix.uniffle
}}-incubating-bin.tar.gz -C /opt/uniffle --strip-components=1 && \
- ${WGET_CMD} https://archive.apache.org/dist/hadoop/common/hadoop-${{
matrix.hadoop }}/hadoop-${{ matrix.hadoop }}.tar.gz && \
tar xzf hadoop-${{ matrix.hadoop }}.tar.gz -C /opt/ && \
cd /opt/uniffle && mkdir shuffle_data && \
bash -c "echo -e 'XMX_SIZE=16g\nHADOOP_HOME=/opt/hadoop-${{
matrix.hadoop }}' > ./bin/rss-env.sh" && \
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index e47a72d84a..09c32e2eb8 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_02_11_fix
+VELOX_BRANCH=2025_02_12
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]