Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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"
Attachments
Issue Links
- is a clone of
-
STORM-3965 Remove illegal access warning in JDK11 test of storm-sql-core
- Closed
- links to