You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hankó Gergely (Jira)" <ji...@apache.org> on 2020/06/22 18:10:00 UTC

[jira] [Assigned] (HIVE-23743) hive-druid-handler shaded jar doesn't include maven-artifact classes

     [ https://issues.apache.org/jira/browse/HIVE-23743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hankó Gergely reassigned HIVE-23743:
------------------------------------


> hive-druid-handler shaded jar doesn't include maven-artifact classes
> --------------------------------------------------------------------
>
>                 Key: HIVE-23743
>                 URL: https://issues.apache.org/jira/browse/HIVE-23743
>             Project: Hive
>          Issue Type: Bug
>          Components: Druid integration
>            Reporter: Hankó Gergely
>            Assignee: Nishant Bangarwa
>            Priority: Major
>
> hive-druid-handler depends on druid-processing jar that depends on classes from maven-artifact jar but these classes are not included in the shaded jar so the following Exception may occur:
> {code:java}
> java.lang.ClassNotFoundException: org.apache.maven.artifact.versioning.ArtifactVersion at
> ...
> org.apache.hive.druid.org.apache.druid.query.ordering.StringComparators.<clinit>(StringComparators.java:44) at org.apache.hive.druid.org.apache.druid.query.ordering.StringComparator.fromString(StringComparator.java:35)
> {code}
>  
>  



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