[
https://issues.apache.org/jira/browse/STORM-3966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla closed STORM-3966.
----------------------------------
Resolution: Fixed
> 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
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)