[
https://issues.apache.org/jira/browse/RANGER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359675#comment-15359675
]
Ramesh Mani commented on RANGER-1020:
-------------------------------------
commit link
https://git1-us-west.apache.org/repos/asf?p=incubator-ranger.git;a=commitdiff;h=e71e76a5;hp=e4229e8af4f13d4d72ee913d61ff4b27e3274a4e
> Remove (old) Calcite dependency
> -------------------------------
>
> Key: RANGER-1020
> URL: https://issues.apache.org/jira/browse/RANGER-1020
> Project: Ranger
> Issue Type: Bug
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Fix For: 0.6.0
>
> Attachments: 0001-RANGER-1020-Remove-old-Calcite-dependency.patch
>
>
> Currently, Ranger uses an old Calcite dependency (0.9.2-incubating). This
> causes a problem with the Hive plugin on the 0.6 master branch:
> Caused by: java.lang.NoClassDefFoundError:
> org/apache/calcite/rel/type/RelDataTypeSystem
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzerFactory.get(SemanticAnalyzerFactory.java:300)
> org/apache/calcite/rel/type/RelDataTypeSystem is not available in Calcite
> 0.9.2-incubating, as the package names hadn't been changed to Apache at that
> point.
> The simplest way of handling this is just to remove Calcite from the poms,
> and let the correct version be retrieved from the Hive dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)