Skip to content

Commit

Permalink
Another prefs variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Sep 27, 2022
1 parent 0cbbd69 commit 462b49b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gatk
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ EXTRA_JAVA_OPTIONS_SPARK= "-DGATK_STACKTRACE_ON_USER_EXCEPTION=true " \
"--add-opens", "java.base/jdk.internal.module=ALL-UNNAMED " \
"--add-opens", "java.base/java.lang.module=ALL-UNNAMED " \
"--add-opens", "java.security.jgss/sun.security.krb5=ALL-UNNAMED " \
"--add-opens", "java.prefs/java.util.prefs=ALL-UNNAMED " \
"-Dio.netty.tryReflectionSetAccessible=true"

PACKAGED_LOCAL_JAR_OPTIONS= [
Expand Down Expand Up @@ -146,8 +147,9 @@ PACKAGED_LOCAL_JAR_OPTIONS= [
"--add-opens", "jdk.jfr/jdk.jfr.internal.management=ALL-UNNAMED",
"--add-opens", "java.base/jdk.internal.module=ALL-UNNAMED",
"--add-opens", "java.base/java.lang.module=ALL-UNNAMED",
"--add-opens", "java.security.jgss/sun.security.krb5=ALL-UNNAMED", "-Dio.netty.tryReflectionSetAccessible=true"
"--add-opens", "java.prefs/java.util.prefs=ALL-UNNAMED"
"--add-opens", "java.security.jgss/sun.security.krb5=ALL-UNNAMED",
"--add-opens", "java.prefs/java.util.prefs=ALL-UNNAMED",
"-Dio.netty.tryReflectionSetAccessible=true"
]

DEFAULT_SPARK_ARGS_PREFIX = '--conf'
Expand Down

0 comments on commit 462b49b

Please sign in to comment.