File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 9696 run : |
9797 curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz
9898 tar xvfz spark-4.0.0-bin-hadoop3.tgz
99- cd spark-4.0.0-bin-hadoop3/sbin
99+ mv spark-4.0.0-bin-hadoop3 /tmp/spark
100+ cd /tmp/spark/sbin
100101 ./start-connect-server.sh
101- cd ../..
102+ cd -
102103 swift test --no-parallel
103104
104105 integration-test-token :
@@ -114,9 +115,10 @@ jobs:
114115 run : |
115116 curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz
116117 tar xvfz spark-4.0.0-bin-hadoop3.tgz
117- cd spark-4.0.0-bin-hadoop3/sbin
118+ mv spark-4.0.0-bin-hadoop3 /tmp/spark
119+ cd /tmp/spark/sbin
118120 ./start-connect-server.sh
119- cd ../..
121+ cd -
120122 swift test --no-parallel
121123
122124 integration-test-mac-spark3 :
@@ -135,7 +137,8 @@ jobs:
135137 run : |
136138 curl -LO https://downloads.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz
137139 tar xvfz spark-3.5.5-bin-hadoop3.tgz
138- cd spark-3.5.5-bin-hadoop3/sbin
140+ mv spark-3.5.5-bin-hadoop3 /tmp/spark
141+ cd /tmp/spark/sbin
139142 ./start-connect-server.sh --packages org.apache.spark:spark-connect_2.12:3.5.5
140- cd ../..
143+ cd -
141144 swift test --no-parallel
You can’t perform that action at this time.
0 commit comments