[
https://issues.apache.org/jira/browse/STORM-3966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bipin Prasad updated STORM-3966:
--------------------------------
Description:
sql/storm-sql-hdfs module test warns about illegal access when run under JDK11.
This is due to the following dependcy tree:
+- org.apache.storm:storm-hdfs:jar:2.6.0-SNAPSHOT:provided
| +- org.apache.hadoop:hadoop-auth:jar:2.10.1:provided
to fix Illegal reflective access by
org.apache.hadoop.security.authentication.util.KerberosUtil
(org.apache.hadoop:hadoop-auth:2.10.1)
to method sun.security.krb5.Config.getInstance() add
"add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED"
was:
sql/storm-sql-core module test warns about illegal access when run under JDK11.
This is due to the following dependcy tree:
{color:#93a1a1} +- org.apache.calcite:calcite-core:jar:1.16.0:compile{color}
{color:#93a1a1} | +-
org.apache.calcite.avatica:avatica-core:jar:1.11.0:compile{color}
{color:#93a1a1} | | \-
com.google.protobuf:protobuf-java:jar:3.3.0:compile{color}
{color:#93a1a1} {color}
{color:#93a1a1} to fix Illegal reflective access by
com.google.protobuf.UnsafeUtil {color}
{color:#93a1a1} (com.google.protobuf:protobuf-java:3.3.0) to field
java.nio.Buffer.address add{color}
{color:#93a1a1} "add-opens java.base/java.nio=ALL-UNNAMED"{color}
> Remove illegal access warning in JDK11 test of storm-sql-hdfs
> -------------------------------------------------------------
>
> Key: STORM-3966
> URL: https://issues.apache.org/jira/browse/STORM-3966
> Project: Apache Storm
> Issue Type: Task
> Components: storm-sql
> Reporter: Bipin Prasad
> Assignee: Bipin Prasad
> Priority: Major
>
> sql/storm-sql-hdfs module test warns about illegal access when run under
> JDK11.
> This is due to the following dependcy tree:
> +- org.apache.storm:storm-hdfs:jar:2.6.0-SNAPSHOT:provided
> | +- org.apache.hadoop:hadoop-auth:jar:2.10.1:provided
> to fix Illegal reflective access by
> org.apache.hadoop.security.authentication.util.KerberosUtil
> (org.apache.hadoop:hadoop-auth:2.10.1)
> to method sun.security.krb5.Config.getInstance() add
> "add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)