This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 24ccb4a9 [AURON #1367] Bump Uniffle from 0.9.2 to 0.10.0 (#1354)
24ccb4a9 is described below
commit 24ccb4a919b18f25221531c365ef88489d853e8d
Author: Ruilei Ma <[email protected]>
AuthorDate: Sun Sep 28 09:56:00 2025 +0800
[AURON #1367] Bump Uniffle from 0.9.2 to 0.10.0 (#1354)
---
.github/workflows/license.yml | 2 +-
.github/workflows/tpcds-reusable.yml | 4 ++--
.github/workflows/uniffle.yml | 2 +-
dev/reformat | 2 +-
pom.xml | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 05b44d85..465cf096 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -49,7 +49,7 @@ jobs:
build/mvn org.apache.rat:apache-rat-plugin:check \
-Pscala-2.12 -Pspark-3.5 \
-Pceleborn,celeborn-0.6 \
- -Puniffle,uniffle-0.9 \
+ -Puniffle,uniffle-0.10 \
-Ppaimon,paimon-1.2
- name: Upload rat report
if: failure()
diff --git a/.github/workflows/tpcds-reusable.yml
b/.github/workflows/tpcds-reusable.yml
index 095e4272..c169ba64 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -332,7 +332,7 @@ jobs:
if: ${{ inputs.unifflever != '' &&
steps.cache-uniffle-bin.outputs.cache-hit != 'true' }}
run: |
UNIFFLE_PATH="uniffle/${{
steps.get-dependency-version.outputs.uniffleversion }}"
- UNIFFLE_FILE="apache-uniffle-${{
steps.get-dependency-version.outputs.uniffleversion }}-incubating-bin.tar.gz"
+ UNIFFLE_FILE="apache-uniffle-${{
steps.get-dependency-version.outputs.uniffleversion }}-bin.tar.gz"
UNIFFLE_URL="${APACHE_MIRROR}/${UNIFFLE_PATH}/${UNIFFLE_FILE}"
wget ${WGET_OPTS} ${UNIFFLE_URL} && \
@@ -365,7 +365,7 @@ jobs:
run: |
mkdir -p /tmp/rss/data && mkdir -p /tmp/rss/logs && \
cd uniffle-bin-${{
steps.get-dependency-version.outputs.uniffleversion }} && \
- bash -c "echo -e 'XMX_SIZE=16g\nHADOOP_HOME=../hadoop-bin-${{
inputs.hadoopver }}\nRSS_LOG_DIR=/tmp/rss/logs' > ./bin/rss-env.sh" && \
+ bash -c "echo -e 'XMX_SIZE=16g\nHADOOP_HOME=../hadoop-bin-${{
inputs.hadoopver }}\nRSS_LOG_DIR=/tmp/rss/logs' > ./conf/rss-env.sh" && \
bash -c "echo -e 'rss.coordinator.shuffle.nodes.max
1\nrss.rpc.server.port 19999' > ./conf/coordinator.conf" && \
bash -c "echo -e 'rss.server.app.expired.withoutHeartbeat
7200000\nrss.server.heartbeat.delay 3000\nrss.rpc.server.port
19997\nrss.rpc.server.type GRPC_NETTY\nrss.jetty.http.port
19996\nrss.server.netty.port 19995\nrss.storage.basePath
/tmp/rss/data\nrss.storage.type MEMORY_LOCALFILE\nrss.coordinator.quorum
localhost:19999\nrss.server.flush.thread.alive
10\nrss.server.single.buffer.flush.threshold 64m' > ./conf/server.conf" && \
bash ./bin/start-coordinator.sh && bash ./bin/start-shuffle-server.sh
diff --git a/.github/workflows/uniffle.yml b/.github/workflows/uniffle.yml
index 11e0933c..ee7941f0 100644
--- a/.github/workflows/uniffle.yml
+++ b/.github/workflows/uniffle.yml
@@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
include:
- - unifflever: "uniffle-0.9"
+ - unifflever: "uniffle-0.10"
hadoopver: "2.8.5"
uses: ./.github/workflows/tpcds-reusable.yml
name: Test Uniffle ${{ matrix.unifflever }}
diff --git a/dev/reformat b/dev/reformat
index 43e76d90..1fde4bb2 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -44,7 +44,7 @@ function run_maven() {
sparkver=spark-3.5
for celebornver in celeborn-0.5 celeborn-0.6
do
- run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.9
-Ppaimon,paimon-1.2
+ run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.10
-Ppaimon,paimon-1.2
done
sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4)
diff --git a/pom.xml b/pom.xml
index 9546bb0b..4e35075b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,12 +697,12 @@
</profile>
<profile>
- <id>uniffle-0.9</id>
+ <id>uniffle-0.10</id>
<modules>
<module>thirdparty/auron-uniffle</module>
</modules>
<properties>
- <uniffleVersion>0.9.2</uniffleVersion>
+ <uniffleVersion>0.10.0</uniffleVersion>
</properties>
</profile>