You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/08/27 06:08:00 UTC

[jira] [Commented] (ORC-662) Illegal reflective access in StringInternUtils on JDK 9+

    [ https://issues.apache.org/jira/browse/ORC-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185622#comment-17185622 ] 

Dongjoon Hyun commented on ORC-662:
-----------------------------------

:) No problem.

> Illegal reflective access in StringInternUtils on JDK 9+
> --------------------------------------------------------
>
>                 Key: ORC-662
>                 URL: https://issues.apache.org/jira/browse/ORC-662
>             Project: ORC
>          Issue Type: Bug
>            Reporter: David Phillips
>            Priority: Major
>
> {{StringInternUtils}} causes an illegal reflective access warning on JDK 9+.
> {code:java}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.hadoop.hive.common.StringInternUtils (file:/Users/dphillips/.m2/repository/org/apache/hive/hive-common/3.1.2/hive-common-3.1.2.jar) to field java.net.URI.string
> WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hive.common.StringInternUtils
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)