Skip to content

Commit 18ac3d3

Browse files
authored
feat: update spark release package (#4039)
1 parent a29d5ce commit 18ac3d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

steps/download_openmldb_spark.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ set -xe
55
SPARK_HOME_PATH=$1
66

77
mkdir -p "$SPARK_HOME_PATH"
8+
89
# Download OpenMLDB Spark distribution
9-
curl -L -o spark-3.0.0-bin-openmldbspark.tgz https://github.com/4paradigm/spark/releases/download/v3.0.0-openmldb0.4.0/spark-3.0.0-bin-openmldbspark.tgz
10+
curl -L -o spark-3.0.0-bin-openmldbspark.tgz https://github.com/4paradigm/spark/releases/download/v3.2.1-openmldb0.9.2/spark-3.2.1-bin-openmldbspark.tgz
1011

1112
tar xzf spark-3.0.0-bin-openmldbspark.tgz -C "$SPARK_HOME_PATH" --strip-components=1
1213

0 commit comments

Comments
 (0)