We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4.0.1
4.0.0
1 parent 58575ab commit 118b763Copy full SHA for 118b763
.github/workflows/build_and_test.yml
@@ -148,9 +148,9 @@ jobs:
148
run: swift test --filter NOTHING -c release
149
- name: Test
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
+ curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.1-rc1-bin/spark-4.0.1-bin-hadoop3.tgz
+ tar xvfz spark-4.0.1-bin-hadoop3.tgz && rm spark-4.0.1-bin-hadoop3.tgz
+ mv spark-4.0.1-bin-hadoop3 /tmp/spark
154
cd /tmp/spark/sbin
155
./start-connect-server.sh
156
cd -
0 commit comments