File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
99
SPARK_REMOTE : " sc://localhost:15003"
100
100
services :
101
101
spark :
102
- image : apache/spark:4.0.0
102
+ image : apache/spark:4.0.1
103
103
env :
104
104
SPARK_NO_DAEMONIZE : 1
105
105
ports :
@@ -148,9 +148,9 @@ jobs:
148
148
run : swift test --filter NOTHING -c release
149
149
- name : Test
150
150
run : |
151
- curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0 /spark-4.0.0 -bin-hadoop3.tgz?action=download
152
- tar xvfz spark-4.0.0 -bin-hadoop3.tgz && rm spark-4.0.0 -bin-hadoop3.tgz
153
- mv spark-4.0.0 -bin-hadoop3 /tmp/spark
151
+ curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.1 /spark-4.0.1 -bin-hadoop3.tgz?action=download
152
+ tar xvfz spark-4.0.1 -bin-hadoop3.tgz && rm spark-4.0.1 -bin-hadoop3.tgz
153
+ mv spark-4.0.1 -bin-hadoop3 /tmp/spark
154
154
cd /tmp/spark/sbin
155
155
./start-connect-server.sh
156
156
cd -
You can’t perform that action at this time.
0 commit comments