difin commented on code in PR #5753: URL: https://github.com/apache/hive/pull/5753#discussion_r2055097284
########## testutils/hadoop: ########## @@ -69,6 +69,7 @@ fi HADOOP_OPTS="$HADOOP_OPTS -Dhadoop.policy.file=$HADOOP_POLICYFILE" # Disable ipv6 as it can cause issues +# TODO: change to -Djava.net.preferIPv4Stack=false after Hadoop adds support for IPv6 HADOOP_OPTS="$HADOOP_OPTS -Djava.net.preferIPv4Stack=true" Review Comment: You are right, this PR has to wait for Hadoop to add IPv6 support. Hadoop currently doesn't support IPv6, and I haven't found info about any hadoop libraries to support IPv6. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org