Skip to content

Commit

Permalink
[KYUUBI #502][SPARK-35002][INFRA] Fix the java.net.BindException when…
Browse files Browse the repository at this point in the history
… testing with Github Action
  • Loading branch information
turboFei committed Apr 9, 2021
1 parent 9b3c22d commit 7d70819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- '-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'
- '-Pspark-3.1'
- '-Pspark-3.1 -Dhadoop.binary.version=3.2'
- '-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'
env:
SPARK_LOCAL_IP: 127.0.0.1
steps:
- uses: actions/checkout@v2
- name: Setup JDK 1.8
Expand Down

0 comments on commit 7d70819

Please sign in to comment.