difin commented on code in PR #5753:
URL: https://github.com/apache/hive/pull/5753#discussion_r2033609941


##########
hcatalog/src/test/e2e/templeton/deployers/config/webhcat/webhcat-site.xml:
##########
@@ -95,7 +95,7 @@
 
     <property>
         <name>templeton.controller.mr.child.opts</name>
-        <value> -Xmx64m -Djava.net.preferIPv4Stack=true</value>
+        <value> -Xmx64m -Djava.net.preferIPv4Stack=false</value>

Review Comment:
   The `java.net.preferIPv4Stack` variable name is misleading, in my opinion. 
   It controls if IPv6 stack is enabled or disabled.
   When `true`, IPv6 stack is completely disabled and a java component that 
starts with this config won't work in IPv6-only environment.
   When `false`, both IPv4 and IPv6 stacks are available.
   



-- 
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

Reply via email to