devmadhuu commented on code in PR #6073:
URL: https://github.com/apache/ozone/pull/6073#discussion_r1463093914
##########
hadoop-ozone/dist/src/shell/ozone/ozone-functions.sh:
##########
@@ -1434,6 +1434,8 @@ function ozone_set_module_access_args
fi
if [[ "${JAVA_MAJOR_VERSION}" -ge 9 ]]; then
OZONE_MODULE_ACCESS_ARGS="${OZONE_MODULE_ACCESS_ARGS} --add-opens
java.base/java.nio=ALL-UNNAMED"
+ OZONE_MODULE_ACCESS_ARGS="${OZONE_MODULE_ACCESS_ARGS} --add-opens
java.base/java.lang=ALL-UNNAMED"
Review Comment:
Thanks @adoroszlai for review. Done the changes.
--
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]