[Tool] add JVM options for JDK-17 (backport #63120) (#63129)

Signed-off-by: zhaohehuhu <luoyedeyi@163.com>
Co-authored-by: He Zhao <luoyedeyi@163.com>
This commit is contained in:
mergify[bot] 2025-09-23 13:42:01 +08:00 committed by GitHub
parent e5b9ac8c92
commit fb74cebe3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -58,3 +58,5 @@ starlet_port = 9070
# JAVA_OPTS="-Djava.security.krb5.conf=/etc/krb5.conf"
# For jdk 9+, this JAVA_OPTS will be used as default JVM options
# JAVA_OPTS_FOR_JDK_9="-Djava.security.krb5.conf=/etc/krb5.conf"
# used for query iceberg metadata and Java UDF for JDK17
# JAVA_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED"