Skip to content

Commit 7d70819

Browse files
committed
[KYUUBI #502][SPARK-35002][INFRA] Fix the java.net.BindException when testing with Github Action
1 parent 9b3c22d commit 7d70819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- '-Pspark-3.0 -Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.1 -Dspark.archive.name=spark-3.1.1-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.DataLakeTest'
3838
- '-Pspark-3.1'
3939
- '-Pspark-3.1 -Dhadoop.binary.version=3.2'
40-
- '-Pspark-3.2-snapshot -pl :kyuubi-spark-sql-engine,:kyuubi-common,:kyuubi-ha,:kyuubi-zookeeper -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.DataLakeTest'
40+
env:
41+
SPARK_LOCAL_IP: 127.0.0.1
4142
steps:
4243
- uses: actions/checkout@v2
4344
- name: Setup JDK 1.8

0 commit comments

Comments
 (0)