okumin commented on code in PR #5753: URL: https://github.com/apache/hive/pull/5753#discussion_r2055068868
########## 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: I guess this PR assumes the environment where Hive is deployed without YARN or HDFS. Just to clarify, I still wonder if shared or client libraries used in Hive, such as hadoop-common or File System API, correctly work with IPv6. Is the answer probably yes? -- 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