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 96
96
run : |
97
97
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz
98
98
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
100
101
./start-connect-server.sh
101
- cd ../..
102
+ cd -
102
103
swift test --no-parallel
103
104
104
105
integration-test-token :
@@ -114,9 +115,10 @@ jobs:
114
115
run : |
115
116
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/spark-4.0.0-bin-hadoop3.tgz
116
117
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
118
120
./start-connect-server.sh
119
- cd ../..
121
+ cd -
120
122
swift test --no-parallel
121
123
122
124
integration-test-mac-spark3 :
@@ -135,7 +137,8 @@ jobs:
135
137
run : |
136
138
curl -LO https://downloads.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz
137
139
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
139
142
./start-connect-server.sh --packages org.apache.spark:spark-connect_2.12:3.5.5
140
- cd ../..
143
+ cd -
141
144
swift test --no-parallel
You can’t perform that action at this time.
0 commit comments