HyukjinKwon commented on a change in pull request #32096:
URL: https://github.com/apache/spark/pull/32096#discussion_r610328558



##########
File path: .github/workflows/benchmark.yml
##########
@@ -47,6 +47,7 @@ jobs:
       SPARK_BENCHMARK_NUM_SPLITS: ${{ github.event.inputs.num-splits }}
       SPARK_BENCHMARK_CUR_SPLIT: ${{ matrix.split }}
       SPARK_GENERATE_BENCHMARK_FILES: 1
+      SPARK_LOCAL_IP: 127.0.0.1

Review comment:
       @wangyum, I think you should set `HIVE_SERVER2_THRIFT_BIND_HOST` too. 
BTW, I think this is virtually because `InetAddress.getLocalHost`, via DNS, 
returns a wrong address in specific GitHub Actions machines.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to