flyrain commented on code in PR #866:
URL: https://github.com/apache/polaris/pull/866#discussion_r1931083161
##########
regtests/run.sh:
##########
@@ -26,6 +26,7 @@ if [ -z "${SPARK_HOME}" ]; then
export SPARK_HOME=$(realpath ~/${SPARK_DISTRIBUTION})
fi
export
PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:$PYTHONPATH"
+export SPARK_LOCAL_HOSTNAME=localhost #avoid VPN messing up driver local IP
address binding
Review Comment:
fixed
##########
regtests/run_spark_sql.sh:
##########
@@ -48,6 +48,7 @@ cd ${REGTEST_HOME}
export SPARK_VERSION=spark-3.5.3
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3
+export SPARK_LOCAL_HOSTNAME=localhost #avoid VPN messing up driver local IP
address binding
Review Comment:
fixed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]