okumin commented on code in PR #5753: URL: https://github.com/apache/hive/pull/5753#discussion_r2084368995
########## 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: In that sense, don't we have to overwrite `HADOOP_OPTS` here or should we configure `java.net.preferIPv6Addresses=false` here? -- 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