Indhumathi27 commented on code in PR #5404:
URL: https://github.com/apache/hive/pull/5404#discussion_r1728780434
##########
data/conf/llap/tez-site.xml:
##########
@@ -38,6 +38,10 @@
<name>tez.runtime.shuffle.fetch.buffer.percent</name>
<value>0.4</value>
</property>
+ <property>
+ <name>tez.am.launch.cmd-opts</name>
+ <value> --add-opens=java.base/java.net=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.util.concurrent=ALL-UNNAMED
--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util.regex=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED </value>
Review Comment:
Looks like the same add-opens is added in all the config files. It can be
made a constant system property variable in the pom.xml and referenced in
config files
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]