From a3edca5c7f535012d4438b3243b149a66acbe5e3 Mon Sep 17 00:00:00 2001 From: PZD-CHINA Date: Thu, 21 Dec 2023 22:37:07 +0800 Subject: [PATCH] Update velox_be.yml --- .github/workflows/velox_be.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/velox_be.yml b/.github/workflows/velox_be.yml index d1cc5bf14282..74d8203dd66d 100644 --- a/.github/workflows/velox_be.yml +++ b/.github/workflows/velox_be.yml @@ -172,7 +172,7 @@ jobs: OS_IMAGE=centos:8 ./tools/gluten-te/centos/gha/gha-checkout/checkout.sh - name: Build Gluten velox third party run: | - /root/gluten-te/centos/gha/gha-checkout/exec.sh ' + ./tools/gluten-te/centos/gha/gha-checkout/exec.sh ' source /env.sh && \ sudo yum -y install patch && \ cd /opt/gluten/ep/build-velox/src && \ @@ -180,18 +180,18 @@ jobs: ./build_velox.sh --velox_home=/opt/velox --enable_ep_cache=ON --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON --enable_abfs=OFF' - name: Build Gluten CPP library run: | - .tools/gluten-te/centos/gha/gha-checkout/exec.sh ' + ./tools/gluten-te/centos/gha/gha-checkout/exec.sh ' source /env.sh && \ cd /opt/gluten/cpp && \ ./compile.sh --build_velox_backend=ON --velox_home=/opt/velox --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON --enable_abfs=OFF' - name: Build for Spark 3.2.2 run: | - .tools/gluten-te/centos/gha/gha-checkout/exec.sh ' + ./tools/gluten-te/centos/gha/gha-checkout/exec.sh ' cd /opt/gluten && \ mvn clean install -Pspark-3.2 -Pbackends-velox -Prss -Piceberg -DskipTests' - name: TPC-H SF1.0 && TPC-DS SF30.0 Parquet local spark3.2 run: | - .tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ + ./tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ mvn clean install -Pspark-3.2 \ && GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \ --local --preset=velox --benchmark-type=h --error-on-memleak --disable-aqe --off-heap-size=10g -s=1.0 --threads=16 --iterations=1 \ @@ -199,7 +199,7 @@ jobs: --local --preset=velox --benchmark-type=ds --error-on-memleak --off-heap-size=50g -s=30.0 --threads=32 --iterations=1' - name: TPC-H SF1.0 && TPC-DS SF30.0 Parquet local spark3.2 random kill tasks run: | - .tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ + ./tools/gluten-te/centos/gha/gha-checkout/exec.sh 'cd /opt/gluten/tools/gluten-it && \ mvn clean install -Pspark-3.2 \ && GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries \ --local --preset=velox --benchmark-type=h --error-on-memleak --disable-aqe --off-heap-size=10g -s=1.0 --threads=16 --iterations=1 --skip-data-gen --random-kill-tasks \