Skip to content

Commit 022e357

Browse files
committed
also set KYUUBI_FRONTEND_BIND_HOST env to 127.0.0.1
1 parent a7910c3 commit 022e357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- '-Pspark-3.1 -Dhadoop.binary.version=3.2'
4040
env:
4141
SPARK_LOCAL_IP: 127.0.0.1
42+
KYUUBI_FRONTEND_BIND_HOST: 127.0.0.1
4243
steps:
4344
- uses: actions/checkout@v2
4445
- name: Setup JDK 1.8

0 commit comments

Comments
 (0)